Shades of Old Lavender #7A717B
Tints of Old Lavender #7A717B
RGB
CMYK
RGB Variations
Color information
#7A717B (or 0x7A717B) is known color: Old Lavender. HEX triplet: 7A, 71 and 7B. RGB value is (122,113,123). Sum of RGB (Red+Green+Blue) = 122+113+123=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A717B is #858E84. Grayscale: #747474. Windows color (decimal): -8752773 or 8089978. OLE color: 8089978.
HSL color Cylindrical-coordinate representation of color #7A717B: hue angle of 294º 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 #7A717B is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 123 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.52 |
| HSL | 294º | 0.04% | 0.46% | - |
| HSV(B) | 294º | 0.08% | 0.48% | - |
| XYZ | 17.51 | 17.38 | 21.17 | - |
| YUV | 116.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 123 | 0.01 | 0.08 | 0 | 0.52 | 294 | 0.04 | 0.46 |
| Hex | 7A | 71 | 7B | 1 | 8 | 0 | 34 | 126 | 4 | 2E |
| Octal | 172 | 161 | 173 | 1 | 10 | 0 | 64 | 446 | 4 | 56 |
| Binary | 1111010 | 1110001 | 1111011 | 1 | 1000 | 0 | 110100 | 100100110 | 100 | 101110 |
Color Harmonies of #7A717B
Complementary color
Monochromatic Colors of #7A717B
Black with #7A717B
Text Example
Text Example
White with #7A717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A717B; }
p { color: rgb(122,113,123); }
H1.HeaderClassName
{
color: #7A717B;
}
.AnyTagClassName
{
color: #7A717B;
}
</style>
background-color css
<style>
a { background-color: #7A717B; }
a { background-color: rgb(122,113,123); }
div.DivClassName
{
background-color: #7A717B;
}
.BgClassName
{
background-color: #7A717B;
}
</style>
border-color css
<style>
span { border-color: #7A717B; }
span { border-color: rgb(122,113,123); }
td.TdClassName
{
border-color: #7A717B;
}
.TagClassName
{
border-color: #7A717B;
}
</style>