Shades of Old Lavender #7A667B
Tints of Old Lavender #7A667B
RGB
CMYK
RGB Variations
Color information
#7A667B (or 0x7A667B) is known color: Old Lavender. HEX triplet: 7A, 66 and 7B. RGB value is (122,102,123). Sum of RGB (Red+Green+Blue) = 122+102+123=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A667B is #859984. Grayscale: #6E6E6E. Windows color (decimal): -8755589 or 8087162. OLE color: 8087162.
HSL color Cylindrical-coordinate representation of color #7A667B: hue angle of 297.14º 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 #7A667B is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 123 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.52 |
| HSL | 297.14º | 0.09% | 0.44% | - |
| HSV(B) | 297.14º | 0.17% | 0.48% | - |
| XYZ | 16.35 | 15.07 | 20.79 | - |
| YUV | 110.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 123 | 0.01 | 0.17 | 0 | 0.52 | 297.14 | 0.09 | 0.44 |
| Hex | 7A | 66 | 7B | 1 | 11 | 0 | 34 | 129 | 9 | 2C |
| Octal | 172 | 146 | 173 | 1 | 21 | 0 | 64 | 451 | 11 | 54 |
| Binary | 1111010 | 1100110 | 1111011 | 1 | 10001 | 0 | 110100 | 100101001 | 1001 | 101100 |
Color Harmonies of #7A667B
Complementary color
Monochromatic Colors of #7A667B
Black with #7A667B
Text Example
Text Example
White with #7A667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A667B; }
p { color: rgb(122,102,123); }
H1.HeaderClassName
{
color: #7A667B;
}
.AnyTagClassName
{
color: #7A667B;
}
</style>
background-color css
<style>
a { background-color: #7A667B; }
a { background-color: rgb(122,102,123); }
div.DivClassName
{
background-color: #7A667B;
}
.BgClassName
{
background-color: #7A667B;
}
</style>
border-color css
<style>
span { border-color: #7A667B; }
span { border-color: rgb(122,102,123); }
td.TdClassName
{
border-color: #7A667B;
}
.TagClassName
{
border-color: #7A667B;
}
</style>