Shades of Old Lavender #7A6077
Tints of Old Lavender #7A6077
RGB
CMYK
RGB Variations
Color information
#7A6077 (or 0x7A6077) is known color: Old Lavender. HEX triplet: 7A, 60 and 77. RGB value is (122,96,119). Sum of RGB (Red+Green+Blue) = 122+96+119=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6077 is #859F88. Grayscale: #6A6A6A. Windows color (decimal): -8757129 or 7823482. OLE color: 7823482.
HSL color Cylindrical-coordinate representation of color #7A6077: hue angle of 306.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6077 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 96 | 119 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.52 |
| HSL | 306.92º | 0.12% | 0.43% | - |
| HSV(B) | 306.92º | 0.21% | 0.48% | - |
| XYZ | 15.54 | 13.84 | 19.3 | - |
| YUV | 106.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 119 | 0 | 0.21 | 0.02 | 0.52 | 306.92 | 0.12 | 0.43 |
| Hex | 7A | 60 | 77 | 0 | 15 | 2 | 34 | 133 | C | 2B |
| Octal | 172 | 140 | 167 | 0 | 25 | 2 | 64 | 463 | 14 | 53 |
| Binary | 1111010 | 1100000 | 1110111 | 0 | 10101 | 10 | 110100 | 100110011 | 1100 | 101011 |
Color Harmonies of #7A6077
Complementary color
Monochromatic Colors of #7A6077
Black with #7A6077
Text Example
Text Example
White with #7A6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6077; }
p { color: rgb(122,96,119); }
H1.HeaderClassName
{
color: #7A6077;
}
.AnyTagClassName
{
color: #7A6077;
}
</style>
background-color css
<style>
a { background-color: #7A6077; }
a { background-color: rgb(122,96,119); }
div.DivClassName
{
background-color: #7A6077;
}
.BgClassName
{
background-color: #7A6077;
}
</style>
border-color css
<style>
span { border-color: #7A6077; }
span { border-color: rgb(122,96,119); }
td.TdClassName
{
border-color: #7A6077;
}
.TagClassName
{
border-color: #7A6077;
}
</style>