Shades of Old Lavender #7A647B
Tints of Old Lavender #7A647B
RGB
CMYK
RGB Variations
Color information
#7A647B (or 0x7A647B) is known color: Old Lavender. HEX triplet: 7A, 64 and 7B. RGB value is (122,100,123). Sum of RGB (Red+Green+Blue) = 122+100+123=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A647B is #859B84. Grayscale: #6D6D6D. Windows color (decimal): -8756101 or 8086650. OLE color: 8086650.
HSL color Cylindrical-coordinate representation of color #7A647B: hue angle of 297.39º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A647B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 123 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.52 |
| HSL | 297.39º | 0.1% | 0.44% | - |
| HSV(B) | 297.39º | 0.19% | 0.48% | - |
| XYZ | 16.16 | 14.68 | 20.72 | - |
| YUV | 109.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 123 | 0.01 | 0.19 | 0 | 0.52 | 297.39 | 0.1 | 0.44 |
| Hex | 7A | 64 | 7B | 1 | 13 | 0 | 34 | 129 | A | 2C |
| Octal | 172 | 144 | 173 | 1 | 23 | 0 | 64 | 451 | 12 | 54 |
| Binary | 1111010 | 1100100 | 1111011 | 1 | 10011 | 0 | 110100 | 100101001 | 1010 | 101100 |
Color Harmonies of #7A647B
Complementary color
Monochromatic Colors of #7A647B
Black with #7A647B
Text Example
Text Example
White with #7A647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A647B; }
p { color: rgb(122,100,123); }
H1.HeaderClassName
{
color: #7A647B;
}
.AnyTagClassName
{
color: #7A647B;
}
</style>
background-color css
<style>
a { background-color: #7A647B; }
a { background-color: rgb(122,100,123); }
div.DivClassName
{
background-color: #7A647B;
}
.BgClassName
{
background-color: #7A647B;
}
</style>
border-color css
<style>
span { border-color: #7A647B; }
span { border-color: rgb(122,100,123); }
td.TdClassName
{
border-color: #7A647B;
}
.TagClassName
{
border-color: #7A647B;
}
</style>