Shades of Merlot #76303C
Tints of Merlot #76303C
RGB
CMYK
RGB Variations
Color information
#76303C (or 0x76303C) is known color: Merlot. HEX triplet: 76, 30 and 3C. RGB value is (118,48,60). Sum of RGB (Red+Green+Blue) = 118+48+60=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303C is #89CFC3. Grayscale: #464646. Windows color (decimal): -9031620 or 3944566. OLE color: 3944566.
HSL color Cylindrical-coordinate representation of color #76303C: hue angle of 349.71º 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 #76303C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 60 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.54 |
| HSL | 349.71º | 0.42% | 0.33% | - |
| HSV(B) | 349.71º | 0.59% | 0.46% | - |
| XYZ | 9.34 | 6.29 | 5 | - |
| YUV | 70.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 60 | 0 | 0.59 | 0.49 | 0.54 | 349.71 | 0.42 | 0.33 |
| Hex | 76 | 30 | 3C | 0 | 3B | 31 | 36 | 15E | 2A | 21 |
| Octal | 166 | 60 | 74 | 0 | 73 | 61 | 66 | 536 | 52 | 41 |
| Binary | 1110110 | 110000 | 111100 | 0 | 111011 | 110001 | 110110 | 101011110 | 101010 | 100001 |
Color Harmonies of #76303C
Complementary color
Monochromatic Colors of #76303C
Black with #76303C
Text Example
Text Example
White with #76303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76303C; }
p { color: rgb(118,48,60); }
H1.HeaderClassName
{
color: #76303C;
}
.AnyTagClassName
{
color: #76303C;
}
</style>
background-color css
<style>
a { background-color: #76303C; }
a { background-color: rgb(118,48,60); }
div.DivClassName
{
background-color: #76303C;
}
.BgClassName
{
background-color: #76303C;
}
</style>
border-color css
<style>
span { border-color: #76303C; }
span { border-color: rgb(118,48,60); }
td.TdClassName
{
border-color: #76303C;
}
.TagClassName
{
border-color: #76303C;
}
</style>