Shades of Merlot #78373A
Tints of Merlot #78373A
RGB
CMYK
RGB Variations
Color information
#78373A (or 0x78373A) is known color: Merlot. HEX triplet: 78, 37 and 3A. RGB value is (120,55,58). Sum of RGB (Red+Green+Blue) = 120+55+58=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78373A is #87C8C5. Grayscale: #4A4A4A. Windows color (decimal): -8898758 or 3815288. OLE color: 3815288.
HSL color Cylindrical-coordinate representation of color #78373A: hue angle of 357.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78373A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 58 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.53 |
| HSL | 357.23º | 0.37% | 0.34% | - |
| HSV(B) | 357.23º | 0.54% | 0.47% | - |
| XYZ | 9.88 | 7.03 | 4.84 | - |
| YUV | 74.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 58 | 0 | 0.54 | 0.52 | 0.53 | 357.23 | 0.37 | 0.34 |
| Hex | 78 | 37 | 3A | 0 | 36 | 34 | 35 | 165 | 25 | 22 |
| Octal | 170 | 67 | 72 | 0 | 66 | 64 | 65 | 545 | 45 | 42 |
| Binary | 1111000 | 110111 | 111010 | 0 | 110110 | 110100 | 110101 | 101100101 | 100101 | 100010 |
Color Harmonies of #78373A
Complementary color
Monochromatic Colors of #78373A
Black with #78373A
Text Example
Text Example
White with #78373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78373A; }
p { color: rgb(120,55,58); }
H1.HeaderClassName
{
color: #78373A;
}
.AnyTagClassName
{
color: #78373A;
}
</style>
background-color css
<style>
a { background-color: #78373A; }
a { background-color: rgb(120,55,58); }
div.DivClassName
{
background-color: #78373A;
}
.BgClassName
{
background-color: #78373A;
}
</style>
border-color css
<style>
span { border-color: #78373A; }
span { border-color: rgb(120,55,58); }
td.TdClassName
{
border-color: #78373A;
}
.TagClassName
{
border-color: #78373A;
}
</style>