Shades of Merlot #77343D
Tints of Merlot #77343D
RGB
CMYK
RGB Variations
Color information
#77343D (or 0x77343D) is known color: Merlot. HEX triplet: 77, 34 and 3D. RGB value is (119,52,61). Sum of RGB (Red+Green+Blue) = 119+52+61=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343D is #88CBC2. Grayscale: #494949. Windows color (decimal): -8965059 or 4011127. OLE color: 4011127.
HSL color Cylindrical-coordinate representation of color #77343D: hue angle of 351.94º 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 #77343D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 61 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.53 |
| HSL | 351.94º | 0.39% | 0.34% | - |
| HSV(B) | 351.94º | 0.56% | 0.47% | - |
| XYZ | 9.68 | 6.71 | 5.2 | - |
| YUV | 73.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 61 | 0 | 0.56 | 0.49 | 0.53 | 351.94 | 0.39 | 0.34 |
| Hex | 77 | 34 | 3D | 0 | 38 | 31 | 35 | 160 | 27 | 22 |
| Octal | 167 | 64 | 75 | 0 | 70 | 61 | 65 | 540 | 47 | 42 |
| Binary | 1110111 | 110100 | 111101 | 0 | 111000 | 110001 | 110101 | 101100000 | 100111 | 100010 |
Color Harmonies of #77343D
Complementary color
Monochromatic Colors of #77343D
Black with #77343D
Text Example
Text Example
White with #77343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77343D; }
p { color: rgb(119,52,61); }
H1.HeaderClassName
{
color: #77343D;
}
.AnyTagClassName
{
color: #77343D;
}
</style>
background-color css
<style>
a { background-color: #77343D; }
a { background-color: rgb(119,52,61); }
div.DivClassName
{
background-color: #77343D;
}
.BgClassName
{
background-color: #77343D;
}
</style>
border-color css
<style>
span { border-color: #77343D; }
span { border-color: rgb(119,52,61); }
td.TdClassName
{
border-color: #77343D;
}
.TagClassName
{
border-color: #77343D;
}
</style>