Shades of Old Lavender #736D73
Tints of Old Lavender #736D73
RGB
CMYK
RGB Variations
Color information
#736D73 (or 0x736D73) is known color: Old Lavender. HEX triplet: 73, 6D and 73. RGB value is (115,109,115). Sum of RGB (Red+Green+Blue) = 115+109+115=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #736D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D73 is #8C928C. Grayscale: #6F6F6F. Windows color (decimal): -9212557 or 7564659. OLE color: 7564659.
HSL color Cylindrical-coordinate representation of color #736D73: hue angle of 300º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #736D73 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 109 | 115 | - |
| CMYK | 0 | 0.05 | 0 | 0.55 |
| HSL | 300º | 0.03% | 0.44% | - |
| HSV(B) | 300º | 0.05% | 0.45% | - |
| XYZ | 15.63 | 15.82 | 18.45 | - |
| YUV | 111.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 115 | 0 | 0.05 | 0 | 0.55 | 300 | 0.03 | 0.44 |
| Hex | 73 | 6D | 73 | 0 | 5 | 0 | 37 | 12C | 3 | 2C |
| Octal | 163 | 155 | 163 | 0 | 5 | 0 | 67 | 454 | 3 | 54 |
| Binary | 1110011 | 1101101 | 1110011 | 0 | 101 | 0 | 110111 | 100101100 | 11 | 101100 |
Color Harmonies of #736D73
Complementary color
Monochromatic Colors of #736D73
Black with #736D73
Text Example
Text Example
White with #736D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D73; }
p { color: rgb(115,109,115); }
H1.HeaderClassName
{
color: #736D73;
}
.AnyTagClassName
{
color: #736D73;
}
</style>
background-color css
<style>
a { background-color: #736D73; }
a { background-color: rgb(115,109,115); }
div.DivClassName
{
background-color: #736D73;
}
.BgClassName
{
background-color: #736D73;
}
</style>
border-color css
<style>
span { border-color: #736D73; }
span { border-color: rgb(115,109,115); }
td.TdClassName
{
border-color: #736D73;
}
.TagClassName
{
border-color: #736D73;
}
</style>