Shades of Old Lavender #7E637C
Tints of Old Lavender #7E637C
RGB
CMYK
RGB Variations
Color information
#7E637C (or 0x7E637C) is known color: Old Lavender. HEX triplet: 7E, 63 and 7C. RGB value is (126,99,124). Sum of RGB (Red+Green+Blue) = 126+99+124=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 126 - color contains mainly: red. Hex color #7E637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E637C is #819C83. Grayscale: #6D6D6D. Windows color (decimal): -8494212 or 8151934. OLE color: 8151934.
HSL color Cylindrical-coordinate representation of color #7E637C: hue angle of 304.44º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E637C is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 124 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.51 |
| HSL | 304.44º | 0.12% | 0.44% | - |
| HSV(B) | 304.44º | 0.21% | 0.49% | - |
| XYZ | 16.7 | 14.81 | 21.05 | - |
| YUV | 109.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 124 | 0 | 0.21 | 0.02 | 0.51 | 304.44 | 0.12 | 0.44 |
| Hex | 7E | 63 | 7C | 0 | 15 | 2 | 33 | 130 | C | 2C |
| Octal | 176 | 143 | 174 | 0 | 25 | 2 | 63 | 460 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1111100 | 0 | 10101 | 10 | 110011 | 100110000 | 1100 | 101100 |
Color Harmonies of #7E637C
Complementary color
Monochromatic Colors of #7E637C
Black with #7E637C
Text Example
Text Example
White with #7E637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E637C; }
p { color: rgb(126,99,124); }
H1.HeaderClassName
{
color: #7E637C;
}
.AnyTagClassName
{
color: #7E637C;
}
</style>
background-color css
<style>
a { background-color: #7E637C; }
a { background-color: rgb(126,99,124); }
div.DivClassName
{
background-color: #7E637C;
}
.BgClassName
{
background-color: #7E637C;
}
</style>
border-color css
<style>
span { border-color: #7E637C; }
span { border-color: rgb(126,99,124); }
td.TdClassName
{
border-color: #7E637C;
}
.TagClassName
{
border-color: #7E637C;
}
</style>