Shades of Old Lavender #756573
Tints of Old Lavender #756573
RGB
CMYK
RGB Variations
Color information
#756573 (or 0x756573) is known color: Old Lavender. HEX triplet: 75, 65 and 73. RGB value is (117,101,115). Sum of RGB (Red+Green+Blue) = 117+101+115=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756573 is #8A9A8C. Grayscale: #6B6B6B. Windows color (decimal): -9083533 or 7562613. OLE color: 7562613.
HSL color Cylindrical-coordinate representation of color #756573: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756573 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 115 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.54 |
| HSL | 307.5º | 0.07% | 0.43% | - |
| HSV(B) | 307.5º | 0.14% | 0.46% | - |
| XYZ | 15.08 | 14.33 | 18.19 | - |
| YUV | 107.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 115 | 0 | 0.14 | 0.02 | 0.54 | 307.5 | 0.07 | 0.43 |
| Hex | 75 | 65 | 73 | 0 | E | 2 | 36 | 134 | 7 | 2B |
| Octal | 165 | 145 | 163 | 0 | 16 | 2 | 66 | 464 | 7 | 53 |
| Binary | 1110101 | 1100101 | 1110011 | 0 | 1110 | 10 | 110110 | 100110100 | 111 | 101011 |
Color Harmonies of #756573
Complementary color
Monochromatic Colors of #756573
Black with #756573
Text Example
Text Example
White with #756573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756573; }
p { color: rgb(117,101,115); }
H1.HeaderClassName
{
color: #756573;
}
.AnyTagClassName
{
color: #756573;
}
</style>
background-color css
<style>
a { background-color: #756573; }
a { background-color: rgb(117,101,115); }
div.DivClassName
{
background-color: #756573;
}
.BgClassName
{
background-color: #756573;
}
</style>
border-color css
<style>
span { border-color: #756573; }
span { border-color: rgb(117,101,115); }
td.TdClassName
{
border-color: #756573;
}
.TagClassName
{
border-color: #756573;
}
</style>