Shades of Merlot #77363E
Tints of Merlot #77363E
RGB
CMYK
RGB Variations
Color information
#77363E (or 0x77363E) is known color: Merlot. HEX triplet: 77, 36 and 3E. RGB value is (119,54,62). Sum of RGB (Red+Green+Blue) = 119+54+62=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77363E is #88C9C1. Grayscale: #4A4A4A. Windows color (decimal): -8964546 or 4077175. OLE color: 4077175.
HSL color Cylindrical-coordinate representation of color #77363E: hue angle of 352.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77363E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 62 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.53 |
| HSL | 352.62º | 0.38% | 0.34% | - |
| HSV(B) | 352.62º | 0.55% | 0.47% | - |
| XYZ | 9.8 | 6.91 | 5.37 | - |
| YUV | 74.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 62 | 0 | 0.55 | 0.48 | 0.53 | 352.62 | 0.38 | 0.34 |
| Hex | 77 | 36 | 3E | 0 | 37 | 30 | 35 | 161 | 26 | 22 |
| Octal | 167 | 66 | 76 | 0 | 67 | 60 | 65 | 541 | 46 | 42 |
| Binary | 1110111 | 110110 | 111110 | 0 | 110111 | 110000 | 110101 | 101100001 | 100110 | 100010 |
Color Harmonies of #77363E
Complementary color
Monochromatic Colors of #77363E
Black with #77363E
Text Example
Text Example
White with #77363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77363E; }
p { color: rgb(119,54,62); }
H1.HeaderClassName
{
color: #77363E;
}
.AnyTagClassName
{
color: #77363E;
}
</style>
background-color css
<style>
a { background-color: #77363E; }
a { background-color: rgb(119,54,62); }
div.DivClassName
{
background-color: #77363E;
}
.BgClassName
{
background-color: #77363E;
}
</style>
border-color css
<style>
span { border-color: #77363E; }
span { border-color: rgb(119,54,62); }
td.TdClassName
{
border-color: #77363E;
}
.TagClassName
{
border-color: #77363E;
}
</style>