Shades of Merlot #7A3637
Tints of Merlot #7A3637
RGB
CMYK
RGB Variations
Color information
#7A3637 (or 0x7A3637) is known color: Merlot. HEX triplet: 7A, 36 and 37. RGB value is (122,54,55). Sum of RGB (Red+Green+Blue) = 122+54+55=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3637 is #85C9C8. Grayscale: #4A4A4A. Windows color (decimal): -8767945 or 3618426. OLE color: 3618426.
HSL color Cylindrical-coordinate representation of color #7A3637: hue angle of 359.12º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A3637 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 55 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.52 |
| HSL | 359.12º | 0.39% | 0.35% | - |
| HSV(B) | 359.12º | 0.56% | 0.48% | - |
| XYZ | 10.03 | 7.05 | 4.45 | - |
| YUV | 74.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 55 | 0 | 0.56 | 0.55 | 0.52 | 359.12 | 0.39 | 0.35 |
| Hex | 7A | 36 | 37 | 0 | 38 | 37 | 34 | 167 | 27 | 23 |
| Octal | 172 | 66 | 67 | 0 | 70 | 67 | 64 | 547 | 47 | 43 |
| Binary | 1111010 | 110110 | 110111 | 0 | 111000 | 110111 | 110100 | 101100111 | 100111 | 100011 |
Color Harmonies of #7A3637
Complementary color
Monochromatic Colors of #7A3637
Black with #7A3637
Text Example
Text Example
White with #7A3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3637; }
p { color: rgb(122,54,55); }
H1.HeaderClassName
{
color: #7A3637;
}
.AnyTagClassName
{
color: #7A3637;
}
</style>
background-color css
<style>
a { background-color: #7A3637; }
a { background-color: rgb(122,54,55); }
div.DivClassName
{
background-color: #7A3637;
}
.BgClassName
{
background-color: #7A3637;
}
</style>
border-color css
<style>
span { border-color: #7A3637; }
span { border-color: rgb(122,54,55); }
td.TdClassName
{
border-color: #7A3637;
}
.TagClassName
{
border-color: #7A3637;
}
</style>