Shades of Merlot #7A3437
Tints of Merlot #7A3437
RGB
CMYK
RGB Variations
Color information
#7A3437 (or 0x7A3437) is known color: Merlot. HEX triplet: 7A, 34 and 37. RGB value is (122,52,55). Sum of RGB (Red+Green+Blue) = 122+52+55=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3437 is #85CBC8. Grayscale: #494949. Windows color (decimal): -8768457 or 3617914. OLE color: 3617914.
HSL color Cylindrical-coordinate representation of color #7A3437: hue angle of 357.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3437 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 55 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.52 |
| HSL | 357.43º | 0.4% | 0.34% | - |
| HSV(B) | 357.43º | 0.57% | 0.48% | - |
| XYZ | 9.94 | 6.87 | 4.42 | - |
| YUV | 73.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 55 | 0 | 0.57 | 0.55 | 0.52 | 357.43 | 0.4 | 0.34 |
| Hex | 7A | 34 | 37 | 0 | 39 | 37 | 34 | 165 | 28 | 22 |
| Octal | 172 | 64 | 67 | 0 | 71 | 67 | 64 | 545 | 50 | 42 |
| Binary | 1111010 | 110100 | 110111 | 0 | 111001 | 110111 | 110100 | 101100101 | 101000 | 100010 |
Color Harmonies of #7A3437
Complementary color
Monochromatic Colors of #7A3437
Black with #7A3437
Text Example
Text Example
White with #7A3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3437; }
p { color: rgb(122,52,55); }
H1.HeaderClassName
{
color: #7A3437;
}
.AnyTagClassName
{
color: #7A3437;
}
</style>
background-color css
<style>
a { background-color: #7A3437; }
a { background-color: rgb(122,52,55); }
div.DivClassName
{
background-color: #7A3437;
}
.BgClassName
{
background-color: #7A3437;
}
</style>
border-color css
<style>
span { border-color: #7A3437; }
span { border-color: rgb(122,52,55); }
td.TdClassName
{
border-color: #7A3437;
}
.TagClassName
{
border-color: #7A3437;
}
</style>