Shades of Merlot #77353C
Tints of Merlot #77353C
RGB
CMYK
RGB Variations
Color information
#77353C (or 0x77353C) is known color: Merlot. HEX triplet: 77, 35 and 3C. RGB value is (119,53,60). Sum of RGB (Red+Green+Blue) = 119+53+60=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353C is #88CAC3. Grayscale: #494949. Windows color (decimal): -8964804 or 3945847. OLE color: 3945847.
HSL color Cylindrical-coordinate representation of color #77353C: hue angle of 353.64º 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 #77353C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 60 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.53 |
| HSL | 353.64º | 0.38% | 0.34% | - |
| HSV(B) | 353.64º | 0.55% | 0.47% | - |
| XYZ | 9.7 | 6.79 | 5.08 | - |
| YUV | 73.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 60 | 0 | 0.55 | 0.50 | 0.53 | 353.64 | 0.38 | 0.34 |
| Hex | 77 | 35 | 3C | 0 | 37 | 32 | 35 | 162 | 26 | 22 |
| Octal | 167 | 65 | 74 | 0 | 67 | 62 | 65 | 542 | 46 | 42 |
| Binary | 1110111 | 110101 | 111100 | 0 | 110111 | 110010 | 110101 | 101100010 | 100110 | 100010 |
Color Harmonies of #77353C
Complementary color
Monochromatic Colors of #77353C
Black with #77353C
Text Example
Text Example
White with #77353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77353C; }
p { color: rgb(119,53,60); }
H1.HeaderClassName
{
color: #77353C;
}
.AnyTagClassName
{
color: #77353C;
}
</style>
background-color css
<style>
a { background-color: #77353C; }
a { background-color: rgb(119,53,60); }
div.DivClassName
{
background-color: #77353C;
}
.BgClassName
{
background-color: #77353C;
}
</style>
border-color css
<style>
span { border-color: #77353C; }
span { border-color: rgb(119,53,60); }
td.TdClassName
{
border-color: #77353C;
}
.TagClassName
{
border-color: #77353C;
}
</style>