Shades of Old Lavender #776F77
Tints of Old Lavender #776F77
RGB
CMYK
RGB Variations
Color information
#776F77 (or 0x776F77) is known color: Old Lavender. HEX triplet: 77, 6F and 77. RGB value is (119,111,119). Sum of RGB (Red+Green+Blue) = 119+111+119=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F77 is #889088. Grayscale: #727272. Windows color (decimal): -8949897 or 7827319. OLE color: 7827319.
HSL color Cylindrical-coordinate representation of color #776F77: hue angle of 300º degrees, saturation: 0.03, 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 #776F77 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 119 | - |
| CMYK | 0 | 0.07 | 0 | 0.53 |
| HSL | 300º | 0.03% | 0.45% | - |
| HSV(B) | 300º | 0.07% | 0.47% | - |
| XYZ | 16.62 | 16.62 | 19.79 | - |
| YUV | 114.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 119 | 0 | 0.07 | 0 | 0.53 | 300 | 0.03 | 0.45 |
| Hex | 77 | 6F | 77 | 0 | 7 | 0 | 35 | 12C | 3 | 2D |
| Octal | 167 | 157 | 167 | 0 | 7 | 0 | 65 | 454 | 3 | 55 |
| Binary | 1110111 | 1101111 | 1110111 | 0 | 111 | 0 | 110101 | 100101100 | 11 | 101101 |
Color Harmonies of #776F77
Complementary color
Monochromatic Colors of #776F77
Black with #776F77
Text Example
Text Example
White with #776F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F77; }
p { color: rgb(119,111,119); }
H1.HeaderClassName
{
color: #776F77;
}
.AnyTagClassName
{
color: #776F77;
}
</style>
background-color css
<style>
a { background-color: #776F77; }
a { background-color: rgb(119,111,119); }
div.DivClassName
{
background-color: #776F77;
}
.BgClassName
{
background-color: #776F77;
}
</style>
border-color css
<style>
span { border-color: #776F77; }
span { border-color: rgb(119,111,119); }
td.TdClassName
{
border-color: #776F77;
}
.TagClassName
{
border-color: #776F77;
}
</style>