Shades of Merlot #76373F
Tints of Merlot #76373F
RGB
CMYK
RGB Variations
Color information
#76373F (or 0x76373F) is known color: Merlot. HEX triplet: 76, 37 and 3F. RGB value is (118,55,63). Sum of RGB (Red+Green+Blue) = 118+55+63=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76373F is #89C8C0. Grayscale: #4A4A4A. Windows color (decimal): -9029825 or 4142966. OLE color: 4142966.
HSL color Cylindrical-coordinate representation of color #76373F: hue angle of 352.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76373F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 63 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.54 |
| HSL | 352.38º | 0.36% | 0.34% | - |
| HSV(B) | 352.38º | 0.53% | 0.46% | - |
| XYZ | 9.73 | 6.94 | 5.53 | - |
| YUV | 74.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 63 | 0 | 0.53 | 0.47 | 0.54 | 352.38 | 0.36 | 0.34 |
| Hex | 76 | 37 | 3F | 0 | 35 | 2F | 36 | 160 | 24 | 22 |
| Octal | 166 | 67 | 77 | 0 | 65 | 57 | 66 | 540 | 44 | 42 |
| Binary | 1110110 | 110111 | 111111 | 0 | 110101 | 101111 | 110110 | 101100000 | 100100 | 100010 |
Color Harmonies of #76373F
Complementary color
Monochromatic Colors of #76373F
Black with #76373F
Text Example
Text Example
White with #76373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76373F; }
p { color: rgb(118,55,63); }
H1.HeaderClassName
{
color: #76373F;
}
.AnyTagClassName
{
color: #76373F;
}
</style>
background-color css
<style>
a { background-color: #76373F; }
a { background-color: rgb(118,55,63); }
div.DivClassName
{
background-color: #76373F;
}
.BgClassName
{
background-color: #76373F;
}
</style>
border-color css
<style>
span { border-color: #76373F; }
span { border-color: rgb(118,55,63); }
td.TdClassName
{
border-color: #76373F;
}
.TagClassName
{
border-color: #76373F;
}
</style>