Shades of Old Lavender #7A6D78
Tints of Old Lavender #7A6D78
RGB
CMYK
RGB Variations
Color information
#7A6D78 (or 0x7A6D78) is known color: Old Lavender. HEX triplet: 7A, 6D and 78. RGB value is (122,109,120). Sum of RGB (Red+Green+Blue) = 122+109+120=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D78 is #859287. Grayscale: #727272. Windows color (decimal): -8753800 or 7892346. OLE color: 7892346.
HSL color Cylindrical-coordinate representation of color #7A6D78: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A6D78 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 120 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.52 |
| HSL | 309.23º | 0.06% | 0.45% | - |
| HSV(B) | 309.23º | 0.11% | 0.48% | - |
| XYZ | 16.88 | 16.43 | 20.05 | - |
| YUV | 114.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 120 | 0 | 0.11 | 0.02 | 0.52 | 309.23 | 0.06 | 0.45 |
| Hex | 7A | 6D | 78 | 0 | B | 2 | 34 | 135 | 6 | 2D |
| Octal | 172 | 155 | 170 | 0 | 13 | 2 | 64 | 465 | 6 | 55 |
| Binary | 1111010 | 1101101 | 1111000 | 0 | 1011 | 10 | 110100 | 100110101 | 110 | 101101 |
Color Harmonies of #7A6D78
Complementary color
Monochromatic Colors of #7A6D78
Black with #7A6D78
Text Example
Text Example
White with #7A6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D78; }
p { color: rgb(122,109,120); }
H1.HeaderClassName
{
color: #7A6D78;
}
.AnyTagClassName
{
color: #7A6D78;
}
</style>
background-color css
<style>
a { background-color: #7A6D78; }
a { background-color: rgb(122,109,120); }
div.DivClassName
{
background-color: #7A6D78;
}
.BgClassName
{
background-color: #7A6D78;
}
</style>
border-color css
<style>
span { border-color: #7A6D78; }
span { border-color: rgb(122,109,120); }
td.TdClassName
{
border-color: #7A6D78;
}
.TagClassName
{
border-color: #7A6D78;
}
</style>