Shades of Old Lavender #725C73
Tints of Old Lavender #725C73
RGB
CMYK
RGB Variations
Color information
#725C73 (or 0x725C73) is known color: Old Lavender. HEX triplet: 72, 5C and 73. RGB value is (114,92,115). Sum of RGB (Red+Green+Blue) = 114+92+115=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #725C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C73 is #8DA38C. Grayscale: #656565. Windows color (decimal): -9282445 or 7560306. OLE color: 7560306.
HSL color Cylindrical-coordinate representation of color #725C73: hue angle of 297.39º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725C73 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 115 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.55 |
| HSL | 297.39º | 0.11% | 0.41% | - |
| HSV(B) | 297.39º | 0.2% | 0.45% | - |
| XYZ | 13.86 | 12.47 | 17.9 | - |
| YUV | 101.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 115 | 0.01 | 0.20 | 0 | 0.55 | 297.39 | 0.11 | 0.41 |
| Hex | 72 | 5C | 73 | 1 | 14 | 0 | 37 | 129 | B | 29 |
| Octal | 162 | 134 | 163 | 1 | 24 | 0 | 67 | 451 | 13 | 51 |
| Binary | 1110010 | 1011100 | 1110011 | 1 | 10100 | 0 | 110111 | 100101001 | 1011 | 101001 |
Color Harmonies of #725C73
Complementary color
Monochromatic Colors of #725C73
Black with #725C73
Text Example
Text Example
White with #725C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C73; }
p { color: rgb(114,92,115); }
H1.HeaderClassName
{
color: #725C73;
}
.AnyTagClassName
{
color: #725C73;
}
</style>
background-color css
<style>
a { background-color: #725C73; }
a { background-color: rgb(114,92,115); }
div.DivClassName
{
background-color: #725C73;
}
.BgClassName
{
background-color: #725C73;
}
</style>
border-color css
<style>
span { border-color: #725C73; }
span { border-color: rgb(114,92,115); }
td.TdClassName
{
border-color: #725C73;
}
.TagClassName
{
border-color: #725C73;
}
</style>