Shades of Old Lavender #785E77
Tints of Old Lavender #785E77
RGB
CMYK
RGB Variations
Color information
#785E77 (or 0x785E77) is known color: Old Lavender. HEX triplet: 78, 5E and 77. RGB value is (120,94,119). Sum of RGB (Red+Green+Blue) = 120+94+119=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #785E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E77 is #87A188. Grayscale: #686868. Windows color (decimal): -8888713 or 7822968. OLE color: 7822968.
HSL color Cylindrical-coordinate representation of color #785E77: hue angle of 302.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E77 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 119 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.53 |
| HSL | 302.31º | 0.12% | 0.42% | - |
| HSV(B) | 302.31º | 0.22% | 0.47% | - |
| XYZ | 15.08 | 13.33 | 19.23 | - |
| YUV | 104.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 119 | 0 | 0.22 | 0.01 | 0.53 | 302.31 | 0.12 | 0.42 |
| Hex | 78 | 5E | 77 | 0 | 16 | 1 | 35 | 12E | C | 2A |
| Octal | 170 | 136 | 167 | 0 | 26 | 1 | 65 | 456 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1110111 | 0 | 10110 | 1 | 110101 | 100101110 | 1100 | 101010 |
Color Harmonies of #785E77
Complementary color
Monochromatic Colors of #785E77
Black with #785E77
Text Example
Text Example
White with #785E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E77; }
p { color: rgb(120,94,119); }
H1.HeaderClassName
{
color: #785E77;
}
.AnyTagClassName
{
color: #785E77;
}
</style>
background-color css
<style>
a { background-color: #785E77; }
a { background-color: rgb(120,94,119); }
div.DivClassName
{
background-color: #785E77;
}
.BgClassName
{
background-color: #785E77;
}
</style>
border-color css
<style>
span { border-color: #785E77; }
span { border-color: rgb(120,94,119); }
td.TdClassName
{
border-color: #785E77;
}
.TagClassName
{
border-color: #785E77;
}
</style>