Shades of Old Lavender #765C76
Tints of Old Lavender #765C76
RGB
CMYK
RGB Variations
Color information
#765C76 (or 0x765C76) is known color: Old Lavender. HEX triplet: 76, 5C and 76. RGB value is (118,92,118). Sum of RGB (Red+Green+Blue) = 118+92+118=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C76 is #89A389. Grayscale: #666666. Windows color (decimal): -9020298 or 7756918. OLE color: 7756918.
HSL color Cylindrical-coordinate representation of color #765C76: hue angle of 300º 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 #765C76 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 118 | - |
| CMYK | 0 | 0.22 | 0 | 0.54 |
| HSL | 300º | 0.12% | 0.41% | - |
| HSV(B) | 300º | 0.22% | 0.46% | - |
| XYZ | 14.57 | 12.81 | 18.85 | - |
| YUV | 102.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 118 | 0 | 0.22 | 0 | 0.54 | 300 | 0.12 | 0.41 |
| Hex | 76 | 5C | 76 | 0 | 16 | 0 | 36 | 12C | C | 29 |
| Octal | 166 | 134 | 166 | 0 | 26 | 0 | 66 | 454 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1110110 | 0 | 10110 | 0 | 110110 | 100101100 | 1100 | 101001 |
Color Harmonies of #765C76
Complementary color
Monochromatic Colors of #765C76
Black with #765C76
Text Example
Text Example
White with #765C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C76; }
p { color: rgb(118,92,118); }
H1.HeaderClassName
{
color: #765C76;
}
.AnyTagClassName
{
color: #765C76;
}
</style>
background-color css
<style>
a { background-color: #765C76; }
a { background-color: rgb(118,92,118); }
div.DivClassName
{
background-color: #765C76;
}
.BgClassName
{
background-color: #765C76;
}
</style>
border-color css
<style>
span { border-color: #765C76; }
span { border-color: rgb(118,92,118); }
td.TdClassName
{
border-color: #765C76;
}
.TagClassName
{
border-color: #765C76;
}
</style>