Shades of Old Lavender #766A75
Tints of Old Lavender #766A75
RGB
CMYK
RGB Variations
Color information
#766A75 (or 0x766A75) is known color: Old Lavender. HEX triplet: 76, 6A and 75. RGB value is (118,106,117). Sum of RGB (Red+Green+Blue) = 118+106+117=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A75 is #89958A. Grayscale: #6E6E6E. Windows color (decimal): -9016715 or 7694966. OLE color: 7694966.
HSL color Cylindrical-coordinate representation of color #766A75: hue angle of 305º 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 #766A75 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 117 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.54 |
| HSL | 305º | 0.05% | 0.44% | - |
| HSV(B) | 305º | 0.1% | 0.46% | - |
| XYZ | 15.84 | 15.44 | 18.98 | - |
| YUV | 110.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 117 | 0 | 0.10 | 0.01 | 0.54 | 305 | 0.05 | 0.44 |
| Hex | 76 | 6A | 75 | 0 | A | 1 | 36 | 131 | 5 | 2C |
| Octal | 166 | 152 | 165 | 0 | 12 | 1 | 66 | 461 | 5 | 54 |
| Binary | 1110110 | 1101010 | 1110101 | 0 | 1010 | 1 | 110110 | 100110001 | 101 | 101100 |
Color Harmonies of #766A75
Complementary color
Monochromatic Colors of #766A75
Black with #766A75
Text Example
Text Example
White with #766A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A75; }
p { color: rgb(118,106,117); }
H1.HeaderClassName
{
color: #766A75;
}
.AnyTagClassName
{
color: #766A75;
}
</style>
background-color css
<style>
a { background-color: #766A75; }
a { background-color: rgb(118,106,117); }
div.DivClassName
{
background-color: #766A75;
}
.BgClassName
{
background-color: #766A75;
}
</style>
border-color css
<style>
span { border-color: #766A75; }
span { border-color: rgb(118,106,117); }
td.TdClassName
{
border-color: #766A75;
}
.TagClassName
{
border-color: #766A75;
}
</style>