Shades of Old Lavender #786F77
Tints of Old Lavender #786F77
RGB
CMYK
RGB Variations
Color information
#786F77 (or 0x786F77) is known color: Old Lavender. HEX triplet: 78, 6F and 77. RGB value is (120,111,119). Sum of RGB (Red+Green+Blue) = 120+111+119=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 120 - color contains mainly: red. Hex color #786F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F77 is #879088. Grayscale: #727272. Windows color (decimal): -8884361 or 7827320. OLE color: 7827320.
HSL color Cylindrical-coordinate representation of color #786F77: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #786F77 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 119 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.53 |
| HSL | 306.67º | 0.04% | 0.45% | - |
| HSV(B) | 306.67º | 0.07% | 0.47% | - |
| XYZ | 16.76 | 16.69 | 19.79 | - |
| YUV | 114.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 119 | 0 | 0.08 | 0.01 | 0.53 | 306.67 | 0.04 | 0.45 |
| Hex | 78 | 6F | 77 | 0 | 8 | 1 | 35 | 133 | 4 | 2D |
| Octal | 170 | 157 | 167 | 0 | 10 | 1 | 65 | 463 | 4 | 55 |
| Binary | 1111000 | 1101111 | 1110111 | 0 | 1000 | 1 | 110101 | 100110011 | 100 | 101101 |
Color Harmonies of #786F77
Complementary color
Monochromatic Colors of #786F77
Black with #786F77
Text Example
Text Example
White with #786F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F77; }
p { color: rgb(120,111,119); }
H1.HeaderClassName
{
color: #786F77;
}
.AnyTagClassName
{
color: #786F77;
}
</style>
background-color css
<style>
a { background-color: #786F77; }
a { background-color: rgb(120,111,119); }
div.DivClassName
{
background-color: #786F77;
}
.BgClassName
{
background-color: #786F77;
}
</style>
border-color css
<style>
span { border-color: #786F77; }
span { border-color: rgb(120,111,119); }
td.TdClassName
{
border-color: #786F77;
}
.TagClassName
{
border-color: #786F77;
}
</style>