Shades of Old Lavender #7E647A
Tints of Old Lavender #7E647A
RGB
CMYK
RGB Variations
Color information
#7E647A (or 0x7E647A) is known color: Old Lavender. HEX triplet: 7E, 64 and 7A. RGB value is (126,100,122). Sum of RGB (Red+Green+Blue) = 126+100+122=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 126 - color contains mainly: red. Hex color #7E647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E647A is #819B85. Grayscale: #6E6E6E. Windows color (decimal): -8493958 or 8021118. OLE color: 8021118.
HSL color Cylindrical-coordinate representation of color #7E647A: hue angle of 309.23º 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 #7E647A is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 122 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.51 |
| HSL | 309.23º | 0.12% | 0.44% | - |
| HSV(B) | 309.23º | 0.21% | 0.49% | - |
| XYZ | 16.67 | 14.96 | 20.42 | - |
| YUV | 110.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 122 | 0 | 0.21 | 0.03 | 0.51 | 309.23 | 0.12 | 0.44 |
| Hex | 7E | 64 | 7A | 0 | 15 | 3 | 33 | 135 | C | 2C |
| Octal | 176 | 144 | 172 | 0 | 25 | 3 | 63 | 465 | 14 | 54 |
| Binary | 1111110 | 1100100 | 1111010 | 0 | 10101 | 11 | 110011 | 100110101 | 1100 | 101100 |
Color Harmonies of #7E647A
Complementary color
Monochromatic Colors of #7E647A
Black with #7E647A
Text Example
Text Example
White with #7E647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E647A; }
p { color: rgb(126,100,122); }
H1.HeaderClassName
{
color: #7E647A;
}
.AnyTagClassName
{
color: #7E647A;
}
</style>
background-color css
<style>
a { background-color: #7E647A; }
a { background-color: rgb(126,100,122); }
div.DivClassName
{
background-color: #7E647A;
}
.BgClassName
{
background-color: #7E647A;
}
</style>
border-color css
<style>
span { border-color: #7E647A; }
span { border-color: rgb(126,100,122); }
td.TdClassName
{
border-color: #7E647A;
}
.TagClassName
{
border-color: #7E647A;
}
</style>