Shades of Old Lavender #795D73
Tints of Old Lavender #795D73
RGB
CMYK
RGB Variations
Color information
#795D73 (or 0x795D73) is known color: Old Lavender. HEX triplet: 79, 5D and 73. RGB value is (121,93,115). Sum of RGB (Red+Green+Blue) = 121+93+115=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #795D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D73 is #86A28C. Grayscale: #676767. Windows color (decimal): -8823437 or 7560569. OLE color: 7560569.
HSL color Cylindrical-coordinate representation of color #795D73: hue angle of 312.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795D73 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 115 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.53 |
| HSL | 312.86º | 0.13% | 0.42% | - |
| HSV(B) | 312.86º | 0.23% | 0.47% | - |
| XYZ | 14.89 | 13.13 | 17.97 | - |
| YUV | 103.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 115 | 0 | 0.23 | 0.05 | 0.53 | 312.86 | 0.13 | 0.42 |
| Hex | 79 | 5D | 73 | 0 | 17 | 5 | 35 | 139 | D | 2A |
| Octal | 171 | 135 | 163 | 0 | 27 | 5 | 65 | 471 | 15 | 52 |
| Binary | 1111001 | 1011101 | 1110011 | 0 | 10111 | 101 | 110101 | 100111001 | 1101 | 101010 |
Color Harmonies of #795D73
Complementary color
Monochromatic Colors of #795D73
Black with #795D73
Text Example
Text Example
White with #795D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D73; }
p { color: rgb(121,93,115); }
H1.HeaderClassName
{
color: #795D73;
}
.AnyTagClassName
{
color: #795D73;
}
</style>
background-color css
<style>
a { background-color: #795D73; }
a { background-color: rgb(121,93,115); }
div.DivClassName
{
background-color: #795D73;
}
.BgClassName
{
background-color: #795D73;
}
</style>
border-color css
<style>
span { border-color: #795D73; }
span { border-color: rgb(121,93,115); }
td.TdClassName
{
border-color: #795D73;
}
.TagClassName
{
border-color: #795D73;
}
</style>