Shades of Old Lavender #766A77
Tints of Old Lavender #766A77
RGB
CMYK
RGB Variations
Color information
#766A77 (or 0x766A77) is known color: Old Lavender. HEX triplet: 76, 6A and 77. RGB value is (118,106,119). Sum of RGB (Red+Green+Blue) = 118+106+119=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: blue. Hex color #766A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A77 is #899588. Grayscale: #6F6F6F. Windows color (decimal): -9016713 or 7826038. OLE color: 7826038.
HSL color Cylindrical-coordinate representation of color #766A77: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766A77 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 106 | 119 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.53 |
| HSL | 295.38º | 0.06% | 0.44% | - |
| HSV(B) | 295.38º | 0.11% | 0.47% | - |
| XYZ | 15.96 | 15.49 | 19.6 | - |
| YUV | 111.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 119 | 0.01 | 0.11 | 0 | 0.53 | 295.38 | 0.06 | 0.44 |
| Hex | 76 | 6A | 77 | 1 | B | 0 | 35 | 127 | 6 | 2C |
| Octal | 166 | 152 | 167 | 1 | 13 | 0 | 65 | 447 | 6 | 54 |
| Binary | 1110110 | 1101010 | 1110111 | 1 | 1011 | 0 | 110101 | 100100111 | 110 | 101100 |
Color Harmonies of #766A77
Complementary color
Monochromatic Colors of #766A77
Black with #766A77
Text Example
Text Example
White with #766A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A77; }
p { color: rgb(118,106,119); }
H1.HeaderClassName
{
color: #766A77;
}
.AnyTagClassName
{
color: #766A77;
}
</style>
background-color css
<style>
a { background-color: #766A77; }
a { background-color: rgb(118,106,119); }
div.DivClassName
{
background-color: #766A77;
}
.BgClassName
{
background-color: #766A77;
}
</style>
border-color css
<style>
span { border-color: #766A77; }
span { border-color: rgb(118,106,119); }
td.TdClassName
{
border-color: #766A77;
}
.TagClassName
{
border-color: #766A77;
}
</style>