Shades of Old Lavender #756E75
Tints of Old Lavender #756E75
RGB
CMYK
RGB Variations
Color information
#756E75 (or 0x756E75) is known color: Old Lavender. HEX triplet: 75, 6E and 75. RGB value is (117,110,117). Sum of RGB (Red+Green+Blue) = 117+110+117=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E75 is #8A918A. Grayscale: #707070. Windows color (decimal): -9081227 or 7695989. OLE color: 7695989.
HSL color Cylindrical-coordinate representation of color #756E75: hue angle of 300º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #756E75 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 117 | - |
| CMYK | 0 | 0.06 | 0 | 0.54 |
| HSL | 300º | 0.03% | 0.45% | - |
| HSV(B) | 300º | 0.06% | 0.46% | - |
| XYZ | 16.12 | 16.22 | 19.11 | - |
| YUV | 112.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 117 | 0 | 0.06 | 0 | 0.54 | 300 | 0.03 | 0.45 |
| Hex | 75 | 6E | 75 | 0 | 6 | 0 | 36 | 12C | 3 | 2D |
| Octal | 165 | 156 | 165 | 0 | 6 | 0 | 66 | 454 | 3 | 55 |
| Binary | 1110101 | 1101110 | 1110101 | 0 | 110 | 0 | 110110 | 100101100 | 11 | 101101 |
Color Harmonies of #756E75
Complementary color
Monochromatic Colors of #756E75
Black with #756E75
Text Example
Text Example
White with #756E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E75; }
p { color: rgb(117,110,117); }
H1.HeaderClassName
{
color: #756E75;
}
.AnyTagClassName
{
color: #756E75;
}
</style>
background-color css
<style>
a { background-color: #756E75; }
a { background-color: rgb(117,110,117); }
div.DivClassName
{
background-color: #756E75;
}
.BgClassName
{
background-color: #756E75;
}
</style>
border-color css
<style>
span { border-color: #756E75; }
span { border-color: rgb(117,110,117); }
td.TdClassName
{
border-color: #756E75;
}
.TagClassName
{
border-color: #756E75;
}
</style>