Shades of Merlot #76303F
Tints of Merlot #76303F
RGB
CMYK
RGB Variations
Color information
#76303F (or 0x76303F) is known color: Merlot. HEX triplet: 76, 30 and 3F. RGB value is (118,48,63). Sum of RGB (Red+Green+Blue) = 118+48+63=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303F is #89CFC0. Grayscale: #464646. Windows color (decimal): -9031617 or 4141174. OLE color: 4141174.
HSL color Cylindrical-coordinate representation of color #76303F: hue angle of 347.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76303F is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 63 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.54 |
| HSL | 347.14º | 0.42% | 0.33% | - |
| HSV(B) | 347.14º | 0.59% | 0.46% | - |
| XYZ | 9.43 | 6.32 | 5.43 | - |
| YUV | 70.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 63 | 0 | 0.59 | 0.47 | 0.54 | 347.14 | 0.42 | 0.33 |
| Hex | 76 | 30 | 3F | 0 | 3B | 2F | 36 | 15B | 2A | 21 |
| Octal | 166 | 60 | 77 | 0 | 73 | 57 | 66 | 533 | 52 | 41 |
| Binary | 1110110 | 110000 | 111111 | 0 | 111011 | 101111 | 110110 | 101011011 | 101010 | 100001 |
Color Harmonies of #76303F
Complementary color
Monochromatic Colors of #76303F
Black with #76303F
Text Example
Text Example
White with #76303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76303F; }
p { color: rgb(118,48,63); }
H1.HeaderClassName
{
color: #76303F;
}
.AnyTagClassName
{
color: #76303F;
}
</style>
background-color css
<style>
a { background-color: #76303F; }
a { background-color: rgb(118,48,63); }
div.DivClassName
{
background-color: #76303F;
}
.BgClassName
{
background-color: #76303F;
}
</style>
border-color css
<style>
span { border-color: #76303F; }
span { border-color: rgb(118,48,63); }
td.TdClassName
{
border-color: #76303F;
}
.TagClassName
{
border-color: #76303F;
}
</style>