Shades of Old Lavender #756073
Tints of Old Lavender #756073
RGB
CMYK
RGB Variations
Color information
#756073 (or 0x756073) is known color: Old Lavender. HEX triplet: 75, 60 and 73. RGB value is (117,96,115). Sum of RGB (Red+Green+Blue) = 117+96+115=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756073 is #8A9F8C. Grayscale: #686868. Windows color (decimal): -9084813 or 7561333. OLE color: 7561333.
HSL color Cylindrical-coordinate representation of color #756073: hue angle of 305.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756073 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 96 | 115 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.54 |
| HSL | 305.71º | 0.1% | 0.42% | - |
| HSV(B) | 305.71º | 0.18% | 0.46% | - |
| XYZ | 14.61 | 13.39 | 18.03 | - |
| YUV | 104.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 115 | 0 | 0.18 | 0.02 | 0.54 | 305.71 | 0.1 | 0.42 |
| Hex | 75 | 60 | 73 | 0 | 12 | 2 | 36 | 132 | A | 2A |
| Octal | 165 | 140 | 163 | 0 | 22 | 2 | 66 | 462 | 12 | 52 |
| Binary | 1110101 | 1100000 | 1110011 | 0 | 10010 | 10 | 110110 | 100110010 | 1010 | 101010 |
Color Harmonies of #756073
Complementary color
Monochromatic Colors of #756073
Black with #756073
Text Example
Text Example
White with #756073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756073; }
p { color: rgb(117,96,115); }
H1.HeaderClassName
{
color: #756073;
}
.AnyTagClassName
{
color: #756073;
}
</style>
background-color css
<style>
a { background-color: #756073; }
a { background-color: rgb(117,96,115); }
div.DivClassName
{
background-color: #756073;
}
.BgClassName
{
background-color: #756073;
}
</style>
border-color css
<style>
span { border-color: #756073; }
span { border-color: rgb(117,96,115); }
td.TdClassName
{
border-color: #756073;
}
.TagClassName
{
border-color: #756073;
}
</style>