Shades of Old Lavender #7E677C
Tints of Old Lavender #7E677C
RGB
CMYK
RGB Variations
Color information
#7E677C (or 0x7E677C) is known color: Old Lavender. HEX triplet: 7E, 67 and 7C. RGB value is (126,103,124). Sum of RGB (Red+Green+Blue) = 126+103+124=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 126 - color contains mainly: red. Hex color #7E677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E677C is #819883. Grayscale: #707070. Windows color (decimal): -8493188 or 8152958. OLE color: 8152958.
HSL color Cylindrical-coordinate representation of color #7E677C: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E677C is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 124 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.51 |
| HSL | 305.22º | 0.1% | 0.45% | - |
| HSV(B) | 305.22º | 0.18% | 0.49% | - |
| XYZ | 17.09 | 15.59 | 21.18 | - |
| YUV | 112.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 124 | 0 | 0.18 | 0.02 | 0.51 | 305.22 | 0.1 | 0.45 |
| Hex | 7E | 67 | 7C | 0 | 12 | 2 | 33 | 131 | A | 2D |
| Octal | 176 | 147 | 174 | 0 | 22 | 2 | 63 | 461 | 12 | 55 |
| Binary | 1111110 | 1100111 | 1111100 | 0 | 10010 | 10 | 110011 | 100110001 | 1010 | 101101 |
Color Harmonies of #7E677C
Complementary color
Monochromatic Colors of #7E677C
Black with #7E677C
Text Example
Text Example
White with #7E677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E677C; }
p { color: rgb(126,103,124); }
H1.HeaderClassName
{
color: #7E677C;
}
.AnyTagClassName
{
color: #7E677C;
}
</style>
background-color css
<style>
a { background-color: #7E677C; }
a { background-color: rgb(126,103,124); }
div.DivClassName
{
background-color: #7E677C;
}
.BgClassName
{
background-color: #7E677C;
}
</style>
border-color css
<style>
span { border-color: #7E677C; }
span { border-color: rgb(126,103,124); }
td.TdClassName
{
border-color: #7E677C;
}
.TagClassName
{
border-color: #7E677C;
}
</style>