Shades of Merlot #77323B
Tints of Merlot #77323B
RGB
CMYK
RGB Variations
Color information
#77323B (or 0x77323B) is known color: Merlot. HEX triplet: 77, 32 and 3B. RGB value is (119,50,59). Sum of RGB (Red+Green+Blue) = 119+50+59=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77323B is #88CDC4. Grayscale: #474747. Windows color (decimal): -8965573 or 3879543. OLE color: 3879543.
HSL color Cylindrical-coordinate representation of color #77323B: hue angle of 352.17º 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 #77323B is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 59 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.53 |
| HSL | 352.17º | 0.41% | 0.33% | - |
| HSV(B) | 352.17º | 0.58% | 0.47% | - |
| XYZ | 9.54 | 6.52 | 4.89 | - |
| YUV | 71.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 59 | 0 | 0.58 | 0.50 | 0.53 | 352.17 | 0.41 | 0.33 |
| Hex | 77 | 32 | 3B | 0 | 3A | 32 | 35 | 160 | 29 | 21 |
| Octal | 167 | 62 | 73 | 0 | 72 | 62 | 65 | 540 | 51 | 41 |
| Binary | 1110111 | 110010 | 111011 | 0 | 111010 | 110010 | 110101 | 101100000 | 101001 | 100001 |
Color Harmonies of #77323B
Complementary color
Monochromatic Colors of #77323B
Black with #77323B
Text Example
Text Example
White with #77323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77323B; }
p { color: rgb(119,50,59); }
H1.HeaderClassName
{
color: #77323B;
}
.AnyTagClassName
{
color: #77323B;
}
</style>
background-color css
<style>
a { background-color: #77323B; }
a { background-color: rgb(119,50,59); }
div.DivClassName
{
background-color: #77323B;
}
.BgClassName
{
background-color: #77323B;
}
</style>
border-color css
<style>
span { border-color: #77323B; }
span { border-color: rgb(119,50,59); }
td.TdClassName
{
border-color: #77323B;
}
.TagClassName
{
border-color: #77323B;
}
</style>