Shades of Old Lavender #7A6677
Tints of Old Lavender #7A6677
RGB
CMYK
RGB Variations
Color information
#7A6677 (or 0x7A6677) is known color: Old Lavender. HEX triplet: 7A, 66 and 77. RGB value is (122,102,119). Sum of RGB (Red+Green+Blue) = 122+102+119=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6677 is #859988. Grayscale: #6D6D6D. Windows color (decimal): -8755593 or 7825018. OLE color: 7825018.
HSL color Cylindrical-coordinate representation of color #7A6677: hue angle of 309º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6677 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 119 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.52 |
| HSL | 309º | 0.09% | 0.44% | - |
| HSV(B) | 309º | 0.16% | 0.48% | - |
| XYZ | 16.11 | 14.97 | 19.49 | - |
| YUV | 109.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 119 | 0 | 0.16 | 0.02 | 0.52 | 309 | 0.09 | 0.44 |
| Hex | 7A | 66 | 77 | 0 | 10 | 2 | 34 | 135 | 9 | 2C |
| Octal | 172 | 146 | 167 | 0 | 20 | 2 | 64 | 465 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1110111 | 0 | 10000 | 10 | 110100 | 100110101 | 1001 | 101100 |
Color Harmonies of #7A6677
Complementary color
Monochromatic Colors of #7A6677
Black with #7A6677
Text Example
Text Example
White with #7A6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6677; }
p { color: rgb(122,102,119); }
H1.HeaderClassName
{
color: #7A6677;
}
.AnyTagClassName
{
color: #7A6677;
}
</style>
background-color css
<style>
a { background-color: #7A6677; }
a { background-color: rgb(122,102,119); }
div.DivClassName
{
background-color: #7A6677;
}
.BgClassName
{
background-color: #7A6677;
}
</style>
border-color css
<style>
span { border-color: #7A6677; }
span { border-color: rgb(122,102,119); }
td.TdClassName
{
border-color: #7A6677;
}
.TagClassName
{
border-color: #7A6677;
}
</style>