Shades of Merlot #77383F
Tints of Merlot #77383F
RGB
CMYK
RGB Variations
Color information
#77383F (or 0x77383F) is known color: Merlot. HEX triplet: 77, 38 and 3F. RGB value is (119,56,63). Sum of RGB (Red+Green+Blue) = 119+56+63=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77383F is #88C7C0. Grayscale: #4B4B4B. Windows color (decimal): -8964033 or 4143223. OLE color: 4143223.
HSL color Cylindrical-coordinate representation of color #77383F: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77383F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 63 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.53 |
| HSL | 353.33º | 0.36% | 0.34% | - |
| HSV(B) | 353.33º | 0.53% | 0.47% | - |
| XYZ | 9.92 | 7.11 | 5.55 | - |
| YUV | 75.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 63 | 0 | 0.53 | 0.47 | 0.53 | 353.33 | 0.36 | 0.34 |
| Hex | 77 | 38 | 3F | 0 | 35 | 2F | 35 | 161 | 24 | 22 |
| Octal | 167 | 70 | 77 | 0 | 65 | 57 | 65 | 541 | 44 | 42 |
| Binary | 1110111 | 111000 | 111111 | 0 | 110101 | 101111 | 110101 | 101100001 | 100100 | 100010 |
Color Harmonies of #77383F
Complementary color
Monochromatic Colors of #77383F
Black with #77383F
Text Example
Text Example
White with #77383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77383F; }
p { color: rgb(119,56,63); }
H1.HeaderClassName
{
color: #77383F;
}
.AnyTagClassName
{
color: #77383F;
}
</style>
background-color css
<style>
a { background-color: #77383F; }
a { background-color: rgb(119,56,63); }
div.DivClassName
{
background-color: #77383F;
}
.BgClassName
{
background-color: #77383F;
}
</style>
border-color css
<style>
span { border-color: #77383F; }
span { border-color: rgb(119,56,63); }
td.TdClassName
{
border-color: #77383F;
}
.TagClassName
{
border-color: #77383F;
}
</style>