Shades of Merlot #77343C
Tints of Merlot #77343C
RGB
CMYK
RGB Variations
Color information
#77343C (or 0x77343C) is known color: Merlot. HEX triplet: 77, 34 and 3C. RGB value is (119,52,60). Sum of RGB (Red+Green+Blue) = 119+52+60=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343C is #88CBC3. Grayscale: #484848. Windows color (decimal): -8965060 or 3945591. OLE color: 3945591.
HSL color Cylindrical-coordinate representation of color #77343C: hue angle of 352.84º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77343C is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 60 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.53 |
| HSL | 352.84º | 0.39% | 0.34% | - |
| HSV(B) | 352.84º | 0.56% | 0.47% | - |
| XYZ | 9.65 | 6.7 | 5.06 | - |
| YUV | 72.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 60 | 0 | 0.56 | 0.50 | 0.53 | 352.84 | 0.39 | 0.34 |
| Hex | 77 | 34 | 3C | 0 | 38 | 32 | 35 | 161 | 27 | 22 |
| Octal | 167 | 64 | 74 | 0 | 70 | 62 | 65 | 541 | 47 | 42 |
| Binary | 1110111 | 110100 | 111100 | 0 | 111000 | 110010 | 110101 | 101100001 | 100111 | 100010 |
Color Harmonies of #77343C
Complementary color
Monochromatic Colors of #77343C
Black with #77343C
Text Example
Text Example
White with #77343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77343C; }
p { color: rgb(119,52,60); }
H1.HeaderClassName
{
color: #77343C;
}
.AnyTagClassName
{
color: #77343C;
}
</style>
background-color css
<style>
a { background-color: #77343C; }
a { background-color: rgb(119,52,60); }
div.DivClassName
{
background-color: #77343C;
}
.BgClassName
{
background-color: #77343C;
}
</style>
border-color css
<style>
span { border-color: #77343C; }
span { border-color: rgb(119,52,60); }
td.TdClassName
{
border-color: #77343C;
}
.TagClassName
{
border-color: #77343C;
}
</style>