Shades of Old Lavender #7C5872
Tints of Old Lavender #7C5872
RGB
CMYK
RGB Variations
Color information
#7C5872 (or 0x7C5872) is known color: Old Lavender. HEX triplet: 7C, 58 and 72. RGB value is (124,88,114). Sum of RGB (Red+Green+Blue) = 124+88+114=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5872 is #83A78D. Grayscale: #656565. Windows color (decimal): -8628110 or 7493756. OLE color: 7493756.
HSL color Cylindrical-coordinate representation of color #7C5872: hue angle of 316.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5872 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 114 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.51 |
| HSL | 316.67º | 0.17% | 0.42% | - |
| HSV(B) | 316.67º | 0.29% | 0.49% | - |
| XYZ | 14.84 | 12.48 | 17.55 | - |
| YUV | 101.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 114 | 0 | 0.29 | 0.08 | 0.51 | 316.67 | 0.17 | 0.42 |
| Hex | 7C | 58 | 72 | 0 | 1D | 8 | 33 | 13D | 11 | 2A |
| Octal | 174 | 130 | 162 | 0 | 35 | 10 | 63 | 475 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1110010 | 0 | 11101 | 1000 | 110011 | 100111101 | 10001 | 101010 |
Color Harmonies of #7C5872
Complementary color
Monochromatic Colors of #7C5872
Black with #7C5872
Text Example
Text Example
White with #7C5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5872; }
p { color: rgb(124,88,114); }
H1.HeaderClassName
{
color: #7C5872;
}
.AnyTagClassName
{
color: #7C5872;
}
</style>
background-color css
<style>
a { background-color: #7C5872; }
a { background-color: rgb(124,88,114); }
div.DivClassName
{
background-color: #7C5872;
}
.BgClassName
{
background-color: #7C5872;
}
</style>
border-color css
<style>
span { border-color: #7C5872; }
span { border-color: rgb(124,88,114); }
td.TdClassName
{
border-color: #7C5872;
}
.TagClassName
{
border-color: #7C5872;
}
</style>