Shades of Old Lavender #765E77
Tints of Old Lavender #765E77
RGB
CMYK
RGB Variations
Color information
#765E77 (or 0x765E77) is known color: Old Lavender. HEX triplet: 76, 5E and 77. RGB value is (118,94,119). Sum of RGB (Red+Green+Blue) = 118+94+119=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #765E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E77 is #89A188. Grayscale: #676767. Windows color (decimal): -9019785 or 7822966. OLE color: 7822966.
HSL color Cylindrical-coordinate representation of color #765E77: hue angle of 297.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765E77 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 94 | 119 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.53 |
| HSL | 297.6º | 0.12% | 0.42% | - |
| HSV(B) | 297.6º | 0.21% | 0.47% | - |
| XYZ | 14.8 | 13.19 | 19.22 | - |
| YUV | 104.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 119 | 0.01 | 0.21 | 0 | 0.53 | 297.6 | 0.12 | 0.42 |
| Hex | 76 | 5E | 77 | 1 | 15 | 0 | 35 | 12A | C | 2A |
| Octal | 166 | 136 | 167 | 1 | 25 | 0 | 65 | 452 | 14 | 52 |
| Binary | 1110110 | 1011110 | 1110111 | 1 | 10101 | 0 | 110101 | 100101010 | 1100 | 101010 |
Color Harmonies of #765E77
Complementary color
Monochromatic Colors of #765E77
Black with #765E77
Text Example
Text Example
White with #765E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E77; }
p { color: rgb(118,94,119); }
H1.HeaderClassName
{
color: #765E77;
}
.AnyTagClassName
{
color: #765E77;
}
</style>
background-color css
<style>
a { background-color: #765E77; }
a { background-color: rgb(118,94,119); }
div.DivClassName
{
background-color: #765E77;
}
.BgClassName
{
background-color: #765E77;
}
</style>
border-color css
<style>
span { border-color: #765E77; }
span { border-color: rgb(118,94,119); }
td.TdClassName
{
border-color: #765E77;
}
.TagClassName
{
border-color: #765E77;
}
</style>