Shades of Old Lavender #735F74
Tints of Old Lavender #735F74
RGB
CMYK
RGB Variations
Color information
#735F74 (or 0x735F74) is known color: Old Lavender. HEX triplet: 73, 5F and 74. RGB value is (115,95,116). Sum of RGB (Red+Green+Blue) = 115+95+116=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #735F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F74 is #8CA08B. Grayscale: #676767. Windows color (decimal): -9216140 or 7626611. OLE color: 7626611.
HSL color Cylindrical-coordinate representation of color #735F74: hue angle of 297.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #735F74 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 116 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.55 |
| HSL | 297.14º | 0.1% | 0.41% | - |
| HSV(B) | 297.14º | 0.18% | 0.45% | - |
| XYZ | 14.31 | 13.09 | 18.3 | - |
| YUV | 103.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 116 | 0.01 | 0.18 | 0 | 0.55 | 297.14 | 0.1 | 0.41 |
| Hex | 73 | 5F | 74 | 1 | 12 | 0 | 37 | 129 | A | 29 |
| Octal | 163 | 137 | 164 | 1 | 22 | 0 | 67 | 451 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1110100 | 1 | 10010 | 0 | 110111 | 100101001 | 1010 | 101001 |
Color Harmonies of #735F74
Complementary color
Monochromatic Colors of #735F74
Black with #735F74
Text Example
Text Example
White with #735F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F74; }
p { color: rgb(115,95,116); }
H1.HeaderClassName
{
color: #735F74;
}
.AnyTagClassName
{
color: #735F74;
}
</style>
background-color css
<style>
a { background-color: #735F74; }
a { background-color: rgb(115,95,116); }
div.DivClassName
{
background-color: #735F74;
}
.BgClassName
{
background-color: #735F74;
}
</style>
border-color css
<style>
span { border-color: #735F74; }
span { border-color: rgb(115,95,116); }
td.TdClassName
{
border-color: #735F74;
}
.TagClassName
{
border-color: #735F74;
}
</style>