Shades of Old Lavender #775B76
Tints of Old Lavender #775B76
RGB
CMYK
RGB Variations
Color information
#775B76 (or 0x775B76) is known color: Old Lavender. HEX triplet: 77, 5B and 76. RGB value is (119,91,118). Sum of RGB (Red+Green+Blue) = 119+91+118=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #775B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B76 is #88A489. Grayscale: #666666. Windows color (decimal): -8955018 or 7756663. OLE color: 7756663.
HSL color Cylindrical-coordinate representation of color #775B76: hue angle of 302.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B76 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 118 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.53 |
| HSL | 302.14º | 0.13% | 0.41% | - |
| HSV(B) | 302.14º | 0.24% | 0.47% | - |
| XYZ | 14.62 | 12.71 | 18.82 | - |
| YUV | 102.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 118 | 0 | 0.24 | 0.01 | 0.53 | 302.14 | 0.13 | 0.41 |
| Hex | 77 | 5B | 76 | 0 | 18 | 1 | 35 | 12E | D | 29 |
| Octal | 167 | 133 | 166 | 0 | 30 | 1 | 65 | 456 | 15 | 51 |
| Binary | 1110111 | 1011011 | 1110110 | 0 | 11000 | 1 | 110101 | 100101110 | 1101 | 101001 |
Color Harmonies of #775B76
Complementary color
Monochromatic Colors of #775B76
Black with #775B76
Text Example
Text Example
White with #775B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B76; }
p { color: rgb(119,91,118); }
H1.HeaderClassName
{
color: #775B76;
}
.AnyTagClassName
{
color: #775B76;
}
</style>
background-color css
<style>
a { background-color: #775B76; }
a { background-color: rgb(119,91,118); }
div.DivClassName
{
background-color: #775B76;
}
.BgClassName
{
background-color: #775B76;
}
</style>
border-color css
<style>
span { border-color: #775B76; }
span { border-color: rgb(119,91,118); }
td.TdClassName
{
border-color: #775B76;
}
.TagClassName
{
border-color: #775B76;
}
</style>