Shades of Old Lavender #776173
Tints of Old Lavender #776173
RGB
CMYK
RGB Variations
Color information
#776173 (or 0x776173) is known color: Old Lavender. HEX triplet: 77, 61 and 73. RGB value is (119,97,115). Sum of RGB (Red+Green+Blue) = 119+97+115=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776173 is #889E8C. Grayscale: #696969. Windows color (decimal): -8953485 or 7561591. OLE color: 7561591.
HSL color Cylindrical-coordinate representation of color #776173: hue angle of 310.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776173 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 115 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.53 |
| HSL | 310.91º | 0.1% | 0.42% | - |
| HSV(B) | 310.91º | 0.18% | 0.47% | - |
| XYZ | 14.98 | 13.71 | 18.08 | - |
| YUV | 105.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 115 | 0 | 0.18 | 0.03 | 0.53 | 310.91 | 0.1 | 0.42 |
| Hex | 77 | 61 | 73 | 0 | 12 | 3 | 35 | 137 | A | 2A |
| Octal | 167 | 141 | 163 | 0 | 22 | 3 | 65 | 467 | 12 | 52 |
| Binary | 1110111 | 1100001 | 1110011 | 0 | 10010 | 11 | 110101 | 100110111 | 1010 | 101010 |
Color Harmonies of #776173
Complementary color
Monochromatic Colors of #776173
Black with #776173
Text Example
Text Example
White with #776173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776173; }
p { color: rgb(119,97,115); }
H1.HeaderClassName
{
color: #776173;
}
.AnyTagClassName
{
color: #776173;
}
</style>
background-color css
<style>
a { background-color: #776173; }
a { background-color: rgb(119,97,115); }
div.DivClassName
{
background-color: #776173;
}
.BgClassName
{
background-color: #776173;
}
</style>
border-color css
<style>
span { border-color: #776173; }
span { border-color: rgb(119,97,115); }
td.TdClassName
{
border-color: #776173;
}
.TagClassName
{
border-color: #776173;
}
</style>