Shades of Old Lavender #7A6678
Tints of Old Lavender #7A6678
RGB
CMYK
RGB Variations
Color information
#7A6678 (or 0x7A6678) is known color: Old Lavender. HEX triplet: 7A, 66 and 78. RGB value is (122,102,120). Sum of RGB (Red+Green+Blue) = 122+102+120=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6678 is #859987. Grayscale: #6D6D6D. Windows color (decimal): -8755592 or 7890554. OLE color: 7890554.
HSL color Cylindrical-coordinate representation of color #7A6678: hue angle of 306º 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 #7A6678 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 120 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.52 |
| HSL | 306º | 0.09% | 0.44% | - |
| HSV(B) | 306º | 0.16% | 0.48% | - |
| XYZ | 16.17 | 15 | 19.81 | - |
| YUV | 110.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 120 | 0 | 0.16 | 0.02 | 0.52 | 306 | 0.09 | 0.44 |
| Hex | 7A | 66 | 78 | 0 | 10 | 2 | 34 | 132 | 9 | 2C |
| Octal | 172 | 146 | 170 | 0 | 20 | 2 | 64 | 462 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1111000 | 0 | 10000 | 10 | 110100 | 100110010 | 1001 | 101100 |
Color Harmonies of #7A6678
Complementary color
Monochromatic Colors of #7A6678
Black with #7A6678
Text Example
Text Example
White with #7A6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6678; }
p { color: rgb(122,102,120); }
H1.HeaderClassName
{
color: #7A6678;
}
.AnyTagClassName
{
color: #7A6678;
}
</style>
background-color css
<style>
a { background-color: #7A6678; }
a { background-color: rgb(122,102,120); }
div.DivClassName
{
background-color: #7A6678;
}
.BgClassName
{
background-color: #7A6678;
}
</style>
border-color css
<style>
span { border-color: #7A6678; }
span { border-color: rgb(122,102,120); }
td.TdClassName
{
border-color: #7A6678;
}
.TagClassName
{
border-color: #7A6678;
}
</style>