Shades of Old Lavender #765E73
Tints of Old Lavender #765E73
RGB
CMYK
RGB Variations
Color information
#765E73 (or 0x765E73) is known color: Old Lavender. HEX triplet: 76, 5E and 73. RGB value is (118,94,115). Sum of RGB (Red+Green+Blue) = 118+94+115=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #765E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E73 is #89A18C. Grayscale: #676767. Windows color (decimal): -9019789 or 7560822. OLE color: 7560822.
HSL color Cylindrical-coordinate representation of color #765E73: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E73 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 115 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.54 |
| HSL | 307.5º | 0.11% | 0.42% | - |
| HSV(B) | 307.5º | 0.2% | 0.46% | - |
| XYZ | 14.57 | 13.09 | 17.98 | - |
| YUV | 103.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 115 | 0 | 0.20 | 0.03 | 0.54 | 307.5 | 0.11 | 0.42 |
| Hex | 76 | 5E | 73 | 0 | 14 | 3 | 36 | 134 | B | 2A |
| Octal | 166 | 136 | 163 | 0 | 24 | 3 | 66 | 464 | 13 | 52 |
| Binary | 1110110 | 1011110 | 1110011 | 0 | 10100 | 11 | 110110 | 100110100 | 1011 | 101010 |
Color Harmonies of #765E73
Complementary color
Monochromatic Colors of #765E73
Black with #765E73
Text Example
Text Example
White with #765E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E73; }
p { color: rgb(118,94,115); }
H1.HeaderClassName
{
color: #765E73;
}
.AnyTagClassName
{
color: #765E73;
}
</style>
background-color css
<style>
a { background-color: #765E73; }
a { background-color: rgb(118,94,115); }
div.DivClassName
{
background-color: #765E73;
}
.BgClassName
{
background-color: #765E73;
}
</style>
border-color css
<style>
span { border-color: #765E73; }
span { border-color: rgb(118,94,115); }
td.TdClassName
{
border-color: #765E73;
}
.TagClassName
{
border-color: #765E73;
}
</style>