Shades of Old Lavender #776279
Tints of Old Lavender #776279
RGB
CMYK
RGB Variations
Color information
#776279 (or 0x776279) is known color: Old Lavender. HEX triplet: 77, 62 and 79. RGB value is (119,98,121). Sum of RGB (Red+Green+Blue) = 119+98+121=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: blue. Hex color #776279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776279 is #889D86. Grayscale: #6A6A6A. Windows color (decimal): -8953223 or 7955063. OLE color: 7955063.
HSL color Cylindrical-coordinate representation of color #776279: hue angle of 294.78º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776279 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 121 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.53 |
| HSL | 294.78º | 0.11% | 0.43% | - |
| HSV(B) | 294.78º | 0.19% | 0.47% | - |
| XYZ | 15.43 | 14.04 | 19.99 | - |
| YUV | 106.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 121 | 0.02 | 0.19 | 0 | 0.53 | 294.78 | 0.11 | 0.43 |
| Hex | 77 | 62 | 79 | 2 | 13 | 0 | 35 | 127 | B | 2B |
| Octal | 167 | 142 | 171 | 2 | 23 | 0 | 65 | 447 | 13 | 53 |
| Binary | 1110111 | 1100010 | 1111001 | 10 | 10011 | 0 | 110101 | 100100111 | 1011 | 101011 |
Color Harmonies of #776279
Complementary color
Monochromatic Colors of #776279
Black with #776279
Text Example
Text Example
White with #776279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776279; }
p { color: rgb(119,98,121); }
H1.HeaderClassName
{
color: #776279;
}
.AnyTagClassName
{
color: #776279;
}
</style>
background-color css
<style>
a { background-color: #776279; }
a { background-color: rgb(119,98,121); }
div.DivClassName
{
background-color: #776279;
}
.BgClassName
{
background-color: #776279;
}
</style>
border-color css
<style>
span { border-color: #776279; }
span { border-color: rgb(119,98,121); }
td.TdClassName
{
border-color: #776279;
}
.TagClassName
{
border-color: #776279;
}
</style>