Shades of Old Lavender #7A637B
Tints of Old Lavender #7A637B
RGB
CMYK
RGB Variations
Color information
#7A637B (or 0x7A637B) is known color: Old Lavender. HEX triplet: 7A, 63 and 7B. RGB value is (122,99,123). Sum of RGB (Red+Green+Blue) = 122+99+123=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A637B is #859C84. Grayscale: #6C6C6C. Windows color (decimal): -8756357 or 8086394. OLE color: 8086394.
HSL color Cylindrical-coordinate representation of color #7A637B: hue angle of 297.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A637B is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 123 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.52 |
| HSL | 297.5º | 0.11% | 0.44% | - |
| HSV(B) | 297.5º | 0.2% | 0.48% | - |
| XYZ | 16.06 | 14.49 | 20.69 | - |
| YUV | 108.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 123 | 0.01 | 0.20 | 0 | 0.52 | 297.5 | 0.11 | 0.44 |
| Hex | 7A | 63 | 7B | 1 | 14 | 0 | 34 | 12A | B | 2C |
| Octal | 172 | 143 | 173 | 1 | 24 | 0 | 64 | 452 | 13 | 54 |
| Binary | 1111010 | 1100011 | 1111011 | 1 | 10100 | 0 | 110100 | 100101010 | 1011 | 101100 |
Color Harmonies of #7A637B
Complementary color
Monochromatic Colors of #7A637B
Black with #7A637B
Text Example
Text Example
White with #7A637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A637B; }
p { color: rgb(122,99,123); }
H1.HeaderClassName
{
color: #7A637B;
}
.AnyTagClassName
{
color: #7A637B;
}
</style>
background-color css
<style>
a { background-color: #7A637B; }
a { background-color: rgb(122,99,123); }
div.DivClassName
{
background-color: #7A637B;
}
.BgClassName
{
background-color: #7A637B;
}
</style>
border-color css
<style>
span { border-color: #7A637B; }
span { border-color: rgb(122,99,123); }
td.TdClassName
{
border-color: #7A637B;
}
.TagClassName
{
border-color: #7A637B;
}
</style>