Shades of Merlot #77323F
Tints of Merlot #77323F
RGB
CMYK
RGB Variations
Color information
#77323F (or 0x77323F) is known color: Merlot. HEX triplet: 77, 32 and 3F. RGB value is (119,50,63). Sum of RGB (Red+Green+Blue) = 119+50+63=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77323F is #88CDC0. Grayscale: #484848. Windows color (decimal): -8965569 or 4141687. OLE color: 4141687.
HSL color Cylindrical-coordinate representation of color #77323F: hue angle of 348.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77323F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 63 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.53 |
| HSL | 348.7º | 0.41% | 0.33% | - |
| HSV(B) | 348.7º | 0.58% | 0.47% | - |
| XYZ | 9.65 | 6.56 | 5.46 | - |
| YUV | 72.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 63 | 0 | 0.58 | 0.47 | 0.53 | 348.7 | 0.41 | 0.33 |
| Hex | 77 | 32 | 3F | 0 | 3A | 2F | 35 | 15D | 29 | 21 |
| Octal | 167 | 62 | 77 | 0 | 72 | 57 | 65 | 535 | 51 | 41 |
| Binary | 1110111 | 110010 | 111111 | 0 | 111010 | 101111 | 110101 | 101011101 | 101001 | 100001 |
Color Harmonies of #77323F
Complementary color
Monochromatic Colors of #77323F
Black with #77323F
Text Example
Text Example
White with #77323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77323F; }
p { color: rgb(119,50,63); }
H1.HeaderClassName
{
color: #77323F;
}
.AnyTagClassName
{
color: #77323F;
}
</style>
background-color css
<style>
a { background-color: #77323F; }
a { background-color: rgb(119,50,63); }
div.DivClassName
{
background-color: #77323F;
}
.BgClassName
{
background-color: #77323F;
}
</style>
border-color css
<style>
span { border-color: #77323F; }
span { border-color: rgb(119,50,63); }
td.TdClassName
{
border-color: #77323F;
}
.TagClassName
{
border-color: #77323F;
}
</style>