Shades of Old Lavender #795B72
Tints of Old Lavender #795B72
RGB
CMYK
RGB Variations
Color information
#795B72 (or 0x795B72) is known color: Old Lavender. HEX triplet: 79, 5B and 72. RGB value is (121,91,114). Sum of RGB (Red+Green+Blue) = 121+91+114=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B72 is #86A48D. Grayscale: #666666. Windows color (decimal): -8823950 or 7494521. OLE color: 7494521.
HSL color Cylindrical-coordinate representation of color #795B72: hue angle of 314º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B72 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 114 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.53 |
| HSL | 314º | 0.14% | 0.42% | - |
| HSV(B) | 314º | 0.25% | 0.47% | - |
| XYZ | 14.66 | 12.76 | 17.61 | - |
| YUV | 102.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 114 | 0 | 0.25 | 0.06 | 0.53 | 314 | 0.14 | 0.42 |
| Hex | 79 | 5B | 72 | 0 | 19 | 6 | 35 | 13A | E | 2A |
| Octal | 171 | 133 | 162 | 0 | 31 | 6 | 65 | 472 | 16 | 52 |
| Binary | 1111001 | 1011011 | 1110010 | 0 | 11001 | 110 | 110101 | 100111010 | 1110 | 101010 |
Color Harmonies of #795B72
Complementary color
Monochromatic Colors of #795B72
Black with #795B72
Text Example
Text Example
White with #795B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B72; }
p { color: rgb(121,91,114); }
H1.HeaderClassName
{
color: #795B72;
}
.AnyTagClassName
{
color: #795B72;
}
</style>
background-color css
<style>
a { background-color: #795B72; }
a { background-color: rgb(121,91,114); }
div.DivClassName
{
background-color: #795B72;
}
.BgClassName
{
background-color: #795B72;
}
</style>
border-color css
<style>
span { border-color: #795B72; }
span { border-color: rgb(121,91,114); }
td.TdClassName
{
border-color: #795B72;
}
.TagClassName
{
border-color: #795B72;
}
</style>