Shades of Old Lavender #7A5E72
Tints of Old Lavender #7A5E72
RGB
CMYK
RGB Variations
Color information
#7A5E72 (or 0x7A5E72) is known color: Old Lavender. HEX triplet: 7A, 5E and 72. RGB value is (122,94,114). Sum of RGB (Red+Green+Blue) = 122+94+114=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E72 is #85A18D. Grayscale: #686868. Windows color (decimal): -8757646 or 7495290. OLE color: 7495290.
HSL color Cylindrical-coordinate representation of color #7A5E72: hue angle of 317.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A5E72 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 114 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.52 |
| HSL | 317.14º | 0.13% | 0.42% | - |
| HSV(B) | 317.14º | 0.23% | 0.48% | - |
| XYZ | 15.07 | 13.36 | 17.7 | - |
| YUV | 104.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 114 | 0 | 0.23 | 0.07 | 0.52 | 317.14 | 0.13 | 0.42 |
| Hex | 7A | 5E | 72 | 0 | 17 | 7 | 34 | 13D | D | 2A |
| Octal | 172 | 136 | 162 | 0 | 27 | 7 | 64 | 475 | 15 | 52 |
| Binary | 1111010 | 1011110 | 1110010 | 0 | 10111 | 111 | 110100 | 100111101 | 1101 | 101010 |
Color Harmonies of #7A5E72
Complementary color
Monochromatic Colors of #7A5E72
Black with #7A5E72
Text Example
Text Example
White with #7A5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E72; }
p { color: rgb(122,94,114); }
H1.HeaderClassName
{
color: #7A5E72;
}
.AnyTagClassName
{
color: #7A5E72;
}
</style>
background-color css
<style>
a { background-color: #7A5E72; }
a { background-color: rgb(122,94,114); }
div.DivClassName
{
background-color: #7A5E72;
}
.BgClassName
{
background-color: #7A5E72;
}
</style>
border-color css
<style>
span { border-color: #7A5E72; }
span { border-color: rgb(122,94,114); }
td.TdClassName
{
border-color: #7A5E72;
}
.TagClassName
{
border-color: #7A5E72;
}
</style>