Shades of Merlot #77333E
Tints of Merlot #77333E
RGB
CMYK
RGB Variations
Color information
#77333E (or 0x77333E) is known color: Merlot. HEX triplet: 77, 33 and 3E. RGB value is (119,51,62). Sum of RGB (Red+Green+Blue) = 119+51+62=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77333E is #88CCC1. Grayscale: #484848. Windows color (decimal): -8965314 or 4076407. OLE color: 4076407.
HSL color Cylindrical-coordinate representation of color #77333E: hue angle of 350.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77333E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 62 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.53 |
| HSL | 350.29º | 0.4% | 0.33% | - |
| HSV(B) | 350.29º | 0.57% | 0.47% | - |
| XYZ | 9.66 | 6.64 | 5.33 | - |
| YUV | 72.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 62 | 0 | 0.57 | 0.48 | 0.53 | 350.29 | 0.4 | 0.33 |
| Hex | 77 | 33 | 3E | 0 | 39 | 30 | 35 | 15E | 28 | 21 |
| Octal | 167 | 63 | 76 | 0 | 71 | 60 | 65 | 536 | 50 | 41 |
| Binary | 1110111 | 110011 | 111110 | 0 | 111001 | 110000 | 110101 | 101011110 | 101000 | 100001 |
Color Harmonies of #77333E
Complementary color
Monochromatic Colors of #77333E
Black with #77333E
Text Example
Text Example
White with #77333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77333E; }
p { color: rgb(119,51,62); }
H1.HeaderClassName
{
color: #77333E;
}
.AnyTagClassName
{
color: #77333E;
}
</style>
background-color css
<style>
a { background-color: #77333E; }
a { background-color: rgb(119,51,62); }
div.DivClassName
{
background-color: #77333E;
}
.BgClassName
{
background-color: #77333E;
}
</style>
border-color css
<style>
span { border-color: #77333E; }
span { border-color: rgb(119,51,62); }
td.TdClassName
{
border-color: #77333E;
}
.TagClassName
{
border-color: #77333E;
}
</style>