Shades of Old Lavender #7C5972
Tints of Old Lavender #7C5972
RGB
CMYK
RGB Variations
Color information
#7C5972 (or 0x7C5972) is known color: Old Lavender. HEX triplet: 7C, 59 and 72. RGB value is (124,89,114). Sum of RGB (Red+Green+Blue) = 124+89+114=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5972 is #83A68D. Grayscale: #666666. Windows color (decimal): -8627854 or 7494012. OLE color: 7494012.
HSL color Cylindrical-coordinate representation of color #7C5972: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C5972 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 114 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.51 |
| HSL | 317.14º | 0.16% | 0.42% | - |
| HSV(B) | 317.14º | 0.28% | 0.49% | - |
| XYZ | 14.92 | 12.64 | 17.57 | - |
| YUV | 102.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 114 | 0 | 0.28 | 0.08 | 0.51 | 317.14 | 0.16 | 0.42 |
| Hex | 7C | 59 | 72 | 0 | 1C | 8 | 33 | 13D | 10 | 2A |
| Octal | 174 | 131 | 162 | 0 | 34 | 10 | 63 | 475 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1110010 | 0 | 11100 | 1000 | 110011 | 100111101 | 10000 | 101010 |
Color Harmonies of #7C5972
Complementary color
Monochromatic Colors of #7C5972
Black with #7C5972
Text Example
Text Example
White with #7C5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5972; }
p { color: rgb(124,89,114); }
H1.HeaderClassName
{
color: #7C5972;
}
.AnyTagClassName
{
color: #7C5972;
}
</style>
background-color css
<style>
a { background-color: #7C5972; }
a { background-color: rgb(124,89,114); }
div.DivClassName
{
background-color: #7C5972;
}
.BgClassName
{
background-color: #7C5972;
}
</style>
border-color css
<style>
span { border-color: #7C5972; }
span { border-color: rgb(124,89,114); }
td.TdClassName
{
border-color: #7C5972;
}
.TagClassName
{
border-color: #7C5972;
}
</style>