Shades of Old Lavender #776473
Tints of Old Lavender #776473
RGB
CMYK
RGB Variations
Color information
#776473 (or 0x776473) is known color: Old Lavender. HEX triplet: 77, 64 and 73. RGB value is (119,100,115). Sum of RGB (Red+Green+Blue) = 119+100+115=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776473 is #889B8C. Grayscale: #6B6B6B. Windows color (decimal): -8952717 or 7562359. OLE color: 7562359.
HSL color Cylindrical-coordinate representation of color #776473: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776473 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 115 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.53 |
| HSL | 312.63º | 0.09% | 0.43% | - |
| HSV(B) | 312.63º | 0.16% | 0.47% | - |
| XYZ | 15.26 | 14.27 | 18.17 | - |
| YUV | 107.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 115 | 0 | 0.16 | 0.03 | 0.53 | 312.63 | 0.09 | 0.43 |
| Hex | 77 | 64 | 73 | 0 | 10 | 3 | 35 | 139 | 9 | 2B |
| Octal | 167 | 144 | 163 | 0 | 20 | 3 | 65 | 471 | 11 | 53 |
| Binary | 1110111 | 1100100 | 1110011 | 0 | 10000 | 11 | 110101 | 100111001 | 1001 | 101011 |
Color Harmonies of #776473
Complementary color
Monochromatic Colors of #776473
Black with #776473
Text Example
Text Example
White with #776473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776473; }
p { color: rgb(119,100,115); }
H1.HeaderClassName
{
color: #776473;
}
.AnyTagClassName
{
color: #776473;
}
</style>
background-color css
<style>
a { background-color: #776473; }
a { background-color: rgb(119,100,115); }
div.DivClassName
{
background-color: #776473;
}
.BgClassName
{
background-color: #776473;
}
</style>
border-color css
<style>
span { border-color: #776473; }
span { border-color: rgb(119,100,115); }
td.TdClassName
{
border-color: #776473;
}
.TagClassName
{
border-color: #776473;
}
</style>