Shades of Old Lavender #7A7079
Tints of Old Lavender #7A7079
RGB
CMYK
RGB Variations
Color information
#7A7079 (or 0x7A7079) is known color: Old Lavender. HEX triplet: 7A, 70 and 79. RGB value is (122,112,121). Sum of RGB (Red+Green+Blue) = 122+112+121=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7079 is #858F86. Grayscale: #737373. Windows color (decimal): -8753031 or 7958650. OLE color: 7958650.
HSL color Cylindrical-coordinate representation of color #7A7079: hue angle of 306º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7079 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 121 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.52 |
| HSL | 306º | 0.04% | 0.46% | - |
| HSV(B) | 306º | 0.08% | 0.48% | - |
| XYZ | 17.27 | 17.11 | 20.48 | - |
| YUV | 116.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 121 | 0 | 0.08 | 0.01 | 0.52 | 306 | 0.04 | 0.46 |
| Hex | 7A | 70 | 79 | 0 | 8 | 1 | 34 | 132 | 4 | 2E |
| Octal | 172 | 160 | 171 | 0 | 10 | 1 | 64 | 462 | 4 | 56 |
| Binary | 1111010 | 1110000 | 1111001 | 0 | 1000 | 1 | 110100 | 100110010 | 100 | 101110 |
Color Harmonies of #7A7079
Complementary color
Monochromatic Colors of #7A7079
Black with #7A7079
Text Example
Text Example
White with #7A7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7079; }
p { color: rgb(122,112,121); }
H1.HeaderClassName
{
color: #7A7079;
}
.AnyTagClassName
{
color: #7A7079;
}
</style>
background-color css
<style>
a { background-color: #7A7079; }
a { background-color: rgb(122,112,121); }
div.DivClassName
{
background-color: #7A7079;
}
.BgClassName
{
background-color: #7A7079;
}
</style>
border-color css
<style>
span { border-color: #7A7079; }
span { border-color: rgb(122,112,121); }
td.TdClassName
{
border-color: #7A7079;
}
.TagClassName
{
border-color: #7A7079;
}
</style>