Shades of Old Lavender #805B77
Tints of Old Lavender #805B77
RGB
CMYK
RGB Variations
Color information
#805B77 (or 0x805B77) is known color: Old Lavender. HEX triplet: 80, 5B and 77. RGB value is (128,91,119). Sum of RGB (Red+Green+Blue) = 128+91+119=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #805B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B77 is #7FA488. Grayscale: #696969. Windows color (decimal): -8365193 or 7822208. OLE color: 7822208.
HSL color Cylindrical-coordinate representation of color #805B77: hue angle of 314.59º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805B77 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 119 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.50 |
| HSL | 314.59º | 0.17% | 0.43% | - |
| HSV(B) | 314.59º | 0.29% | 0.5% | - |
| XYZ | 15.97 | 13.4 | 19.2 | - |
| YUV | 105.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 119 | 0 | 0.29 | 0.07 | 0.50 | 314.59 | 0.17 | 0.43 |
| Hex | 80 | 5B | 77 | 0 | 1D | 7 | 32 | 13B | 11 | 2B |
| Octal | 200 | 133 | 167 | 0 | 35 | 7 | 62 | 473 | 21 | 53 |
| Binary | 10000000 | 1011011 | 1110111 | 0 | 11101 | 111 | 110010 | 100111011 | 10001 | 101011 |
Color Harmonies of #805B77
Complementary color
Monochromatic Colors of #805B77
Black with #805B77
Text Example
Text Example
White with #805B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B77; }
p { color: rgb(128,91,119); }
H1.HeaderClassName
{
color: #805B77;
}
.AnyTagClassName
{
color: #805B77;
}
</style>
background-color css
<style>
a { background-color: #805B77; }
a { background-color: rgb(128,91,119); }
div.DivClassName
{
background-color: #805B77;
}
.BgClassName
{
background-color: #805B77;
}
</style>
border-color css
<style>
span { border-color: #805B77; }
span { border-color: rgb(128,91,119); }
td.TdClassName
{
border-color: #805B77;
}
.TagClassName
{
border-color: #805B77;
}
</style>