Shades of Merlot #7C3840
Tints of Merlot #7C3840
RGB
CMYK
RGB Variations
Color information
#7C3840 (or 0x7C3840) is known color: Merlot. HEX triplet: 7C, 38 and 40. RGB value is (124,56,64). Sum of RGB (Red+Green+Blue) = 124+56+64=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3840 is #83C7BF. Grayscale: #4D4D4D. Windows color (decimal): -8636352 or 4208764. OLE color: 4208764.
HSL color Cylindrical-coordinate representation of color #7C3840: hue angle of 352.94º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C3840 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 64 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.51 |
| HSL | 352.94º | 0.38% | 0.35% | - |
| HSV(B) | 352.94º | 0.55% | 0.49% | - |
| XYZ | 10.65 | 7.48 | 5.73 | - |
| YUV | 77.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 64 | 0 | 0.55 | 0.48 | 0.51 | 352.94 | 0.38 | 0.35 |
| Hex | 7C | 38 | 40 | 0 | 37 | 30 | 33 | 161 | 26 | 23 |
| Octal | 174 | 70 | 100 | 0 | 67 | 60 | 63 | 541 | 46 | 43 |
| Binary | 1111100 | 111000 | 1000000 | 0 | 110111 | 110000 | 110011 | 101100001 | 100110 | 100011 |
Color Harmonies of #7C3840
Complementary color
Monochromatic Colors of #7C3840
Black with #7C3840
Text Example
Text Example
White with #7C3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3840; }
p { color: rgb(124,56,64); }
H1.HeaderClassName
{
color: #7C3840;
}
.AnyTagClassName
{
color: #7C3840;
}
</style>
background-color css
<style>
a { background-color: #7C3840; }
a { background-color: rgb(124,56,64); }
div.DivClassName
{
background-color: #7C3840;
}
.BgClassName
{
background-color: #7C3840;
}
</style>
border-color css
<style>
span { border-color: #7C3840; }
span { border-color: rgb(124,56,64); }
td.TdClassName
{
border-color: #7C3840;
}
.TagClassName
{
border-color: #7C3840;
}
</style>