Shades of Old Lavender #80747F
Tints of Old Lavender #80747F
RGB
CMYK
RGB Variations
Color information
#80747F (or 0x80747F) is known color: Old Lavender. HEX triplet: 80, 74 and 7F. RGB value is (128,116,127). Sum of RGB (Red+Green+Blue) = 128+116+127=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 128 - color contains mainly: red. Hex color #80747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80747F is #7F8B80. Grayscale: #787878. Windows color (decimal): -8358785 or 8352896. OLE color: 8352896.
HSL color Cylindrical-coordinate representation of color #80747F: hue angle of 305º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80747F is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 116 | 127 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.50 |
| HSL | 305º | 0.05% | 0.48% | - |
| HSV(B) | 305º | 0.09% | 0.5% | - |
| XYZ | 18.98 | 18.61 | 22.67 | - |
| YUV | 120.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 127 | 0 | 0.09 | 0.01 | 0.50 | 305 | 0.05 | 0.48 |
| Hex | 80 | 74 | 7F | 0 | 9 | 1 | 32 | 131 | 5 | 30 |
| Octal | 200 | 164 | 177 | 0 | 11 | 1 | 62 | 461 | 5 | 60 |
| Binary | 10000000 | 1110100 | 1111111 | 0 | 1001 | 1 | 110010 | 100110001 | 101 | 110000 |
Color Harmonies of #80747F
Complementary color
Monochromatic Colors of #80747F
Black with #80747F
Text Example
Text Example
White with #80747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80747F; }
p { color: rgb(128,116,127); }
H1.HeaderClassName
{
color: #80747F;
}
.AnyTagClassName
{
color: #80747F;
}
</style>
background-color css
<style>
a { background-color: #80747F; }
a { background-color: rgb(128,116,127); }
div.DivClassName
{
background-color: #80747F;
}
.BgClassName
{
background-color: #80747F;
}
</style>
border-color css
<style>
span { border-color: #80747F; }
span { border-color: rgb(128,116,127); }
td.TdClassName
{
border-color: #80747F;
}
.TagClassName
{
border-color: #80747F;
}
</style>