Shades of Old Lavender #7D5773
Tints of Old Lavender #7D5773
RGB
CMYK
RGB Variations
Color information
#7D5773 (or 0x7D5773) is known color: Old Lavender. HEX triplet: 7D, 57 and 73. RGB value is (125,87,115). Sum of RGB (Red+Green+Blue) = 125+87+115=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5773 is #82A88C. Grayscale: #656565. Windows color (decimal): -8562829 or 7559037. OLE color: 7559037.
HSL color Cylindrical-coordinate representation of color #7D5773: hue angle of 315.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5773 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 115 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.51 |
| HSL | 315.79º | 0.18% | 0.42% | - |
| HSV(B) | 315.79º | 0.3% | 0.49% | - |
| XYZ | 14.96 | 12.41 | 17.83 | - |
| YUV | 101.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 115 | 0 | 0.30 | 0.08 | 0.51 | 315.79 | 0.18 | 0.42 |
| Hex | 7D | 57 | 73 | 0 | 1E | 8 | 33 | 13C | 12 | 2A |
| Octal | 175 | 127 | 163 | 0 | 36 | 10 | 63 | 474 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1110011 | 0 | 11110 | 1000 | 110011 | 100111100 | 10010 | 101010 |
Color Harmonies of #7D5773
Complementary color
Monochromatic Colors of #7D5773
Black with #7D5773
Text Example
Text Example
White with #7D5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5773; }
p { color: rgb(125,87,115); }
H1.HeaderClassName
{
color: #7D5773;
}
.AnyTagClassName
{
color: #7D5773;
}
</style>
background-color css
<style>
a { background-color: #7D5773; }
a { background-color: rgb(125,87,115); }
div.DivClassName
{
background-color: #7D5773;
}
.BgClassName
{
background-color: #7D5773;
}
</style>
border-color css
<style>
span { border-color: #7D5773; }
span { border-color: rgb(125,87,115); }
td.TdClassName
{
border-color: #7D5773;
}
.TagClassName
{
border-color: #7D5773;
}
</style>