Shades of Old Lavender #7E5C76
Tints of Old Lavender #7E5C76
RGB
CMYK
RGB Variations
Color information
#7E5C76 (or 0x7E5C76) is known color: Old Lavender. HEX triplet: 7E, 5C and 76. RGB value is (126,92,118). Sum of RGB (Red+Green+Blue) = 126+92+118=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C76 is #81A389. Grayscale: #696969. Windows color (decimal): -8496010 or 7756926. OLE color: 7756926.
HSL color Cylindrical-coordinate representation of color #7E5C76: hue angle of 314.12º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E5C76 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 118 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.51 |
| HSL | 314.12º | 0.16% | 0.43% | - |
| HSV(B) | 314.12º | 0.27% | 0.49% | - |
| XYZ | 15.7 | 13.4 | 18.9 | - |
| YUV | 105.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 118 | 0 | 0.27 | 0.06 | 0.51 | 314.12 | 0.16 | 0.43 |
| Hex | 7E | 5C | 76 | 0 | 1B | 6 | 33 | 13A | 10 | 2B |
| Octal | 176 | 134 | 166 | 0 | 33 | 6 | 63 | 472 | 20 | 53 |
| Binary | 1111110 | 1011100 | 1110110 | 0 | 11011 | 110 | 110011 | 100111010 | 10000 | 101011 |
Color Harmonies of #7E5C76
Complementary color
Monochromatic Colors of #7E5C76
Black with #7E5C76
Text Example
Text Example
White with #7E5C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C76; }
p { color: rgb(126,92,118); }
H1.HeaderClassName
{
color: #7E5C76;
}
.AnyTagClassName
{
color: #7E5C76;
}
</style>
background-color css
<style>
a { background-color: #7E5C76; }
a { background-color: rgb(126,92,118); }
div.DivClassName
{
background-color: #7E5C76;
}
.BgClassName
{
background-color: #7E5C76;
}
</style>
border-color css
<style>
span { border-color: #7E5C76; }
span { border-color: rgb(126,92,118); }
td.TdClassName
{
border-color: #7E5C76;
}
.TagClassName
{
border-color: #7E5C76;
}
</style>