Shades of Old Lavender #80717F
Tints of Old Lavender #80717F
RGB
CMYK
RGB Variations
Color information
#80717F (or 0x80717F) is known color: Old Lavender. HEX triplet: 80, 71 and 7F. RGB value is (128,113,127). Sum of RGB (Red+Green+Blue) = 128+113+127=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 128 - color contains mainly: red. Hex color #80717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717F is #7F8E80. Grayscale: #777777. Windows color (decimal): -8359553 or 8352128. OLE color: 8352128.
HSL color Cylindrical-coordinate representation of color #80717F: hue angle of 304º degrees, saturation: 0.06, 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 #80717F is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 127 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.50 |
| HSL | 304º | 0.06% | 0.47% | - |
| HSV(B) | 304º | 0.12% | 0.5% | - |
| XYZ | 18.64 | 17.93 | 22.56 | - |
| YUV | 119.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 127 | 0 | 0.12 | 0.01 | 0.50 | 304 | 0.06 | 0.47 |
| Hex | 80 | 71 | 7F | 0 | C | 1 | 32 | 130 | 6 | 2F |
| Octal | 200 | 161 | 177 | 0 | 14 | 1 | 62 | 460 | 6 | 57 |
| Binary | 10000000 | 1110001 | 1111111 | 0 | 1100 | 1 | 110010 | 100110000 | 110 | 101111 |
Color Harmonies of #80717F
Complementary color
Monochromatic Colors of #80717F
Black with #80717F
Text Example
Text Example
White with #80717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80717F; }
p { color: rgb(128,113,127); }
H1.HeaderClassName
{
color: #80717F;
}
.AnyTagClassName
{
color: #80717F;
}
</style>
background-color css
<style>
a { background-color: #80717F; }
a { background-color: rgb(128,113,127); }
div.DivClassName
{
background-color: #80717F;
}
.BgClassName
{
background-color: #80717F;
}
</style>
border-color css
<style>
span { border-color: #80717F; }
span { border-color: rgb(128,113,127); }
td.TdClassName
{
border-color: #80717F;
}
.TagClassName
{
border-color: #80717F;
}
</style>