Shades of Old Lavender #7E737F
Tints of Old Lavender #7E737F
RGB
CMYK
RGB Variations
Color information
#7E737F (or 0x7E737F) is known color: Old Lavender. HEX triplet: 7E, 73 and 7F. RGB value is (126,115,127). Sum of RGB (Red+Green+Blue) = 126+115+127=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E737F is #818C80. Grayscale: #777777. Windows color (decimal): -8490113 or 8352638. OLE color: 8352638.
HSL color Cylindrical-coordinate representation of color #7E737F: hue angle of 295º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E737F is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 115 | 127 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.50 |
| HSL | 295º | 0.05% | 0.47% | - |
| HSV(B) | 295º | 0.09% | 0.5% | - |
| XYZ | 18.57 | 18.23 | 22.62 | - |
| YUV | 119.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 127 | 0.01 | 0.09 | 0 | 0.50 | 295 | 0.05 | 0.47 |
| Hex | 7E | 73 | 7F | 1 | 9 | 0 | 32 | 127 | 5 | 2F |
| Octal | 176 | 163 | 177 | 1 | 11 | 0 | 62 | 447 | 5 | 57 |
| Binary | 1111110 | 1110011 | 1111111 | 1 | 1001 | 0 | 110010 | 100100111 | 101 | 101111 |
Color Harmonies of #7E737F
Complementary color
Monochromatic Colors of #7E737F
Black with #7E737F
Text Example
Text Example
White with #7E737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E737F; }
p { color: rgb(126,115,127); }
H1.HeaderClassName
{
color: #7E737F;
}
.AnyTagClassName
{
color: #7E737F;
}
</style>
background-color css
<style>
a { background-color: #7E737F; }
a { background-color: rgb(126,115,127); }
div.DivClassName
{
background-color: #7E737F;
}
.BgClassName
{
background-color: #7E737F;
}
</style>
border-color css
<style>
span { border-color: #7E737F; }
span { border-color: rgb(126,115,127); }
td.TdClassName
{
border-color: #7E737F;
}
.TagClassName
{
border-color: #7E737F;
}
</style>