Shades of Old Lavender #787077
Tints of Old Lavender #787077
RGB
CMYK
RGB Variations
Color information
#787077 (or 0x787077) is known color: Old Lavender. HEX triplet: 78, 70 and 77. RGB value is (120,112,119). Sum of RGB (Red+Green+Blue) = 120+112+119=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787077 is #878F88. Grayscale: #737373. Windows color (decimal): -8884105 or 7827576. OLE color: 7827576.
HSL color Cylindrical-coordinate representation of color #787077: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787077 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 119 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.53 |
| HSL | 307.5º | 0.03% | 0.45% | - |
| HSV(B) | 307.5º | 0.07% | 0.47% | - |
| XYZ | 16.87 | 16.91 | 19.83 | - |
| YUV | 115.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 119 | 0 | 0.07 | 0.01 | 0.53 | 307.5 | 0.03 | 0.45 |
| Hex | 78 | 70 | 77 | 0 | 7 | 1 | 35 | 134 | 3 | 2D |
| Octal | 170 | 160 | 167 | 0 | 7 | 1 | 65 | 464 | 3 | 55 |
| Binary | 1111000 | 1110000 | 1110111 | 0 | 111 | 1 | 110101 | 100110100 | 11 | 101101 |
Color Harmonies of #787077
Complementary color
Monochromatic Colors of #787077
Black with #787077
Text Example
Text Example
White with #787077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787077; }
p { color: rgb(120,112,119); }
H1.HeaderClassName
{
color: #787077;
}
.AnyTagClassName
{
color: #787077;
}
</style>
background-color css
<style>
a { background-color: #787077; }
a { background-color: rgb(120,112,119); }
div.DivClassName
{
background-color: #787077;
}
.BgClassName
{
background-color: #787077;
}
</style>
border-color css
<style>
span { border-color: #787077; }
span { border-color: rgb(120,112,119); }
td.TdClassName
{
border-color: #787077;
}
.TagClassName
{
border-color: #787077;
}
</style>