Shades of Old Lavender #775A72
Tints of Old Lavender #775A72
RGB
CMYK
RGB Variations
Color information
#775A72 (or 0x775A72) is known color: Old Lavender. HEX triplet: 77, 5A and 72. RGB value is (119,90,114). Sum of RGB (Red+Green+Blue) = 119+90+114=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #775A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A72 is #88A58D. Grayscale: #656565. Windows color (decimal): -8955278 or 7494263. OLE color: 7494263.
HSL color Cylindrical-coordinate representation of color #775A72: hue angle of 310.34º degrees, saturation: 0.14, 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 #775A72 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 114 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.53 |
| HSL | 310.34º | 0.14% | 0.41% | - |
| HSV(B) | 310.34º | 0.24% | 0.47% | - |
| XYZ | 14.3 | 12.45 | 17.57 | - |
| YUV | 101.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 114 | 0 | 0.24 | 0.04 | 0.53 | 310.34 | 0.14 | 0.41 |
| Hex | 77 | 5A | 72 | 0 | 18 | 4 | 35 | 136 | E | 29 |
| Octal | 167 | 132 | 162 | 0 | 30 | 4 | 65 | 466 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1110010 | 0 | 11000 | 100 | 110101 | 100110110 | 1110 | 101001 |
Color Harmonies of #775A72
Complementary color
Monochromatic Colors of #775A72
Black with #775A72
Text Example
Text Example
White with #775A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A72; }
p { color: rgb(119,90,114); }
H1.HeaderClassName
{
color: #775A72;
}
.AnyTagClassName
{
color: #775A72;
}
</style>
background-color css
<style>
a { background-color: #775A72; }
a { background-color: rgb(119,90,114); }
div.DivClassName
{
background-color: #775A72;
}
.BgClassName
{
background-color: #775A72;
}
</style>
border-color css
<style>
span { border-color: #775A72; }
span { border-color: rgb(119,90,114); }
td.TdClassName
{
border-color: #775A72;
}
.TagClassName
{
border-color: #775A72;
}
</style>