Shades of Old Lavender #765D75
Tints of Old Lavender #765D75
RGB
CMYK
RGB Variations
Color information
#765D75 (or 0x765D75) is known color: Old Lavender. HEX triplet: 76, 5D and 75. RGB value is (118,93,117). Sum of RGB (Red+Green+Blue) = 118+93+117=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #765D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D75 is #89A28A. Grayscale: #676767. Windows color (decimal): -9020043 or 7691638. OLE color: 7691638.
HSL color Cylindrical-coordinate representation of color #765D75: hue angle of 302.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D75 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 117 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.54 |
| HSL | 302.4º | 0.12% | 0.41% | - |
| HSV(B) | 302.4º | 0.21% | 0.46% | - |
| XYZ | 14.6 | 12.96 | 18.56 | - |
| YUV | 103.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 117 | 0 | 0.21 | 0.01 | 0.54 | 302.4 | 0.12 | 0.41 |
| Hex | 76 | 5D | 75 | 0 | 15 | 1 | 36 | 12E | C | 29 |
| Octal | 166 | 135 | 165 | 0 | 25 | 1 | 66 | 456 | 14 | 51 |
| Binary | 1110110 | 1011101 | 1110101 | 0 | 10101 | 1 | 110110 | 100101110 | 1100 | 101001 |
Color Harmonies of #765D75
Complementary color
Monochromatic Colors of #765D75
Black with #765D75
Text Example
Text Example
White with #765D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D75; }
p { color: rgb(118,93,117); }
H1.HeaderClassName
{
color: #765D75;
}
.AnyTagClassName
{
color: #765D75;
}
</style>
background-color css
<style>
a { background-color: #765D75; }
a { background-color: rgb(118,93,117); }
div.DivClassName
{
background-color: #765D75;
}
.BgClassName
{
background-color: #765D75;
}
</style>
border-color css
<style>
span { border-color: #765D75; }
span { border-color: rgb(118,93,117); }
td.TdClassName
{
border-color: #765D75;
}
.TagClassName
{
border-color: #765D75;
}
</style>