Shades of Old Lavender #7C5873
Tints of Old Lavender #7C5873
RGB
CMYK
RGB Variations
Color information
#7C5873 (or 0x7C5873) is known color: Old Lavender. HEX triplet: 7C, 58 and 73. RGB value is (124,88,115). Sum of RGB (Red+Green+Blue) = 124+88+115=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5873 is #83A78C. Grayscale: #656565. Windows color (decimal): -8628109 or 7559292. OLE color: 7559292.
HSL color Cylindrical-coordinate representation of color #7C5873: hue angle of 315º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5873 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 115 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.51 |
| HSL | 315º | 0.17% | 0.42% | - |
| HSV(B) | 315º | 0.29% | 0.49% | - |
| XYZ | 14.9 | 12.5 | 17.85 | - |
| YUV | 101.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 115 | 0 | 0.29 | 0.07 | 0.51 | 315 | 0.17 | 0.42 |
| Hex | 7C | 58 | 73 | 0 | 1D | 7 | 33 | 13B | 11 | 2A |
| Octal | 174 | 130 | 163 | 0 | 35 | 7 | 63 | 473 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1110011 | 0 | 11101 | 111 | 110011 | 100111011 | 10001 | 101010 |
Color Harmonies of #7C5873
Complementary color
Monochromatic Colors of #7C5873
Black with #7C5873
Text Example
Text Example
White with #7C5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5873; }
p { color: rgb(124,88,115); }
H1.HeaderClassName
{
color: #7C5873;
}
.AnyTagClassName
{
color: #7C5873;
}
</style>
background-color css
<style>
a { background-color: #7C5873; }
a { background-color: rgb(124,88,115); }
div.DivClassName
{
background-color: #7C5873;
}
.BgClassName
{
background-color: #7C5873;
}
</style>
border-color css
<style>
span { border-color: #7C5873; }
span { border-color: rgb(124,88,115); }
td.TdClassName
{
border-color: #7C5873;
}
.TagClassName
{
border-color: #7C5873;
}
</style>