Shades of Old Lavender #777577
Tints of Old Lavender #777577
RGB
CMYK
RGB Variations
Color information
#777577 (or 0x777577) is known color: Old Lavender. HEX triplet: 77, 75 and 77. RGB value is (119,117,119). Sum of RGB (Red+Green+Blue) = 119+117+119=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #777577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777577 is #888A88. Grayscale: #757575. Windows color (decimal): -8948361 or 7828855. OLE color: 7828855.
HSL color Cylindrical-coordinate representation of color #777577: hue angle of 300º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777577 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 119 | - |
| CMYK | 0 | 0.02 | 0 | 0.53 |
| HSL | 300º | 0.01% | 0.46% | - |
| HSV(B) | 300º | 0.02% | 0.47% | - |
| XYZ | 17.3 | 17.98 | 20.01 | - |
| YUV | 117.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 119 | 0 | 0.02 | 0 | 0.53 | 300 | 0.01 | 0.46 |
| Hex | 77 | 75 | 77 | 0 | 2 | 0 | 35 | 12C | 1 | 2E |
| Octal | 167 | 165 | 167 | 0 | 2 | 0 | 65 | 454 | 1 | 56 |
| Binary | 1110111 | 1110101 | 1110111 | 0 | 10 | 0 | 110101 | 100101100 | 1 | 101110 |
Color Harmonies of #777577
Complementary color
Monochromatic Colors of #777577
Black with #777577
Text Example
Text Example
White with #777577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777577; }
p { color: rgb(119,117,119); }
H1.HeaderClassName
{
color: #777577;
}
.AnyTagClassName
{
color: #777577;
}
</style>
background-color css
<style>
a { background-color: #777577; }
a { background-color: rgb(119,117,119); }
div.DivClassName
{
background-color: #777577;
}
.BgClassName
{
background-color: #777577;
}
</style>
border-color css
<style>
span { border-color: #777577; }
span { border-color: rgb(119,117,119); }
td.TdClassName
{
border-color: #777577;
}
.TagClassName
{
border-color: #777577;
}
</style>