Shades of Old Lavender #765C72
Tints of Old Lavender #765C72
RGB
CMYK
RGB Variations
Color information
#765C72 (or 0x765C72) is known color: Old Lavender. HEX triplet: 76, 5C and 72. RGB value is (118,92,114). Sum of RGB (Red+Green+Blue) = 118+92+114=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #765C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C72 is #89A38D. Grayscale: #666666. Windows color (decimal): -9020302 or 7494774. OLE color: 7494774.
HSL color Cylindrical-coordinate representation of color #765C72: hue angle of 309.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C72 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 114 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.54 |
| HSL | 309.23º | 0.12% | 0.41% | - |
| HSV(B) | 309.23º | 0.22% | 0.46% | - |
| XYZ | 14.34 | 12.72 | 17.62 | - |
| YUV | 102.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 114 | 0 | 0.22 | 0.03 | 0.54 | 309.23 | 0.12 | 0.41 |
| Hex | 76 | 5C | 72 | 0 | 16 | 3 | 36 | 135 | C | 29 |
| Octal | 166 | 134 | 162 | 0 | 26 | 3 | 66 | 465 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1110010 | 0 | 10110 | 11 | 110110 | 100110101 | 1100 | 101001 |
Color Harmonies of #765C72
Complementary color
Monochromatic Colors of #765C72
Black with #765C72
Text Example
Text Example
White with #765C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C72; }
p { color: rgb(118,92,114); }
H1.HeaderClassName
{
color: #765C72;
}
.AnyTagClassName
{
color: #765C72;
}
</style>
background-color css
<style>
a { background-color: #765C72; }
a { background-color: rgb(118,92,114); }
div.DivClassName
{
background-color: #765C72;
}
.BgClassName
{
background-color: #765C72;
}
</style>
border-color css
<style>
span { border-color: #765C72; }
span { border-color: rgb(118,92,114); }
td.TdClassName
{
border-color: #765C72;
}
.TagClassName
{
border-color: #765C72;
}
</style>