Shades of Merlot #7C3637
Tints of Merlot #7C3637
RGB
CMYK
RGB Variations
Color information
#7C3637 (or 0x7C3637) is known color: Merlot. HEX triplet: 7C, 36 and 37. RGB value is (124,54,55). Sum of RGB (Red+Green+Blue) = 124+54+55=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3637 is #83C9C8. Grayscale: #4B4B4B. Windows color (decimal): -8636873 or 3618428. OLE color: 3618428.
HSL color Cylindrical-coordinate representation of color #7C3637: hue angle of 359.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3637 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 55 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.51 |
| HSL | 359.14º | 0.39% | 0.35% | - |
| HSV(B) | 359.14º | 0.56% | 0.49% | - |
| XYZ | 10.32 | 7.2 | 4.46 | - |
| YUV | 75.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 55 | 0 | 0.56 | 0.56 | 0.51 | 359.14 | 0.39 | 0.35 |
| Hex | 7C | 36 | 37 | 0 | 38 | 38 | 33 | 167 | 27 | 23 |
| Octal | 174 | 66 | 67 | 0 | 70 | 70 | 63 | 547 | 47 | 43 |
| Binary | 1111100 | 110110 | 110111 | 0 | 111000 | 111000 | 110011 | 101100111 | 100111 | 100011 |
Color Harmonies of #7C3637
Complementary color
Monochromatic Colors of #7C3637
Black with #7C3637
Text Example
Text Example
White with #7C3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3637; }
p { color: rgb(124,54,55); }
H1.HeaderClassName
{
color: #7C3637;
}
.AnyTagClassName
{
color: #7C3637;
}
</style>
background-color css
<style>
a { background-color: #7C3637; }
a { background-color: rgb(124,54,55); }
div.DivClassName
{
background-color: #7C3637;
}
.BgClassName
{
background-color: #7C3637;
}
</style>
border-color css
<style>
span { border-color: #7C3637; }
span { border-color: rgb(124,54,55); }
td.TdClassName
{
border-color: #7C3637;
}
.TagClassName
{
border-color: #7C3637;
}
</style>