Shades of Old Lavender #7A5F77
Tints of Old Lavender #7A5F77
RGB
CMYK
RGB Variations
Color information
#7A5F77 (or 0x7A5F77) is known color: Old Lavender. HEX triplet: 7A, 5F and 77. RGB value is (122,95,119). Sum of RGB (Red+Green+Blue) = 122+95+119=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F77 is #85A088. Grayscale: #696969. Windows color (decimal): -8757385 or 7823226. OLE color: 7823226.
HSL color Cylindrical-coordinate representation of color #7A5F77: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A5F77 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 119 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.52 |
| HSL | 306.67º | 0.12% | 0.43% | - |
| HSV(B) | 306.67º | 0.22% | 0.48% | - |
| XYZ | 15.45 | 13.65 | 19.27 | - |
| YUV | 105.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 119 | 0 | 0.22 | 0.02 | 0.52 | 306.67 | 0.12 | 0.43 |
| Hex | 7A | 5F | 77 | 0 | 16 | 2 | 34 | 133 | C | 2B |
| Octal | 172 | 137 | 167 | 0 | 26 | 2 | 64 | 463 | 14 | 53 |
| Binary | 1111010 | 1011111 | 1110111 | 0 | 10110 | 10 | 110100 | 100110011 | 1100 | 101011 |
Color Harmonies of #7A5F77
Complementary color
Monochromatic Colors of #7A5F77
Black with #7A5F77
Text Example
Text Example
White with #7A5F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F77; }
p { color: rgb(122,95,119); }
H1.HeaderClassName
{
color: #7A5F77;
}
.AnyTagClassName
{
color: #7A5F77;
}
</style>
background-color css
<style>
a { background-color: #7A5F77; }
a { background-color: rgb(122,95,119); }
div.DivClassName
{
background-color: #7A5F77;
}
.BgClassName
{
background-color: #7A5F77;
}
</style>
border-color css
<style>
span { border-color: #7A5F77; }
span { border-color: rgb(122,95,119); }
td.TdClassName
{
border-color: #7A5F77;
}
.TagClassName
{
border-color: #7A5F77;
}
</style>