Shades of Old Lavender #795973
Tints of Old Lavender #795973
RGB
CMYK
RGB Variations
Color information
#795973 (or 0x795973) is known color: Old Lavender. HEX triplet: 79, 59 and 73. RGB value is (121,89,115). Sum of RGB (Red+Green+Blue) = 121+89+115=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #795973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795973 is #86A68C. Grayscale: #656565. Windows color (decimal): -8824461 or 7559545. OLE color: 7559545.
HSL color Cylindrical-coordinate representation of color #795973: hue angle of 311.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795973 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 115 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.53 |
| HSL | 311.25º | 0.15% | 0.41% | - |
| HSV(B) | 311.25º | 0.26% | 0.47% | - |
| XYZ | 14.55 | 12.45 | 17.86 | - |
| YUV | 101.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 115 | 0 | 0.26 | 0.05 | 0.53 | 311.25 | 0.15 | 0.41 |
| Hex | 79 | 59 | 73 | 0 | 1A | 5 | 35 | 137 | F | 29 |
| Octal | 171 | 131 | 163 | 0 | 32 | 5 | 65 | 467 | 17 | 51 |
| Binary | 1111001 | 1011001 | 1110011 | 0 | 11010 | 101 | 110101 | 100110111 | 1111 | 101001 |
Color Harmonies of #795973
Complementary color
Monochromatic Colors of #795973
Black with #795973
Text Example
Text Example
White with #795973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795973; }
p { color: rgb(121,89,115); }
H1.HeaderClassName
{
color: #795973;
}
.AnyTagClassName
{
color: #795973;
}
</style>
background-color css
<style>
a { background-color: #795973; }
a { background-color: rgb(121,89,115); }
div.DivClassName
{
background-color: #795973;
}
.BgClassName
{
background-color: #795973;
}
</style>
border-color css
<style>
span { border-color: #795973; }
span { border-color: rgb(121,89,115); }
td.TdClassName
{
border-color: #795973;
}
.TagClassName
{
border-color: #795973;
}
</style>