Shades of Old Lavender #766F76
Tints of Old Lavender #766F76
RGB
CMYK
RGB Variations
Color information
#766F76 (or 0x766F76) is known color: Old Lavender. HEX triplet: 76, 6F and 76. RGB value is (118,111,118). Sum of RGB (Red+Green+Blue) = 118+111+118=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F76 is #899089. Grayscale: #717171. Windows color (decimal): -9015434 or 7761782. OLE color: 7761782.
HSL color Cylindrical-coordinate representation of color #766F76: hue angle of 300º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #766F76 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 118 | - |
| CMYK | 0 | 0.06 | 0 | 0.54 |
| HSL | 300º | 0.03% | 0.45% | - |
| HSV(B) | 300º | 0.06% | 0.46% | - |
| XYZ | 16.43 | 16.53 | 19.46 | - |
| YUV | 113.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 118 | 0 | 0.06 | 0 | 0.54 | 300 | 0.03 | 0.45 |
| Hex | 76 | 6F | 76 | 0 | 6 | 0 | 36 | 12C | 3 | 2D |
| Octal | 166 | 157 | 166 | 0 | 6 | 0 | 66 | 454 | 3 | 55 |
| Binary | 1110110 | 1101111 | 1110110 | 0 | 110 | 0 | 110110 | 100101100 | 11 | 101101 |
Color Harmonies of #766F76
Complementary color
Monochromatic Colors of #766F76
Black with #766F76
Text Example
Text Example
White with #766F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F76; }
p { color: rgb(118,111,118); }
H1.HeaderClassName
{
color: #766F76;
}
.AnyTagClassName
{
color: #766F76;
}
</style>
background-color css
<style>
a { background-color: #766F76; }
a { background-color: rgb(118,111,118); }
div.DivClassName
{
background-color: #766F76;
}
.BgClassName
{
background-color: #766F76;
}
</style>
border-color css
<style>
span { border-color: #766F76; }
span { border-color: rgb(118,111,118); }
td.TdClassName
{
border-color: #766F76;
}
.TagClassName
{
border-color: #766F76;
}
</style>