Shades of Old Lavender #7F5B78
Tints of Old Lavender #7F5B78
RGB
CMYK
RGB Variations
Color information
#7F5B78 (or 0x7F5B78) is known color: Old Lavender. HEX triplet: 7F, 5B and 78. RGB value is (127,91,120). Sum of RGB (Red+Green+Blue) = 127+91+120=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B78 is #80A487. Grayscale: #686868. Windows color (decimal): -8430728 or 7887743. OLE color: 7887743.
HSL color Cylindrical-coordinate representation of color #7F5B78: hue angle of 311.67º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F5B78 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 91 | 120 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.50 |
| HSL | 311.67º | 0.17% | 0.43% | - |
| HSV(B) | 311.67º | 0.28% | 0.5% | - |
| XYZ | 15.88 | 13.35 | 19.51 | - |
| YUV | 105.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 120 | 0 | 0.28 | 0.06 | 0.50 | 311.67 | 0.17 | 0.43 |
| Hex | 7F | 5B | 78 | 0 | 1C | 6 | 32 | 138 | 11 | 2B |
| Octal | 177 | 133 | 170 | 0 | 34 | 6 | 62 | 470 | 21 | 53 |
| Binary | 1111111 | 1011011 | 1111000 | 0 | 11100 | 110 | 110010 | 100111000 | 10001 | 101011 |
Color Harmonies of #7F5B78
Complementary color
Monochromatic Colors of #7F5B78
Black with #7F5B78
Text Example
Text Example
White with #7F5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5B78; }
p { color: rgb(127,91,120); }
H1.HeaderClassName
{
color: #7F5B78;
}
.AnyTagClassName
{
color: #7F5B78;
}
</style>
background-color css
<style>
a { background-color: #7F5B78; }
a { background-color: rgb(127,91,120); }
div.DivClassName
{
background-color: #7F5B78;
}
.BgClassName
{
background-color: #7F5B78;
}
</style>
border-color css
<style>
span { border-color: #7F5B78; }
span { border-color: rgb(127,91,120); }
td.TdClassName
{
border-color: #7F5B78;
}
.TagClassName
{
border-color: #7F5B78;
}
</style>