Shades of Old Lavender #7C5973
Tints of Old Lavender #7C5973
RGB
CMYK
RGB Variations
Color information
#7C5973 (or 0x7C5973) is known color: Old Lavender. HEX triplet: 7C, 59 and 73. RGB value is (124,89,115). Sum of RGB (Red+Green+Blue) = 124+89+115=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5973 is #83A68C. Grayscale: #666666. Windows color (decimal): -8627853 or 7559548. OLE color: 7559548.
HSL color Cylindrical-coordinate representation of color #7C5973: hue angle of 315.43º 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 #7C5973 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 115 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.51 |
| HSL | 315.43º | 0.16% | 0.42% | - |
| HSV(B) | 315.43º | 0.28% | 0.49% | - |
| XYZ | 14.98 | 12.67 | 17.88 | - |
| YUV | 102.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 115 | 0 | 0.28 | 0.07 | 0.51 | 315.43 | 0.16 | 0.42 |
| Hex | 7C | 59 | 73 | 0 | 1C | 7 | 33 | 13B | 10 | 2A |
| Octal | 174 | 131 | 163 | 0 | 34 | 7 | 63 | 473 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1110011 | 0 | 11100 | 111 | 110011 | 100111011 | 10000 | 101010 |
Color Harmonies of #7C5973
Complementary color
Monochromatic Colors of #7C5973
Black with #7C5973
Text Example
Text Example
White with #7C5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5973; }
p { color: rgb(124,89,115); }
H1.HeaderClassName
{
color: #7C5973;
}
.AnyTagClassName
{
color: #7C5973;
}
</style>
background-color css
<style>
a { background-color: #7C5973; }
a { background-color: rgb(124,89,115); }
div.DivClassName
{
background-color: #7C5973;
}
.BgClassName
{
background-color: #7C5973;
}
</style>
border-color css
<style>
span { border-color: #7C5973; }
span { border-color: rgb(124,89,115); }
td.TdClassName
{
border-color: #7C5973;
}
.TagClassName
{
border-color: #7C5973;
}
</style>