Shades of Old Lavender #7E6E7C
Tints of Old Lavender #7E6E7C
RGB
CMYK
RGB Variations
Color information
#7E6E7C (or 0x7E6E7C) is known color: Old Lavender. HEX triplet: 7E, 6E and 7C. RGB value is (126,110,124). Sum of RGB (Red+Green+Blue) = 126+110+124=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6E7C is #819183. Grayscale: #747474. Windows color (decimal): -8491396 or 8154750. OLE color: 8154750.
HSL color Cylindrical-coordinate representation of color #7E6E7C: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E6E7C is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 110 | 124 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.51 |
| HSL | 307.5º | 0.07% | 0.46% | - |
| HSV(B) | 307.5º | 0.13% | 0.49% | - |
| XYZ | 17.82 | 17.04 | 21.42 | - |
| YUV | 116.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 124 | 0 | 0.13 | 0.02 | 0.51 | 307.5 | 0.07 | 0.46 |
| Hex | 7E | 6E | 7C | 0 | D | 2 | 33 | 134 | 7 | 2E |
| Octal | 176 | 156 | 174 | 0 | 15 | 2 | 63 | 464 | 7 | 56 |
| Binary | 1111110 | 1101110 | 1111100 | 0 | 1101 | 10 | 110011 | 100110100 | 111 | 101110 |
Color Harmonies of #7E6E7C
Complementary color
Monochromatic Colors of #7E6E7C
Black with #7E6E7C
Text Example
Text Example
White with #7E6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E7C; }
p { color: rgb(126,110,124); }
H1.HeaderClassName
{
color: #7E6E7C;
}
.AnyTagClassName
{
color: #7E6E7C;
}
</style>
background-color css
<style>
a { background-color: #7E6E7C; }
a { background-color: rgb(126,110,124); }
div.DivClassName
{
background-color: #7E6E7C;
}
.BgClassName
{
background-color: #7E6E7C;
}
</style>
border-color css
<style>
span { border-color: #7E6E7C; }
span { border-color: rgb(126,110,124); }
td.TdClassName
{
border-color: #7E6E7C;
}
.TagClassName
{
border-color: #7E6E7C;
}
</style>