Shades of Old Lavender #7A657B
Tints of Old Lavender #7A657B
RGB
CMYK
RGB Variations
Color information
#7A657B (or 0x7A657B) is known color: Old Lavender. HEX triplet: 7A, 65 and 7B. RGB value is (122,101,123). Sum of RGB (Red+Green+Blue) = 122+101+123=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A657B is #859A84. Grayscale: #6D6D6D. Windows color (decimal): -8755845 or 8086906. OLE color: 8086906.
HSL color Cylindrical-coordinate representation of color #7A657B: hue angle of 297.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A657B is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 123 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.52 |
| HSL | 297.27º | 0.1% | 0.44% | - |
| HSV(B) | 297.27º | 0.18% | 0.48% | - |
| XYZ | 16.25 | 14.88 | 20.75 | - |
| YUV | 109.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 123 | 0.01 | 0.18 | 0 | 0.52 | 297.27 | 0.1 | 0.44 |
| Hex | 7A | 65 | 7B | 1 | 12 | 0 | 34 | 129 | A | 2C |
| Octal | 172 | 145 | 173 | 1 | 22 | 0 | 64 | 451 | 12 | 54 |
| Binary | 1111010 | 1100101 | 1111011 | 1 | 10010 | 0 | 110100 | 100101001 | 1010 | 101100 |
Color Harmonies of #7A657B
Complementary color
Monochromatic Colors of #7A657B
Black with #7A657B
Text Example
Text Example
White with #7A657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A657B; }
p { color: rgb(122,101,123); }
H1.HeaderClassName
{
color: #7A657B;
}
.AnyTagClassName
{
color: #7A657B;
}
</style>
background-color css
<style>
a { background-color: #7A657B; }
a { background-color: rgb(122,101,123); }
div.DivClassName
{
background-color: #7A657B;
}
.BgClassName
{
background-color: #7A657B;
}
</style>
border-color css
<style>
span { border-color: #7A657B; }
span { border-color: rgb(122,101,123); }
td.TdClassName
{
border-color: #7A657B;
}
.TagClassName
{
border-color: #7A657B;
}
</style>