Shades of Merlot #7C373F
Tints of Merlot #7C373F
RGB
CMYK
RGB Variations
Color information
#7C373F (or 0x7C373F) is known color: Merlot. HEX triplet: 7C, 37 and 3F. RGB value is (124,55,63). Sum of RGB (Red+Green+Blue) = 124+55+63=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C373F is #83C8C0. Grayscale: #4C4C4C. Windows color (decimal): -8636609 or 4142972. OLE color: 4142972.
HSL color Cylindrical-coordinate representation of color #7C373F: hue angle of 353.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C373F is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 63 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.51 |
| HSL | 353.04º | 0.39% | 0.35% | - |
| HSV(B) | 353.04º | 0.56% | 0.49% | - |
| XYZ | 10.58 | 7.38 | 5.57 | - |
| YUV | 76.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 63 | 0 | 0.56 | 0.49 | 0.51 | 353.04 | 0.39 | 0.35 |
| Hex | 7C | 37 | 3F | 0 | 38 | 31 | 33 | 161 | 27 | 23 |
| Octal | 174 | 67 | 77 | 0 | 70 | 61 | 63 | 541 | 47 | 43 |
| Binary | 1111100 | 110111 | 111111 | 0 | 111000 | 110001 | 110011 | 101100001 | 100111 | 100011 |
Color Harmonies of #7C373F
Complementary color
Monochromatic Colors of #7C373F
Black with #7C373F
Text Example
Text Example
White with #7C373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C373F; }
p { color: rgb(124,55,63); }
H1.HeaderClassName
{
color: #7C373F;
}
.AnyTagClassName
{
color: #7C373F;
}
</style>
background-color css
<style>
a { background-color: #7C373F; }
a { background-color: rgb(124,55,63); }
div.DivClassName
{
background-color: #7C373F;
}
.BgClassName
{
background-color: #7C373F;
}
</style>
border-color css
<style>
span { border-color: #7C373F; }
span { border-color: rgb(124,55,63); }
td.TdClassName
{
border-color: #7C373F;
}
.TagClassName
{
border-color: #7C373F;
}
</style>