Shades of Old Lavender #766D76
Tints of Old Lavender #766D76
RGB
CMYK
RGB Variations
Color information
#766D76 (or 0x766D76) is known color: Old Lavender. HEX triplet: 76, 6D and 76. RGB value is (118,109,118). Sum of RGB (Red+Green+Blue) = 118+109+118=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D76 is #899289. Grayscale: #707070. Windows color (decimal): -9015946 or 7761270. OLE color: 7761270.
HSL color Cylindrical-coordinate representation of color #766D76: hue angle of 300º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D76 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 118 | - |
| CMYK | 0 | 0.08 | 0 | 0.54 |
| HSL | 300º | 0.04% | 0.45% | - |
| HSV(B) | 300º | 0.08% | 0.46% | - |
| XYZ | 16.21 | 16.1 | 19.39 | - |
| YUV | 112.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 118 | 0 | 0.08 | 0 | 0.54 | 300 | 0.04 | 0.45 |
| Hex | 76 | 6D | 76 | 0 | 8 | 0 | 36 | 12C | 4 | 2D |
| Octal | 166 | 155 | 166 | 0 | 10 | 0 | 66 | 454 | 4 | 55 |
| Binary | 1110110 | 1101101 | 1110110 | 0 | 1000 | 0 | 110110 | 100101100 | 100 | 101101 |
Color Harmonies of #766D76
Complementary color
Monochromatic Colors of #766D76
Black with #766D76
Text Example
Text Example
White with #766D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D76; }
p { color: rgb(118,109,118); }
H1.HeaderClassName
{
color: #766D76;
}
.AnyTagClassName
{
color: #766D76;
}
</style>
background-color css
<style>
a { background-color: #766D76; }
a { background-color: rgb(118,109,118); }
div.DivClassName
{
background-color: #766D76;
}
.BgClassName
{
background-color: #766D76;
}
</style>
border-color css
<style>
span { border-color: #766D76; }
span { border-color: rgb(118,109,118); }
td.TdClassName
{
border-color: #766D76;
}
.TagClassName
{
border-color: #766D76;
}
</style>