Shades of Old Lavender #7A6776
Tints of Old Lavender #7A6776
RGB
CMYK
RGB Variations
Color information
#7A6776 (or 0x7A6776) is known color: Old Lavender. HEX triplet: 7A, 67 and 76. RGB value is (122,103,118). Sum of RGB (Red+Green+Blue) = 122+103+118=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6776 is #859889. Grayscale: #6E6E6E. Windows color (decimal): -8755338 or 7759738. OLE color: 7759738.
HSL color Cylindrical-coordinate representation of color #7A6776: hue angle of 312.63º degrees, saturation: 0.08, 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 #7A6776 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 118 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.52 |
| HSL | 312.63º | 0.08% | 0.44% | - |
| HSV(B) | 312.63º | 0.16% | 0.48% | - |
| XYZ | 16.15 | 15.15 | 19.21 | - |
| YUV | 110.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 118 | 0 | 0.16 | 0.03 | 0.52 | 312.63 | 0.08 | 0.44 |
| Hex | 7A | 67 | 76 | 0 | 10 | 3 | 34 | 139 | 8 | 2C |
| Octal | 172 | 147 | 166 | 0 | 20 | 3 | 64 | 471 | 10 | 54 |
| Binary | 1111010 | 1100111 | 1110110 | 0 | 10000 | 11 | 110100 | 100111001 | 1000 | 101100 |
Color Harmonies of #7A6776
Complementary color
Monochromatic Colors of #7A6776
Black with #7A6776
Text Example
Text Example
White with #7A6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6776; }
p { color: rgb(122,103,118); }
H1.HeaderClassName
{
color: #7A6776;
}
.AnyTagClassName
{
color: #7A6776;
}
</style>
background-color css
<style>
a { background-color: #7A6776; }
a { background-color: rgb(122,103,118); }
div.DivClassName
{
background-color: #7A6776;
}
.BgClassName
{
background-color: #7A6776;
}
</style>
border-color css
<style>
span { border-color: #7A6776; }
span { border-color: rgb(122,103,118); }
td.TdClassName
{
border-color: #7A6776;
}
.TagClassName
{
border-color: #7A6776;
}
</style>