Shades of Merlot #78393C
Tints of Merlot #78393C
RGB
CMYK
RGB Variations
Color information
#78393C (or 0x78393C) is known color: Merlot. HEX triplet: 78, 39 and 3C. RGB value is (120,57,60). Sum of RGB (Red+Green+Blue) = 120+57+60=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78393C is #87C6C3. Grayscale: #4C4C4C. Windows color (decimal): -8898244 or 3946872. OLE color: 3946872.
HSL color Cylindrical-coordinate representation of color #78393C: hue angle of 357.14º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78393C is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 60 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.53 |
| HSL | 357.14º | 0.36% | 0.35% | - |
| HSV(B) | 357.14º | 0.53% | 0.47% | - |
| XYZ | 10.02 | 7.25 | 5.15 | - |
| YUV | 76.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 60 | 0 | 0.52 | 0.5 | 0.53 | 357.14 | 0.36 | 0.35 |
| Hex | 78 | 39 | 3C | 0 | 34 | 32 | 35 | 165 | 24 | 23 |
| Octal | 170 | 71 | 74 | 0 | 64 | 62 | 65 | 545 | 44 | 43 |
| Binary | 1111000 | 111001 | 111100 | 0 | 110100 | 110010 | 110101 | 101100101 | 100100 | 100011 |
Color Harmonies of #78393C
Complementary color
Monochromatic Colors of #78393C
Black with #78393C
Text Example
Text Example
White with #78393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78393C; }
p { color: rgb(120,57,60); }
H1.HeaderClassName
{
color: #78393C;
}
.AnyTagClassName
{
color: #78393C;
}
</style>
background-color css
<style>
a { background-color: #78393C; }
a { background-color: rgb(120,57,60); }
div.DivClassName
{
background-color: #78393C;
}
.BgClassName
{
background-color: #78393C;
}
</style>
border-color css
<style>
span { border-color: #78393C; }
span { border-color: rgb(120,57,60); }
td.TdClassName
{
border-color: #78393C;
}
.TagClassName
{
border-color: #78393C;
}
</style>