Shades of Merlot #76323E
Tints of Merlot #76323E
RGB
CMYK
RGB Variations
Color information
#76323E (or 0x76323E) is known color: Merlot. HEX triplet: 76, 32 and 3E. RGB value is (118,50,62). Sum of RGB (Red+Green+Blue) = 118+50+62=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323E is #89CDC1. Grayscale: #474747. Windows color (decimal): -9031106 or 4076150. OLE color: 4076150.
HSL color Cylindrical-coordinate representation of color #76323E: hue angle of 349.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76323E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 62 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.54 |
| HSL | 349.41º | 0.4% | 0.33% | - |
| HSV(B) | 349.41º | 0.58% | 0.46% | - |
| XYZ | 9.48 | 6.48 | 5.31 | - |
| YUV | 71.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 62 | 0 | 0.58 | 0.47 | 0.54 | 349.41 | 0.4 | 0.33 |
| Hex | 76 | 32 | 3E | 0 | 3A | 2F | 36 | 15D | 28 | 21 |
| Octal | 166 | 62 | 76 | 0 | 72 | 57 | 66 | 535 | 50 | 41 |
| Binary | 1110110 | 110010 | 111110 | 0 | 111010 | 101111 | 110110 | 101011101 | 101000 | 100001 |
Color Harmonies of #76323E
Complementary color
Monochromatic Colors of #76323E
Black with #76323E
Text Example
Text Example
White with #76323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76323E; }
p { color: rgb(118,50,62); }
H1.HeaderClassName
{
color: #76323E;
}
.AnyTagClassName
{
color: #76323E;
}
</style>
background-color css
<style>
a { background-color: #76323E; }
a { background-color: rgb(118,50,62); }
div.DivClassName
{
background-color: #76323E;
}
.BgClassName
{
background-color: #76323E;
}
</style>
border-color css
<style>
span { border-color: #76323E; }
span { border-color: rgb(118,50,62); }
td.TdClassName
{
border-color: #76323E;
}
.TagClassName
{
border-color: #76323E;
}
</style>