Shades of Old Lavender #775C76
Tints of Old Lavender #775C76
RGB
CMYK
RGB Variations
Color information
#775C76 (or 0x775C76) is known color: Old Lavender. HEX triplet: 77, 5C and 76. RGB value is (119,92,118). Sum of RGB (Red+Green+Blue) = 119+92+118=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #775C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C76 is #88A389. Grayscale: #666666. Windows color (decimal): -8954762 or 7756919. OLE color: 7756919.
HSL color Cylindrical-coordinate representation of color #775C76: hue angle of 302.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C76 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 118 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.53 |
| HSL | 302.22º | 0.13% | 0.41% | - |
| HSV(B) | 302.22º | 0.23% | 0.47% | - |
| XYZ | 14.7 | 12.88 | 18.85 | - |
| YUV | 103.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 118 | 0 | 0.23 | 0.01 | 0.53 | 302.22 | 0.13 | 0.41 |
| Hex | 77 | 5C | 76 | 0 | 17 | 1 | 35 | 12E | D | 29 |
| Octal | 167 | 134 | 166 | 0 | 27 | 1 | 65 | 456 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1110110 | 0 | 10111 | 1 | 110101 | 100101110 | 1101 | 101001 |
Color Harmonies of #775C76
Complementary color
Monochromatic Colors of #775C76
Black with #775C76
Text Example
Text Example
White with #775C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C76; }
p { color: rgb(119,92,118); }
H1.HeaderClassName
{
color: #775C76;
}
.AnyTagClassName
{
color: #775C76;
}
</style>
background-color css
<style>
a { background-color: #775C76; }
a { background-color: rgb(119,92,118); }
div.DivClassName
{
background-color: #775C76;
}
.BgClassName
{
background-color: #775C76;
}
</style>
border-color css
<style>
span { border-color: #775C76; }
span { border-color: rgb(119,92,118); }
td.TdClassName
{
border-color: #775C76;
}
.TagClassName
{
border-color: #775C76;
}
</style>