Shades of Old Lavender #7D6E7C
Tints of Old Lavender #7D6E7C
RGB
CMYK
RGB Variations
Color information
#7D6E7C (or 0x7D6E7C) is known color: Old Lavender. HEX triplet: 7D, 6E and 7C. RGB value is (125,110,124). Sum of RGB (Red+Green+Blue) = 125+110+124=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E7C is #829183. Grayscale: #747474. Windows color (decimal): -8556932 or 8154749. OLE color: 8154749.
HSL color Cylindrical-coordinate representation of color #7D6E7C: hue angle of 304º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D6E7C is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 124 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.51 |
| HSL | 304º | 0.06% | 0.46% | - |
| HSV(B) | 304º | 0.12% | 0.49% | - |
| XYZ | 17.67 | 16.97 | 21.41 | - |
| YUV | 116.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 124 | 0 | 0.12 | 0.01 | 0.51 | 304 | 0.06 | 0.46 |
| Hex | 7D | 6E | 7C | 0 | C | 1 | 33 | 130 | 6 | 2E |
| Octal | 175 | 156 | 174 | 0 | 14 | 1 | 63 | 460 | 6 | 56 |
| Binary | 1111101 | 1101110 | 1111100 | 0 | 1100 | 1 | 110011 | 100110000 | 110 | 101110 |
Color Harmonies of #7D6E7C
Complementary color
Monochromatic Colors of #7D6E7C
Black with #7D6E7C
Text Example
Text Example
White with #7D6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E7C; }
p { color: rgb(125,110,124); }
H1.HeaderClassName
{
color: #7D6E7C;
}
.AnyTagClassName
{
color: #7D6E7C;
}
</style>
background-color css
<style>
a { background-color: #7D6E7C; }
a { background-color: rgb(125,110,124); }
div.DivClassName
{
background-color: #7D6E7C;
}
.BgClassName
{
background-color: #7D6E7C;
}
</style>
border-color css
<style>
span { border-color: #7D6E7C; }
span { border-color: rgb(125,110,124); }
td.TdClassName
{
border-color: #7D6E7C;
}
.TagClassName
{
border-color: #7D6E7C;
}
</style>