Shades of Old Lavender #766777
Tints of Old Lavender #766777
RGB
CMYK
RGB Variations
Color information
#766777 (or 0x766777) is known color: Old Lavender. HEX triplet: 76, 67 and 77. RGB value is (118,103,119). Sum of RGB (Red+Green+Blue) = 118+103+119=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #766777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766777 is #899888. Grayscale: #6D6D6D. Windows color (decimal): -9017481 or 7825270. OLE color: 7825270.
HSL color Cylindrical-coordinate representation of color #766777: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #766777 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 103 | 119 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.53 |
| HSL | 296.25º | 0.07% | 0.44% | - |
| HSV(B) | 296.25º | 0.13% | 0.47% | - |
| XYZ | 15.65 | 14.88 | 19.5 | - |
| YUV | 109.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 119 | 0.01 | 0.13 | 0 | 0.53 | 296.25 | 0.07 | 0.44 |
| Hex | 76 | 67 | 77 | 1 | D | 0 | 35 | 128 | 7 | 2C |
| Octal | 166 | 147 | 167 | 1 | 15 | 0 | 65 | 450 | 7 | 54 |
| Binary | 1110110 | 1100111 | 1110111 | 1 | 1101 | 0 | 110101 | 100101000 | 111 | 101100 |
Color Harmonies of #766777
Complementary color
Monochromatic Colors of #766777
Black with #766777
Text Example
Text Example
White with #766777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766777; }
p { color: rgb(118,103,119); }
H1.HeaderClassName
{
color: #766777;
}
.AnyTagClassName
{
color: #766777;
}
</style>
background-color css
<style>
a { background-color: #766777; }
a { background-color: rgb(118,103,119); }
div.DivClassName
{
background-color: #766777;
}
.BgClassName
{
background-color: #766777;
}
</style>
border-color css
<style>
span { border-color: #766777; }
span { border-color: rgb(118,103,119); }
td.TdClassName
{
border-color: #766777;
}
.TagClassName
{
border-color: #766777;
}
</style>