Shades of Old Lavender #7D5E73
Tints of Old Lavender #7D5E73
RGB
CMYK
RGB Variations
Color information
#7D5E73 (or 0x7D5E73) is known color: Old Lavender. HEX triplet: 7D, 5E and 73. RGB value is (125,94,115). Sum of RGB (Red+Green+Blue) = 125+94+115=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E73 is #82A18C. Grayscale: #696969. Windows color (decimal): -8561037 or 7560829. OLE color: 7560829.
HSL color Cylindrical-coordinate representation of color #7D5E73: hue angle of 319.35º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D5E73 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 115 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.51 |
| HSL | 319.35º | 0.14% | 0.43% | - |
| HSV(B) | 319.35º | 0.25% | 0.49% | - |
| XYZ | 15.55 | 13.6 | 18.03 | - |
| YUV | 105.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 115 | 0 | 0.25 | 0.08 | 0.51 | 319.35 | 0.14 | 0.43 |
| Hex | 7D | 5E | 73 | 0 | 19 | 8 | 33 | 13F | E | 2B |
| Octal | 175 | 136 | 163 | 0 | 31 | 10 | 63 | 477 | 16 | 53 |
| Binary | 1111101 | 1011110 | 1110011 | 0 | 11001 | 1000 | 110011 | 100111111 | 1110 | 101011 |
Color Harmonies of #7D5E73
Complementary color
Monochromatic Colors of #7D5E73
Black with #7D5E73
Text Example
Text Example
White with #7D5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E73; }
p { color: rgb(125,94,115); }
H1.HeaderClassName
{
color: #7D5E73;
}
.AnyTagClassName
{
color: #7D5E73;
}
</style>
background-color css
<style>
a { background-color: #7D5E73; }
a { background-color: rgb(125,94,115); }
div.DivClassName
{
background-color: #7D5E73;
}
.BgClassName
{
background-color: #7D5E73;
}
</style>
border-color css
<style>
span { border-color: #7D5E73; }
span { border-color: rgb(125,94,115); }
td.TdClassName
{
border-color: #7D5E73;
}
.TagClassName
{
border-color: #7D5E73;
}
</style>