Shades of Old Lavender #7D6076
Tints of Old Lavender #7D6076
RGB
CMYK
RGB Variations
Color information
#7D6076 (or 0x7D6076) is known color: Old Lavender. HEX triplet: 7D, 60 and 76. RGB value is (125,96,118). Sum of RGB (Red+Green+Blue) = 125+96+118=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6076 is #829F89. Grayscale: #6B6B6B. Windows color (decimal): -8560522 or 7757949. OLE color: 7757949.
HSL color Cylindrical-coordinate representation of color #7D6076: hue angle of 314.48º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D6076 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 118 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.51 |
| HSL | 314.48º | 0.13% | 0.43% | - |
| HSV(B) | 314.48º | 0.23% | 0.49% | - |
| XYZ | 15.91 | 14.03 | 19.01 | - |
| YUV | 107.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 118 | 0 | 0.23 | 0.06 | 0.51 | 314.48 | 0.13 | 0.43 |
| Hex | 7D | 60 | 76 | 0 | 17 | 6 | 33 | 13A | D | 2B |
| Octal | 175 | 140 | 166 | 0 | 27 | 6 | 63 | 472 | 15 | 53 |
| Binary | 1111101 | 1100000 | 1110110 | 0 | 10111 | 110 | 110011 | 100111010 | 1101 | 101011 |
Color Harmonies of #7D6076
Complementary color
Monochromatic Colors of #7D6076
Black with #7D6076
Text Example
Text Example
White with #7D6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6076; }
p { color: rgb(125,96,118); }
H1.HeaderClassName
{
color: #7D6076;
}
.AnyTagClassName
{
color: #7D6076;
}
</style>
background-color css
<style>
a { background-color: #7D6076; }
a { background-color: rgb(125,96,118); }
div.DivClassName
{
background-color: #7D6076;
}
.BgClassName
{
background-color: #7D6076;
}
</style>
border-color css
<style>
span { border-color: #7D6076; }
span { border-color: rgb(125,96,118); }
td.TdClassName
{
border-color: #7D6076;
}
.TagClassName
{
border-color: #7D6076;
}
</style>