Shades of Old Lavender #766A76
Tints of Old Lavender #766A76
RGB
CMYK
RGB Variations
Color information
#766A76 (or 0x766A76) is known color: Old Lavender. HEX triplet: 76, 6A and 76. RGB value is (118,106,118). Sum of RGB (Red+Green+Blue) = 118+106+118=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A76 is #899589. Grayscale: #6E6E6E. Windows color (decimal): -9016714 or 7760502. OLE color: 7760502.
HSL color Cylindrical-coordinate representation of color #766A76: hue angle of 300º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766A76 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 118 | - |
| CMYK | 0 | 0.10 | 0 | 0.54 |
| HSL | 300º | 0.05% | 0.44% | - |
| HSV(B) | 300º | 0.1% | 0.46% | - |
| XYZ | 15.9 | 15.47 | 19.29 | - |
| YUV | 110.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 118 | 0 | 0.10 | 0 | 0.54 | 300 | 0.05 | 0.44 |
| Hex | 76 | 6A | 76 | 0 | A | 0 | 36 | 12C | 5 | 2C |
| Octal | 166 | 152 | 166 | 0 | 12 | 0 | 66 | 454 | 5 | 54 |
| Binary | 1110110 | 1101010 | 1110110 | 0 | 1010 | 0 | 110110 | 100101100 | 101 | 101100 |
Color Harmonies of #766A76
Complementary color
Monochromatic Colors of #766A76
Black with #766A76
Text Example
Text Example
White with #766A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A76; }
p { color: rgb(118,106,118); }
H1.HeaderClassName
{
color: #766A76;
}
.AnyTagClassName
{
color: #766A76;
}
</style>
background-color css
<style>
a { background-color: #766A76; }
a { background-color: rgb(118,106,118); }
div.DivClassName
{
background-color: #766A76;
}
.BgClassName
{
background-color: #766A76;
}
</style>
border-color css
<style>
span { border-color: #766A76; }
span { border-color: rgb(118,106,118); }
td.TdClassName
{
border-color: #766A76;
}
.TagClassName
{
border-color: #766A76;
}
</style>