Shades of Old Lavender #736B72
Tints of Old Lavender #736B72
RGB
CMYK
RGB Variations
Color information
#736B72 (or 0x736B72) is known color: Old Lavender. HEX triplet: 73, 6B and 72. RGB value is (115,107,114). Sum of RGB (Red+Green+Blue) = 115+107+114=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 115 - color contains mainly: red. Hex color #736B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B72 is #8C948D. Grayscale: #6E6E6E. Windows color (decimal): -9213070 or 7498611. OLE color: 7498611.
HSL color Cylindrical-coordinate representation of color #736B72: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736B72 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 114 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.55 |
| HSL | 307.5º | 0.04% | 0.44% | - |
| HSV(B) | 307.5º | 0.07% | 0.45% | - |
| XYZ | 15.37 | 15.38 | 18.08 | - |
| YUV | 110.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 114 | 0 | 0.07 | 0.01 | 0.55 | 307.5 | 0.04 | 0.44 |
| Hex | 73 | 6B | 72 | 0 | 7 | 1 | 37 | 134 | 4 | 2C |
| Octal | 163 | 153 | 162 | 0 | 7 | 1 | 67 | 464 | 4 | 54 |
| Binary | 1110011 | 1101011 | 1110010 | 0 | 111 | 1 | 110111 | 100110100 | 100 | 101100 |
Color Harmonies of #736B72
Complementary color
Monochromatic Colors of #736B72
Black with #736B72
Text Example
Text Example
White with #736B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B72; }
p { color: rgb(115,107,114); }
H1.HeaderClassName
{
color: #736B72;
}
.AnyTagClassName
{
color: #736B72;
}
</style>
background-color css
<style>
a { background-color: #736B72; }
a { background-color: rgb(115,107,114); }
div.DivClassName
{
background-color: #736B72;
}
.BgClassName
{
background-color: #736B72;
}
</style>
border-color css
<style>
span { border-color: #736B72; }
span { border-color: rgb(115,107,114); }
td.TdClassName
{
border-color: #736B72;
}
.TagClassName
{
border-color: #736B72;
}
</style>