Shades of Willow Grove #707760
Tints of Willow Grove #707760
RGB
CMYK
RGB Variations
Color information
#707760 (or 0x707760) is known color: Willow Grove. HEX triplet: 70, 77 and 60. RGB value is (112,119,96). Sum of RGB (Red+Green+Blue) = 112+119+96=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #707760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707760 is #8F889F. Grayscale: #727272. Windows color (decimal): -9406624 or 6322032. OLE color: 6322032.
HSL color Cylindrical-coordinate representation of color #707760: hue angle of 78.26º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707760 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 96 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.53 |
| HSL | 78.26º | 0.11% | 0.42% | - |
| HSV(B) | 78.26º | 0.19% | 0.47% | - |
| XYZ | 15.39 | 17.48 | 13.63 | - |
| YUV | 114.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 96 | 0.06 | 0 | 0.19 | 0.53 | 78.26 | 0.11 | 0.42 |
| Hex | 70 | 77 | 60 | 6 | 0 | 13 | 35 | 4E | B | 2A |
| Octal | 160 | 167 | 140 | 6 | 0 | 23 | 65 | 116 | 13 | 52 |
| Binary | 1110000 | 1110111 | 1100000 | 110 | 0 | 10011 | 110101 | 1001110 | 1011 | 101010 |
Color Harmonies of #707760
Complementary color
Monochromatic Colors of #707760
Black with #707760
Text Example
Text Example
White with #707760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707760; }
p { color: rgb(112,119,96); }
H1.HeaderClassName
{
color: #707760;
}
.AnyTagClassName
{
color: #707760;
}
</style>
background-color css
<style>
a { background-color: #707760; }
a { background-color: rgb(112,119,96); }
div.DivClassName
{
background-color: #707760;
}
.BgClassName
{
background-color: #707760;
}
</style>
border-color css
<style>
span { border-color: #707760; }
span { border-color: rgb(112,119,96); }
td.TdClassName
{
border-color: #707760;
}
.TagClassName
{
border-color: #707760;
}
</style>