Shades of Old Lavender #79717A
Tints of Old Lavender #79717A
RGB
CMYK
RGB Variations
Color information
#79717A (or 0x79717A) is known color: Old Lavender. HEX triplet: 79, 71 and 7A. RGB value is (121,113,122). Sum of RGB (Red+Green+Blue) = 121+113+122=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 122 - color contains mainly: blue. Hex color #79717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79717A is #868E85. Grayscale: #747474. Windows color (decimal): -8818310 or 8024441. OLE color: 8024441.
HSL color Cylindrical-coordinate representation of color #79717A: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #79717A is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 113 | 122 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.52 |
| HSL | 293.33º | 0.04% | 0.46% | - |
| HSV(B) | 293.33º | 0.07% | 0.48% | - |
| XYZ | 17.3 | 17.28 | 20.84 | - |
| YUV | 116.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 122 | 0.01 | 0.07 | 0 | 0.52 | 293.33 | 0.04 | 0.46 |
| Hex | 79 | 71 | 7A | 1 | 7 | 0 | 34 | 125 | 4 | 2E |
| Octal | 171 | 161 | 172 | 1 | 7 | 0 | 64 | 445 | 4 | 56 |
| Binary | 1111001 | 1110001 | 1111010 | 1 | 111 | 0 | 110100 | 100100101 | 100 | 101110 |
Color Harmonies of #79717A
Complementary color
Monochromatic Colors of #79717A
Black with #79717A
Text Example
Text Example
White with #79717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79717A; }
p { color: rgb(121,113,122); }
H1.HeaderClassName
{
color: #79717A;
}
.AnyTagClassName
{
color: #79717A;
}
</style>
background-color css
<style>
a { background-color: #79717A; }
a { background-color: rgb(121,113,122); }
div.DivClassName
{
background-color: #79717A;
}
.BgClassName
{
background-color: #79717A;
}
</style>
border-color css
<style>
span { border-color: #79717A; }
span { border-color: rgb(121,113,122); }
td.TdClassName
{
border-color: #79717A;
}
.TagClassName
{
border-color: #79717A;
}
</style>