Shades of Old Lavender #7D5F79
Tints of Old Lavender #7D5F79
RGB
CMYK
RGB Variations
Color information
#7D5F79 (or 0x7D5F79) is known color: Old Lavender. HEX triplet: 7D, 5F and 79. RGB value is (125,95,121). Sum of RGB (Red+Green+Blue) = 125+95+121=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F79 is #82A086. Grayscale: #6A6A6A. Windows color (decimal): -8560775 or 7954301. OLE color: 7954301.
HSL color Cylindrical-coordinate representation of color #7D5F79: hue angle of 308º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D5F79 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 95 | 121 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.51 |
| HSL | 308º | 0.14% | 0.43% | - |
| HSV(B) | 308º | 0.24% | 0.49% | - |
| XYZ | 16 | 13.92 | 19.93 | - |
| YUV | 106.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 121 | 0 | 0.24 | 0.03 | 0.51 | 308 | 0.14 | 0.43 |
| Hex | 7D | 5F | 79 | 0 | 18 | 3 | 33 | 134 | E | 2B |
| Octal | 175 | 137 | 171 | 0 | 30 | 3 | 63 | 464 | 16 | 53 |
| Binary | 1111101 | 1011111 | 1111001 | 0 | 11000 | 11 | 110011 | 100110100 | 1110 | 101011 |
Color Harmonies of #7D5F79
Complementary color
Monochromatic Colors of #7D5F79
Black with #7D5F79
Text Example
Text Example
White with #7D5F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5F79; }
p { color: rgb(125,95,121); }
H1.HeaderClassName
{
color: #7D5F79;
}
.AnyTagClassName
{
color: #7D5F79;
}
</style>
background-color css
<style>
a { background-color: #7D5F79; }
a { background-color: rgb(125,95,121); }
div.DivClassName
{
background-color: #7D5F79;
}
.BgClassName
{
background-color: #7D5F79;
}
</style>
border-color css
<style>
span { border-color: #7D5F79; }
span { border-color: rgb(125,95,121); }
td.TdClassName
{
border-color: #7D5F79;
}
.TagClassName
{
border-color: #7D5F79;
}
</style>