Shades of Old Lavender #735B72
Tints of Old Lavender #735B72
RGB
CMYK
RGB Variations
Color information
#735B72 (or 0x735B72) is known color: Old Lavender. HEX triplet: 73, 5B and 72. RGB value is (115,91,114). Sum of RGB (Red+Green+Blue) = 115+91+114=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #735B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B72 is #8CA48D. Grayscale: #646464. Windows color (decimal): -9217166 or 7494515. OLE color: 7494515.
HSL color Cylindrical-coordinate representation of color #735B72: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B72 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 114 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.55 |
| HSL | 302.5º | 0.12% | 0.4% | - |
| HSV(B) | 302.5º | 0.21% | 0.45% | - |
| XYZ | 13.85 | 12.34 | 17.57 | - |
| YUV | 100.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 114 | 0 | 0.21 | 0.01 | 0.55 | 302.5 | 0.12 | 0.4 |
| Hex | 73 | 5B | 72 | 0 | 15 | 1 | 37 | 12E | C | 28 |
| Octal | 163 | 133 | 162 | 0 | 25 | 1 | 67 | 456 | 14 | 50 |
| Binary | 1110011 | 1011011 | 1110010 | 0 | 10101 | 1 | 110111 | 100101110 | 1100 | 101000 |
Color Harmonies of #735B72
Complementary color
Monochromatic Colors of #735B72
Black with #735B72
Text Example
Text Example
White with #735B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B72; }
p { color: rgb(115,91,114); }
H1.HeaderClassName
{
color: #735B72;
}
.AnyTagClassName
{
color: #735B72;
}
</style>
background-color css
<style>
a { background-color: #735B72; }
a { background-color: rgb(115,91,114); }
div.DivClassName
{
background-color: #735B72;
}
.BgClassName
{
background-color: #735B72;
}
</style>
border-color css
<style>
span { border-color: #735B72; }
span { border-color: rgb(115,91,114); }
td.TdClassName
{
border-color: #735B72;
}
.TagClassName
{
border-color: #735B72;
}
</style>