Shades of Merlot #7A3940
Tints of Merlot #7A3940
RGB
CMYK
RGB Variations
Color information
#7A3940 (or 0x7A3940) is known color: Merlot. HEX triplet: 7A, 39 and 40. RGB value is (122,57,64). Sum of RGB (Red+Green+Blue) = 122+57+64=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3940 is #85C6BF. Grayscale: #4D4D4D. Windows color (decimal): -8767168 or 4209018. OLE color: 4209018.
HSL color Cylindrical-coordinate representation of color #7A3940: hue angle of 353.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3940 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 64 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.52 |
| HSL | 353.54º | 0.36% | 0.35% | - |
| HSV(B) | 353.54º | 0.53% | 0.48% | - |
| XYZ | 10.41 | 7.43 | 5.74 | - |
| YUV | 77.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 64 | 0 | 0.53 | 0.48 | 0.52 | 353.54 | 0.36 | 0.35 |
| Hex | 7A | 39 | 40 | 0 | 35 | 30 | 34 | 162 | 24 | 23 |
| Octal | 172 | 71 | 100 | 0 | 65 | 60 | 64 | 542 | 44 | 43 |
| Binary | 1111010 | 111001 | 1000000 | 0 | 110101 | 110000 | 110100 | 101100010 | 100100 | 100011 |
Color Harmonies of #7A3940
Complementary color
Monochromatic Colors of #7A3940
Black with #7A3940
Text Example
Text Example
White with #7A3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3940; }
p { color: rgb(122,57,64); }
H1.HeaderClassName
{
color: #7A3940;
}
.AnyTagClassName
{
color: #7A3940;
}
</style>
background-color css
<style>
a { background-color: #7A3940; }
a { background-color: rgb(122,57,64); }
div.DivClassName
{
background-color: #7A3940;
}
.BgClassName
{
background-color: #7A3940;
}
</style>
border-color css
<style>
span { border-color: #7A3940; }
span { border-color: rgb(122,57,64); }
td.TdClassName
{
border-color: #7A3940;
}
.TagClassName
{
border-color: #7A3940;
}
</style>