Shades of Old Lavender #7A5772
Tints of Old Lavender #7A5772
RGB
CMYK
RGB Variations
Color information
#7A5772 (or 0x7A5772) is known color: Old Lavender. HEX triplet: 7A, 57 and 72. RGB value is (122,87,114). Sum of RGB (Red+Green+Blue) = 122+87+114=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5772 is #85A88D. Grayscale: #646464. Windows color (decimal): -8759438 or 7493498. OLE color: 7493498.
HSL color Cylindrical-coordinate representation of color #7A5772: hue angle of 313.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A5772 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 114 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.52 |
| HSL | 313.71º | 0.17% | 0.41% | - |
| HSV(B) | 313.71º | 0.29% | 0.48% | - |
| XYZ | 14.47 | 12.17 | 17.51 | - |
| YUV | 100.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 114 | 0 | 0.29 | 0.07 | 0.52 | 313.71 | 0.17 | 0.41 |
| Hex | 7A | 57 | 72 | 0 | 1D | 7 | 34 | 13A | 11 | 29 |
| Octal | 172 | 127 | 162 | 0 | 35 | 7 | 64 | 472 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1110010 | 0 | 11101 | 111 | 110100 | 100111010 | 10001 | 101001 |
Color Harmonies of #7A5772
Complementary color
Monochromatic Colors of #7A5772
Black with #7A5772
Text Example
Text Example
White with #7A5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5772; }
p { color: rgb(122,87,114); }
H1.HeaderClassName
{
color: #7A5772;
}
.AnyTagClassName
{
color: #7A5772;
}
</style>
background-color css
<style>
a { background-color: #7A5772; }
a { background-color: rgb(122,87,114); }
div.DivClassName
{
background-color: #7A5772;
}
.BgClassName
{
background-color: #7A5772;
}
</style>
border-color css
<style>
span { border-color: #7A5772; }
span { border-color: rgb(122,87,114); }
td.TdClassName
{
border-color: #7A5772;
}
.TagClassName
{
border-color: #7A5772;
}
</style>