Shades of Old Lavender #7A6B7C
Tints of Old Lavender #7A6B7C
RGB
CMYK
RGB Variations
Color information
#7A6B7C (or 0x7A6B7C) is known color: Old Lavender. HEX triplet: 7A, 6B and 7C. RGB value is (122,107,124). Sum of RGB (Red+Green+Blue) = 122+107+124=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A6B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B7C is #859483. Grayscale: #717171. Windows color (decimal): -8754308 or 8153978. OLE color: 8153978.
HSL color Cylindrical-coordinate representation of color #7A6B7C: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6B7C is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 107 | 124 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.51 |
| HSL | 292.94º | 0.07% | 0.45% | - |
| HSV(B) | 292.94º | 0.14% | 0.49% | - |
| XYZ | 16.92 | 16.11 | 21.29 | - |
| YUV | 113.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 124 | 0.02 | 0.14 | 0 | 0.51 | 292.94 | 0.07 | 0.45 |
| Hex | 7A | 6B | 7C | 2 | E | 0 | 33 | 125 | 7 | 2D |
| Octal | 172 | 153 | 174 | 2 | 16 | 0 | 63 | 445 | 7 | 55 |
| Binary | 1111010 | 1101011 | 1111100 | 10 | 1110 | 0 | 110011 | 100100101 | 111 | 101101 |
Color Harmonies of #7A6B7C
Complementary color
Monochromatic Colors of #7A6B7C
Black with #7A6B7C
Text Example
Text Example
White with #7A6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B7C; }
p { color: rgb(122,107,124); }
H1.HeaderClassName
{
color: #7A6B7C;
}
.AnyTagClassName
{
color: #7A6B7C;
}
</style>
background-color css
<style>
a { background-color: #7A6B7C; }
a { background-color: rgb(122,107,124); }
div.DivClassName
{
background-color: #7A6B7C;
}
.BgClassName
{
background-color: #7A6B7C;
}
</style>
border-color css
<style>
span { border-color: #7A6B7C; }
span { border-color: rgb(122,107,124); }
td.TdClassName
{
border-color: #7A6B7C;
}
.TagClassName
{
border-color: #7A6B7C;
}
</style>