Shades of Merlot #77353B
Tints of Merlot #77353B
RGB
CMYK
RGB Variations
Color information
#77353B (or 0x77353B) is known color: Merlot. HEX triplet: 77, 35 and 3B. RGB value is (119,53,59). Sum of RGB (Red+Green+Blue) = 119+53+59=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353B is #88CAC4. Grayscale: #494949. Windows color (decimal): -8964805 or 3880311. OLE color: 3880311.
HSL color Cylindrical-coordinate representation of color #77353B: hue angle of 354.55º 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 #77353B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 59 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.53 |
| HSL | 354.55º | 0.38% | 0.34% | - |
| HSV(B) | 354.55º | 0.55% | 0.47% | - |
| XYZ | 9.67 | 6.78 | 4.94 | - |
| YUV | 73.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 59 | 0 | 0.55 | 0.50 | 0.53 | 354.55 | 0.38 | 0.34 |
| Hex | 77 | 35 | 3B | 0 | 37 | 32 | 35 | 163 | 26 | 22 |
| Octal | 167 | 65 | 73 | 0 | 67 | 62 | 65 | 543 | 46 | 42 |
| Binary | 1110111 | 110101 | 111011 | 0 | 110111 | 110010 | 110101 | 101100011 | 100110 | 100010 |
Color Harmonies of #77353B
Complementary color
Monochromatic Colors of #77353B
Black with #77353B
Text Example
Text Example
White with #77353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77353B; }
p { color: rgb(119,53,59); }
H1.HeaderClassName
{
color: #77353B;
}
.AnyTagClassName
{
color: #77353B;
}
</style>
background-color css
<style>
a { background-color: #77353B; }
a { background-color: rgb(119,53,59); }
div.DivClassName
{
background-color: #77353B;
}
.BgClassName
{
background-color: #77353B;
}
</style>
border-color css
<style>
span { border-color: #77353B; }
span { border-color: rgb(119,53,59); }
td.TdClassName
{
border-color: #77353B;
}
.TagClassName
{
border-color: #77353B;
}
</style>