Shades of Old Lavender #795F77
Tints of Old Lavender #795F77
RGB
CMYK
RGB Variations
Color information
#795F77 (or 0x795F77) is known color: Old Lavender. HEX triplet: 79, 5F and 77. RGB value is (121,95,119). Sum of RGB (Red+Green+Blue) = 121+95+119=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #795F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F77 is #86A088. Grayscale: #696969. Windows color (decimal): -8822921 or 7823225. OLE color: 7823225.
HSL color Cylindrical-coordinate representation of color #795F77: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #795F77 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 119 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.53 |
| HSL | 304.62º | 0.12% | 0.42% | - |
| HSV(B) | 304.62º | 0.21% | 0.47% | - |
| XYZ | 15.31 | 13.58 | 19.27 | - |
| YUV | 105.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 119 | 0 | 0.21 | 0.02 | 0.53 | 304.62 | 0.12 | 0.42 |
| Hex | 79 | 5F | 77 | 0 | 15 | 2 | 35 | 131 | C | 2A |
| Octal | 171 | 137 | 167 | 0 | 25 | 2 | 65 | 461 | 14 | 52 |
| Binary | 1111001 | 1011111 | 1110111 | 0 | 10101 | 10 | 110101 | 100110001 | 1100 | 101010 |
Color Harmonies of #795F77
Complementary color
Monochromatic Colors of #795F77
Black with #795F77
Text Example
Text Example
White with #795F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F77; }
p { color: rgb(121,95,119); }
H1.HeaderClassName
{
color: #795F77;
}
.AnyTagClassName
{
color: #795F77;
}
</style>
background-color css
<style>
a { background-color: #795F77; }
a { background-color: rgb(121,95,119); }
div.DivClassName
{
background-color: #795F77;
}
.BgClassName
{
background-color: #795F77;
}
</style>
border-color css
<style>
span { border-color: #795F77; }
span { border-color: rgb(121,95,119); }
td.TdClassName
{
border-color: #795F77;
}
.TagClassName
{
border-color: #795F77;
}
</style>