Shades of Old Lavender #776B77
Tints of Old Lavender #776B77
RGB
CMYK
RGB Variations
Color information
#776B77 (or 0x776B77) is known color: Old Lavender. HEX triplet: 77, 6B and 77. RGB value is (119,107,119). Sum of RGB (Red+Green+Blue) = 119+107+119=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B77 is #889488. Grayscale: #6F6F6F. Windows color (decimal): -8950921 or 7826295. OLE color: 7826295.
HSL color Cylindrical-coordinate representation of color #776B77: hue angle of 300º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776B77 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 119 | - |
| CMYK | 0 | 0.10 | 0 | 0.53 |
| HSL | 300º | 0.05% | 0.44% | - |
| HSV(B) | 300º | 0.1% | 0.47% | - |
| XYZ | 16.2 | 15.77 | 19.64 | - |
| YUV | 111.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 119 | 0 | 0.10 | 0 | 0.53 | 300 | 0.05 | 0.44 |
| Hex | 77 | 6B | 77 | 0 | A | 0 | 35 | 12C | 5 | 2C |
| Octal | 167 | 153 | 167 | 0 | 12 | 0 | 65 | 454 | 5 | 54 |
| Binary | 1110111 | 1101011 | 1110111 | 0 | 1010 | 0 | 110101 | 100101100 | 101 | 101100 |
Color Harmonies of #776B77
Complementary color
Monochromatic Colors of #776B77
Black with #776B77
Text Example
Text Example
White with #776B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B77; }
p { color: rgb(119,107,119); }
H1.HeaderClassName
{
color: #776B77;
}
.AnyTagClassName
{
color: #776B77;
}
</style>
background-color css
<style>
a { background-color: #776B77; }
a { background-color: rgb(119,107,119); }
div.DivClassName
{
background-color: #776B77;
}
.BgClassName
{
background-color: #776B77;
}
</style>
border-color css
<style>
span { border-color: #776B77; }
span { border-color: rgb(119,107,119); }
td.TdClassName
{
border-color: #776B77;
}
.TagClassName
{
border-color: #776B77;
}
</style>