Shades of Old Lavender #765F73
Tints of Old Lavender #765F73
RGB
CMYK
RGB Variations
Color information
#765F73 (or 0x765F73) is known color: Old Lavender. HEX triplet: 76, 5F and 73. RGB value is (118,95,115). Sum of RGB (Red+Green+Blue) = 118+95+115=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #765F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F73 is #89A08C. Grayscale: #686868. Windows color (decimal): -9019533 or 7561078. OLE color: 7561078.
HSL color Cylindrical-coordinate representation of color #765F73: hue angle of 307.83º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #765F73 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 115 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.54 |
| HSL | 307.83º | 0.11% | 0.42% | - |
| HSV(B) | 307.83º | 0.19% | 0.46% | - |
| XYZ | 14.66 | 13.27 | 18.01 | - |
| YUV | 104.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 115 | 0 | 0.19 | 0.03 | 0.54 | 307.83 | 0.11 | 0.42 |
| Hex | 76 | 5F | 73 | 0 | 13 | 3 | 36 | 134 | B | 2A |
| Octal | 166 | 137 | 163 | 0 | 23 | 3 | 66 | 464 | 13 | 52 |
| Binary | 1110110 | 1011111 | 1110011 | 0 | 10011 | 11 | 110110 | 100110100 | 1011 | 101010 |
Color Harmonies of #765F73
Complementary color
Monochromatic Colors of #765F73
Black with #765F73
Text Example
Text Example
White with #765F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F73; }
p { color: rgb(118,95,115); }
H1.HeaderClassName
{
color: #765F73;
}
.AnyTagClassName
{
color: #765F73;
}
</style>
background-color css
<style>
a { background-color: #765F73; }
a { background-color: rgb(118,95,115); }
div.DivClassName
{
background-color: #765F73;
}
.BgClassName
{
background-color: #765F73;
}
</style>
border-color css
<style>
span { border-color: #765F73; }
span { border-color: rgb(118,95,115); }
td.TdClassName
{
border-color: #765F73;
}
.TagClassName
{
border-color: #765F73;
}
</style>