Shades of Old Lavender #805B74
Tints of Old Lavender #805B74
RGB
CMYK
RGB Variations
Color information
#805B74 (or 0x805B74) is known color: Old Lavender. HEX triplet: 80, 5B and 74. RGB value is (128,91,116). Sum of RGB (Red+Green+Blue) = 128+91+116=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #805B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B74 is #7FA48B. Grayscale: #686868. Windows color (decimal): -8365196 or 7625600. OLE color: 7625600.
HSL color Cylindrical-coordinate representation of color #805B74: hue angle of 319.46º 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 #805B74 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 116 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.50 |
| HSL | 319.46º | 0.17% | 0.43% | - |
| HSV(B) | 319.46º | 0.29% | 0.5% | - |
| XYZ | 15.8 | 13.33 | 18.26 | - |
| YUV | 104.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 116 | 0 | 0.29 | 0.09 | 0.50 | 319.46 | 0.17 | 0.43 |
| Hex | 80 | 5B | 74 | 0 | 1D | 9 | 32 | 13F | 11 | 2B |
| Octal | 200 | 133 | 164 | 0 | 35 | 11 | 62 | 477 | 21 | 53 |
| Binary | 10000000 | 1011011 | 1110100 | 0 | 11101 | 1001 | 110010 | 100111111 | 10001 | 101011 |
Color Harmonies of #805B74
Complementary color
Monochromatic Colors of #805B74
Black with #805B74
Text Example
Text Example
White with #805B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B74; }
p { color: rgb(128,91,116); }
H1.HeaderClassName
{
color: #805B74;
}
.AnyTagClassName
{
color: #805B74;
}
</style>
background-color css
<style>
a { background-color: #805B74; }
a { background-color: rgb(128,91,116); }
div.DivClassName
{
background-color: #805B74;
}
.BgClassName
{
background-color: #805B74;
}
</style>
border-color css
<style>
span { border-color: #805B74; }
span { border-color: rgb(128,91,116); }
td.TdClassName
{
border-color: #805B74;
}
.TagClassName
{
border-color: #805B74;
}
</style>