Shades of Merlot #76323F
Tints of Merlot #76323F
RGB
CMYK
RGB Variations
Color information
#76323F (or 0x76323F) is known color: Merlot. HEX triplet: 76, 32 and 3F. RGB value is (118,50,63). Sum of RGB (Red+Green+Blue) = 118+50+63=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323F is #89CDC0. Grayscale: #474747. Windows color (decimal): -9031105 or 4141686. OLE color: 4141686.
HSL color Cylindrical-coordinate representation of color #76323F: hue angle of 348.53º 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 #76323F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 63 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.54 |
| HSL | 348.53º | 0.4% | 0.33% | - |
| HSV(B) | 348.53º | 0.58% | 0.46% | - |
| XYZ | 9.51 | 6.49 | 5.45 | - |
| YUV | 71.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 63 | 0 | 0.58 | 0.47 | 0.54 | 348.53 | 0.4 | 0.33 |
| Hex | 76 | 32 | 3F | 0 | 3A | 2F | 36 | 15D | 28 | 21 |
| Octal | 166 | 62 | 77 | 0 | 72 | 57 | 66 | 535 | 50 | 41 |
| Binary | 1110110 | 110010 | 111111 | 0 | 111010 | 101111 | 110110 | 101011101 | 101000 | 100001 |
Color Harmonies of #76323F
Complementary color
Monochromatic Colors of #76323F
Black with #76323F
Text Example
Text Example
White with #76323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76323F; }
p { color: rgb(118,50,63); }
H1.HeaderClassName
{
color: #76323F;
}
.AnyTagClassName
{
color: #76323F;
}
</style>
background-color css
<style>
a { background-color: #76323F; }
a { background-color: rgb(118,50,63); }
div.DivClassName
{
background-color: #76323F;
}
.BgClassName
{
background-color: #76323F;
}
</style>
border-color css
<style>
span { border-color: #76323F; }
span { border-color: rgb(118,50,63); }
td.TdClassName
{
border-color: #76323F;
}
.TagClassName
{
border-color: #76323F;
}
</style>