Shades of Old Lavender #776B76
Tints of Old Lavender #776B76
RGB
CMYK
RGB Variations
Color information
#776B76 (or 0x776B76) is known color: Old Lavender. HEX triplet: 77, 6B and 76. RGB value is (119,107,118). Sum of RGB (Red+Green+Blue) = 119+107+118=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #776B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B76 is #889489. Grayscale: #6F6F6F. Windows color (decimal): -8950922 or 7760759. OLE color: 7760759.
HSL color Cylindrical-coordinate representation of color #776B76: hue angle of 305º 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 #776B76 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 118 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.53 |
| HSL | 305º | 0.05% | 0.44% | - |
| HSV(B) | 305º | 0.1% | 0.47% | - |
| XYZ | 16.14 | 15.75 | 19.33 | - |
| YUV | 111.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 118 | 0 | 0.10 | 0.01 | 0.53 | 305 | 0.05 | 0.44 |
| Hex | 77 | 6B | 76 | 0 | A | 1 | 35 | 131 | 5 | 2C |
| Octal | 167 | 153 | 166 | 0 | 12 | 1 | 65 | 461 | 5 | 54 |
| Binary | 1110111 | 1101011 | 1110110 | 0 | 1010 | 1 | 110101 | 100110001 | 101 | 101100 |
Color Harmonies of #776B76
Complementary color
Monochromatic Colors of #776B76
Black with #776B76
Text Example
Text Example
White with #776B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B76; }
p { color: rgb(119,107,118); }
H1.HeaderClassName
{
color: #776B76;
}
.AnyTagClassName
{
color: #776B76;
}
</style>
background-color css
<style>
a { background-color: #776B76; }
a { background-color: rgb(119,107,118); }
div.DivClassName
{
background-color: #776B76;
}
.BgClassName
{
background-color: #776B76;
}
</style>
border-color css
<style>
span { border-color: #776B76; }
span { border-color: rgb(119,107,118); }
td.TdClassName
{
border-color: #776B76;
}
.TagClassName
{
border-color: #776B76;
}
</style>