Shades of Old Lavender #7E777E
Tints of Old Lavender #7E777E
RGB
CMYK
RGB Variations
Color information
#7E777E (or 0x7E777E) is known color: Old Lavender. HEX triplet: 7E, 77 and 7E. RGB value is (126,119,126). Sum of RGB (Red+Green+Blue) = 126+119+126=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E777E is #818881. Grayscale: #797979. Windows color (decimal): -8489090 or 8288126. OLE color: 8288126.
HSL color Cylindrical-coordinate representation of color #7E777E: hue angle of 300º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E777E is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 126 | - |
| CMYK | 0 | 0.06 | 0 | 0.51 |
| HSL | 300º | 0.03% | 0.48% | - |
| HSV(B) | 300º | 0.06% | 0.49% | - |
| XYZ | 18.97 | 19.14 | 22.43 | - |
| YUV | 121.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 126 | 0 | 0.06 | 0 | 0.51 | 300 | 0.03 | 0.48 |
| Hex | 7E | 77 | 7E | 0 | 6 | 0 | 33 | 12C | 3 | 30 |
| Octal | 176 | 167 | 176 | 0 | 6 | 0 | 63 | 454 | 3 | 60 |
| Binary | 1111110 | 1110111 | 1111110 | 0 | 110 | 0 | 110011 | 100101100 | 11 | 110000 |
Color Harmonies of #7E777E
Complementary color
Monochromatic Colors of #7E777E
Black with #7E777E
Text Example
Text Example
White with #7E777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E777E; }
p { color: rgb(126,119,126); }
H1.HeaderClassName
{
color: #7E777E;
}
.AnyTagClassName
{
color: #7E777E;
}
</style>
background-color css
<style>
a { background-color: #7E777E; }
a { background-color: rgb(126,119,126); }
div.DivClassName
{
background-color: #7E777E;
}
.BgClassName
{
background-color: #7E777E;
}
</style>
border-color css
<style>
span { border-color: #7E777E; }
span { border-color: rgb(126,119,126); }
td.TdClassName
{
border-color: #7E777E;
}
.TagClassName
{
border-color: #7E777E;
}
</style>