Shades of Old Lavender #765872
Tints of Old Lavender #765872
RGB
CMYK
RGB Variations
Color information
#765872 (or 0x765872) is known color: Old Lavender. HEX triplet: 76, 58 and 72. RGB value is (118,88,114). Sum of RGB (Red+Green+Blue) = 118+88+114=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #765872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765872 is #89A78D. Grayscale: #636363. Windows color (decimal): -9021326 or 7493750. OLE color: 7493750.
HSL color Cylindrical-coordinate representation of color #765872: hue angle of 308º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765872 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 114 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.54 |
| HSL | 308º | 0.15% | 0.4% | - |
| HSV(B) | 308º | 0.25% | 0.46% | - |
| XYZ | 14 | 12.05 | 17.51 | - |
| YUV | 99.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 114 | 0 | 0.25 | 0.03 | 0.54 | 308 | 0.15 | 0.4 |
| Hex | 76 | 58 | 72 | 0 | 19 | 3 | 36 | 134 | F | 28 |
| Octal | 166 | 130 | 162 | 0 | 31 | 3 | 66 | 464 | 17 | 50 |
| Binary | 1110110 | 1011000 | 1110010 | 0 | 11001 | 11 | 110110 | 100110100 | 1111 | 101000 |
Color Harmonies of #765872
Complementary color
Monochromatic Colors of #765872
Black with #765872
Text Example
Text Example
White with #765872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765872; }
p { color: rgb(118,88,114); }
H1.HeaderClassName
{
color: #765872;
}
.AnyTagClassName
{
color: #765872;
}
</style>
background-color css
<style>
a { background-color: #765872; }
a { background-color: rgb(118,88,114); }
div.DivClassName
{
background-color: #765872;
}
.BgClassName
{
background-color: #765872;
}
</style>
border-color css
<style>
span { border-color: #765872; }
span { border-color: rgb(118,88,114); }
td.TdClassName
{
border-color: #765872;
}
.TagClassName
{
border-color: #765872;
}
</style>