Shades of Old Lavender #776373
Tints of Old Lavender #776373
RGB
CMYK
RGB Variations
Color information
#776373 (or 0x776373) is known color: Old Lavender. HEX triplet: 77, 63 and 73. RGB value is (119,99,115). Sum of RGB (Red+Green+Blue) = 119+99+115=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776373 is #889C8C. Grayscale: #6A6A6A. Windows color (decimal): -8952973 or 7562103. OLE color: 7562103.
HSL color Cylindrical-coordinate representation of color #776373: hue angle of 312º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #776373 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 115 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.53 |
| HSL | 312º | 0.09% | 0.43% | - |
| HSV(B) | 312º | 0.17% | 0.47% | - |
| XYZ | 15.16 | 14.08 | 18.14 | - |
| YUV | 106.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 115 | 0 | 0.17 | 0.03 | 0.53 | 312 | 0.09 | 0.43 |
| Hex | 77 | 63 | 73 | 0 | 11 | 3 | 35 | 138 | 9 | 2B |
| Octal | 167 | 143 | 163 | 0 | 21 | 3 | 65 | 470 | 11 | 53 |
| Binary | 1110111 | 1100011 | 1110011 | 0 | 10001 | 11 | 110101 | 100111000 | 1001 | 101011 |
Color Harmonies of #776373
Complementary color
Monochromatic Colors of #776373
Black with #776373
Text Example
Text Example
White with #776373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776373; }
p { color: rgb(119,99,115); }
H1.HeaderClassName
{
color: #776373;
}
.AnyTagClassName
{
color: #776373;
}
</style>
background-color css
<style>
a { background-color: #776373; }
a { background-color: rgb(119,99,115); }
div.DivClassName
{
background-color: #776373;
}
.BgClassName
{
background-color: #776373;
}
</style>
border-color css
<style>
span { border-color: #776373; }
span { border-color: rgb(119,99,115); }
td.TdClassName
{
border-color: #776373;
}
.TagClassName
{
border-color: #776373;
}
</style>