Shades of Merlot #76373D
Tints of Merlot #76373D
RGB
CMYK
RGB Variations
Color information
#76373D (or 0x76373D) is known color: Merlot. HEX triplet: 76, 37 and 3D. RGB value is (118,55,61). Sum of RGB (Red+Green+Blue) = 118+55+61=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76373D is #89C8C2. Grayscale: #4A4A4A. Windows color (decimal): -9029827 or 4011894. OLE color: 4011894.
HSL color Cylindrical-coordinate representation of color #76373D: hue angle of 354.29º 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 #76373D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 61 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.54 |
| HSL | 354.29º | 0.36% | 0.34% | - |
| HSV(B) | 354.29º | 0.53% | 0.46% | - |
| XYZ | 9.68 | 6.92 | 5.24 | - |
| YUV | 74.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 61 | 0 | 0.53 | 0.48 | 0.54 | 354.29 | 0.36 | 0.34 |
| Hex | 76 | 37 | 3D | 0 | 35 | 30 | 36 | 162 | 24 | 22 |
| Octal | 166 | 67 | 75 | 0 | 65 | 60 | 66 | 542 | 44 | 42 |
| Binary | 1110110 | 110111 | 111101 | 0 | 110101 | 110000 | 110110 | 101100010 | 100100 | 100010 |
Color Harmonies of #76373D
Complementary color
Monochromatic Colors of #76373D
Black with #76373D
Text Example
Text Example
White with #76373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76373D; }
p { color: rgb(118,55,61); }
H1.HeaderClassName
{
color: #76373D;
}
.AnyTagClassName
{
color: #76373D;
}
</style>
background-color css
<style>
a { background-color: #76373D; }
a { background-color: rgb(118,55,61); }
div.DivClassName
{
background-color: #76373D;
}
.BgClassName
{
background-color: #76373D;
}
</style>
border-color css
<style>
span { border-color: #76373D; }
span { border-color: rgb(118,55,61); }
td.TdClassName
{
border-color: #76373D;
}
.TagClassName
{
border-color: #76373D;
}
</style>