Shades of Old Lavender #7E687E
Tints of Old Lavender #7E687E
RGB
CMYK
RGB Variations
Color information
#7E687E (or 0x7E687E) is known color: Old Lavender. HEX triplet: 7E, 68 and 7E. RGB value is (126,104,126). Sum of RGB (Red+Green+Blue) = 126+104+126=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E687E is #819781. Grayscale: #717171. Windows color (decimal): -8492930 or 8284286. OLE color: 8284286.
HSL color Cylindrical-coordinate representation of color #7E687E: hue angle of 300º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E687E is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 126 | - |
| CMYK | 0 | 0.17 | 0 | 0.51 |
| HSL | 300º | 0.1% | 0.45% | - |
| HSV(B) | 300º | 0.17% | 0.49% | - |
| XYZ | 17.32 | 15.84 | 21.88 | - |
| YUV | 113.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 126 | 0 | 0.17 | 0 | 0.51 | 300 | 0.1 | 0.45 |
| Hex | 7E | 68 | 7E | 0 | 11 | 0 | 33 | 12C | A | 2D |
| Octal | 176 | 150 | 176 | 0 | 21 | 0 | 63 | 454 | 12 | 55 |
| Binary | 1111110 | 1101000 | 1111110 | 0 | 10001 | 0 | 110011 | 100101100 | 1010 | 101101 |
Color Harmonies of #7E687E
Complementary color
Monochromatic Colors of #7E687E
Black with #7E687E
Text Example
Text Example
White with #7E687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E687E; }
p { color: rgb(126,104,126); }
H1.HeaderClassName
{
color: #7E687E;
}
.AnyTagClassName
{
color: #7E687E;
}
</style>
background-color css
<style>
a { background-color: #7E687E; }
a { background-color: rgb(126,104,126); }
div.DivClassName
{
background-color: #7E687E;
}
.BgClassName
{
background-color: #7E687E;
}
</style>
border-color css
<style>
span { border-color: #7E687E; }
span { border-color: rgb(126,104,126); }
td.TdClassName
{
border-color: #7E687E;
}
.TagClassName
{
border-color: #7E687E;
}
</style>