Shades of Old Lavender #80707F
Tints of Old Lavender #80707F
RGB
CMYK
RGB Variations
Color information
#80707F (or 0x80707F) is known color: Old Lavender. HEX triplet: 80, 70 and 7F. RGB value is (128,112,127). Sum of RGB (Red+Green+Blue) = 128+112+127=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #80707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707F is #7F8F80. Grayscale: #767676. Windows color (decimal): -8359809 or 8351872. OLE color: 8351872.
HSL color Cylindrical-coordinate representation of color #80707F: hue angle of 303.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80707F is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 127 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.50 |
| HSL | 303.75º | 0.07% | 0.47% | - |
| HSV(B) | 303.75º | 0.13% | 0.5% | - |
| XYZ | 18.53 | 17.71 | 22.52 | - |
| YUV | 118.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 127 | 0 | 0.12 | 0.01 | 0.50 | 303.75 | 0.07 | 0.47 |
| Hex | 80 | 70 | 7F | 0 | C | 1 | 32 | 130 | 7 | 2F |
| Octal | 200 | 160 | 177 | 0 | 14 | 1 | 62 | 460 | 7 | 57 |
| Binary | 10000000 | 1110000 | 1111111 | 0 | 1100 | 1 | 110010 | 100110000 | 111 | 101111 |
Color Harmonies of #80707F
Complementary color
Monochromatic Colors of #80707F
Black with #80707F
Text Example
Text Example
White with #80707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80707F; }
p { color: rgb(128,112,127); }
H1.HeaderClassName
{
color: #80707F;
}
.AnyTagClassName
{
color: #80707F;
}
</style>
background-color css
<style>
a { background-color: #80707F; }
a { background-color: rgb(128,112,127); }
div.DivClassName
{
background-color: #80707F;
}
.BgClassName
{
background-color: #80707F;
}
</style>
border-color css
<style>
span { border-color: #80707F; }
span { border-color: rgb(128,112,127); }
td.TdClassName
{
border-color: #80707F;
}
.TagClassName
{
border-color: #80707F;
}
</style>