Shades of Merlot #77333D
Tints of Merlot #77333D
RGB
CMYK
RGB Variations
Color information
#77333D (or 0x77333D) is known color: Merlot. HEX triplet: 77, 33 and 3D. RGB value is (119,51,61). Sum of RGB (Red+Green+Blue) = 119+51+61=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77333D is #88CCC2. Grayscale: #484848. Windows color (decimal): -8965315 or 4010871. OLE color: 4010871.
HSL color Cylindrical-coordinate representation of color #77333D: hue angle of 351.18º 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 #77333D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 61 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.53 |
| HSL | 351.18º | 0.4% | 0.33% | - |
| HSV(B) | 351.18º | 0.57% | 0.47% | - |
| XYZ | 9.63 | 6.63 | 5.19 | - |
| YUV | 72.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 61 | 0 | 0.57 | 0.49 | 0.53 | 351.18 | 0.4 | 0.33 |
| Hex | 77 | 33 | 3D | 0 | 39 | 31 | 35 | 15F | 28 | 21 |
| Octal | 167 | 63 | 75 | 0 | 71 | 61 | 65 | 537 | 50 | 41 |
| Binary | 1110111 | 110011 | 111101 | 0 | 111001 | 110001 | 110101 | 101011111 | 101000 | 100001 |
Color Harmonies of #77333D
Complementary color
Monochromatic Colors of #77333D
Black with #77333D
Text Example
Text Example
White with #77333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77333D; }
p { color: rgb(119,51,61); }
H1.HeaderClassName
{
color: #77333D;
}
.AnyTagClassName
{
color: #77333D;
}
</style>
background-color css
<style>
a { background-color: #77333D; }
a { background-color: rgb(119,51,61); }
div.DivClassName
{
background-color: #77333D;
}
.BgClassName
{
background-color: #77333D;
}
</style>
border-color css
<style>
span { border-color: #77333D; }
span { border-color: rgb(119,51,61); }
td.TdClassName
{
border-color: #77333D;
}
.TagClassName
{
border-color: #77333D;
}
</style>