Shades of Merlot #7C373C
Tints of Merlot #7C373C
RGB
CMYK
RGB Variations
Color information
#7C373C (or 0x7C373C) is known color: Merlot. HEX triplet: 7C, 37 and 3C. RGB value is (124,55,60). Sum of RGB (Red+Green+Blue) = 124+55+60=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C373C is #83C8C3. Grayscale: #4C4C4C. Windows color (decimal): -8636612 or 3946364. OLE color: 3946364.
HSL color Cylindrical-coordinate representation of color #7C373C: hue angle of 355.65º 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 #7C373C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 60 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.51 |
| HSL | 355.65º | 0.39% | 0.35% | - |
| HSV(B) | 355.65º | 0.56% | 0.49% | - |
| XYZ | 10.49 | 7.34 | 5.14 | - |
| YUV | 76.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 60 | 0 | 0.56 | 0.52 | 0.51 | 355.65 | 0.39 | 0.35 |
| Hex | 7C | 37 | 3C | 0 | 38 | 34 | 33 | 164 | 27 | 23 |
| Octal | 174 | 67 | 74 | 0 | 70 | 64 | 63 | 544 | 47 | 43 |
| Binary | 1111100 | 110111 | 111100 | 0 | 111000 | 110100 | 110011 | 101100100 | 100111 | 100011 |
Color Harmonies of #7C373C
Complementary color
Monochromatic Colors of #7C373C
Black with #7C373C
Text Example
Text Example
White with #7C373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C373C; }
p { color: rgb(124,55,60); }
H1.HeaderClassName
{
color: #7C373C;
}
.AnyTagClassName
{
color: #7C373C;
}
</style>
background-color css
<style>
a { background-color: #7C373C; }
a { background-color: rgb(124,55,60); }
div.DivClassName
{
background-color: #7C373C;
}
.BgClassName
{
background-color: #7C373C;
}
</style>
border-color css
<style>
span { border-color: #7C373C; }
span { border-color: rgb(124,55,60); }
td.TdClassName
{
border-color: #7C373C;
}
.TagClassName
{
border-color: #7C373C;
}
</style>