Shades of Merlot #77363D
Tints of Merlot #77363D
RGB
CMYK
RGB Variations
Color information
#77363D (or 0x77363D) is known color: Merlot. HEX triplet: 77, 36 and 3D. RGB value is (119,54,61). Sum of RGB (Red+Green+Blue) = 119+54+61=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77363D is #88C9C2. Grayscale: #4A4A4A. Windows color (decimal): -8964547 or 4011639. OLE color: 4011639.
HSL color Cylindrical-coordinate representation of color #77363D: hue angle of 353.54º 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 #77363D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 61 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.53 |
| HSL | 353.54º | 0.38% | 0.34% | - |
| HSV(B) | 353.54º | 0.55% | 0.47% | - |
| XYZ | 9.77 | 6.9 | 5.23 | - |
| YUV | 74.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 61 | 0 | 0.55 | 0.49 | 0.53 | 353.54 | 0.38 | 0.34 |
| Hex | 77 | 36 | 3D | 0 | 37 | 31 | 35 | 162 | 26 | 22 |
| Octal | 167 | 66 | 75 | 0 | 67 | 61 | 65 | 542 | 46 | 42 |
| Binary | 1110111 | 110110 | 111101 | 0 | 110111 | 110001 | 110101 | 101100010 | 100110 | 100010 |
Color Harmonies of #77363D
Complementary color
Monochromatic Colors of #77363D
Black with #77363D
Text Example
Text Example
White with #77363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77363D; }
p { color: rgb(119,54,61); }
H1.HeaderClassName
{
color: #77363D;
}
.AnyTagClassName
{
color: #77363D;
}
</style>
background-color css
<style>
a { background-color: #77363D; }
a { background-color: rgb(119,54,61); }
div.DivClassName
{
background-color: #77363D;
}
.BgClassName
{
background-color: #77363D;
}
</style>
border-color css
<style>
span { border-color: #77363D; }
span { border-color: rgb(119,54,61); }
td.TdClassName
{
border-color: #77363D;
}
.TagClassName
{
border-color: #77363D;
}
</style>