Shades of Merlot #78393B
Tints of Merlot #78393B
RGB
CMYK
RGB Variations
Color information
#78393B (or 0x78393B) is known color: Merlot. HEX triplet: 78, 39 and 3B. RGB value is (120,57,59). Sum of RGB (Red+Green+Blue) = 120+57+59=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78393B is #87C6C4. Grayscale: #4C4C4C. Windows color (decimal): -8898245 or 3881336. OLE color: 3881336.
HSL color Cylindrical-coordinate representation of color #78393B: hue angle of 358.1º 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 #78393B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 59 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.53 |
| HSL | 358.1º | 0.36% | 0.35% | - |
| HSV(B) | 358.1º | 0.53% | 0.47% | - |
| XYZ | 10 | 7.24 | 5.01 | - |
| YUV | 76.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 59 | 0 | 0.52 | 0.51 | 0.53 | 358.1 | 0.36 | 0.35 |
| Hex | 78 | 39 | 3B | 0 | 34 | 33 | 35 | 166 | 24 | 23 |
| Octal | 170 | 71 | 73 | 0 | 64 | 63 | 65 | 546 | 44 | 43 |
| Binary | 1111000 | 111001 | 111011 | 0 | 110100 | 110011 | 110101 | 101100110 | 100100 | 100011 |
Color Harmonies of #78393B
Complementary color
Monochromatic Colors of #78393B
Black with #78393B
Text Example
Text Example
White with #78393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78393B; }
p { color: rgb(120,57,59); }
H1.HeaderClassName
{
color: #78393B;
}
.AnyTagClassName
{
color: #78393B;
}
</style>
background-color css
<style>
a { background-color: #78393B; }
a { background-color: rgb(120,57,59); }
div.DivClassName
{
background-color: #78393B;
}
.BgClassName
{
background-color: #78393B;
}
</style>
border-color css
<style>
span { border-color: #78393B; }
span { border-color: rgb(120,57,59); }
td.TdClassName
{
border-color: #78393B;
}
.TagClassName
{
border-color: #78393B;
}
</style>