Shades of Old Lavender #7A6578
Tints of Old Lavender #7A6578
RGB
CMYK
RGB Variations
Color information
#7A6578 (or 0x7A6578) is known color: Old Lavender. HEX triplet: 7A, 65 and 78. RGB value is (122,101,120). Sum of RGB (Red+Green+Blue) = 122+101+120=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6578 is #859A87. Grayscale: #6D6D6D. Windows color (decimal): -8755848 or 7890298. OLE color: 7890298.
HSL color Cylindrical-coordinate representation of color #7A6578: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6578 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 120 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.52 |
| HSL | 305.71º | 0.09% | 0.44% | - |
| HSV(B) | 305.71º | 0.17% | 0.48% | - |
| XYZ | 16.07 | 14.8 | 19.78 | - |
| YUV | 109.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 120 | 0 | 0.17 | 0.02 | 0.52 | 305.71 | 0.09 | 0.44 |
| Hex | 7A | 65 | 78 | 0 | 11 | 2 | 34 | 132 | 9 | 2C |
| Octal | 172 | 145 | 170 | 0 | 21 | 2 | 64 | 462 | 11 | 54 |
| Binary | 1111010 | 1100101 | 1111000 | 0 | 10001 | 10 | 110100 | 100110010 | 1001 | 101100 |
Color Harmonies of #7A6578
Complementary color
Monochromatic Colors of #7A6578
Black with #7A6578
Text Example
Text Example
White with #7A6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6578; }
p { color: rgb(122,101,120); }
H1.HeaderClassName
{
color: #7A6578;
}
.AnyTagClassName
{
color: #7A6578;
}
</style>
background-color css
<style>
a { background-color: #7A6578; }
a { background-color: rgb(122,101,120); }
div.DivClassName
{
background-color: #7A6578;
}
.BgClassName
{
background-color: #7A6578;
}
</style>
border-color css
<style>
span { border-color: #7A6578; }
span { border-color: rgb(122,101,120); }
td.TdClassName
{
border-color: #7A6578;
}
.TagClassName
{
border-color: #7A6578;
}
</style>