Shades of Willow Grove #707861
Tints of Willow Grove #707861
RGB
CMYK
RGB Variations
Color information
#707861 (or 0x707861) is known color: Willow Grove. HEX triplet: 70, 78 and 61. RGB value is (112,120,97). Sum of RGB (Red+Green+Blue) = 112+120+97=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #707861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707861 is #8F879E. Grayscale: #737373. Windows color (decimal): -9406367 or 6387824. OLE color: 6387824.
HSL color Cylindrical-coordinate representation of color #707861: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707861 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 97 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.53 |
| HSL | 80.87º | 0.11% | 0.43% | - |
| HSV(B) | 80.87º | 0.19% | 0.47% | - |
| XYZ | 15.56 | 17.74 | 13.91 | - |
| YUV | 114.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 97 | 0.07 | 0 | 0.19 | 0.53 | 80.87 | 0.11 | 0.43 |
| Hex | 70 | 78 | 61 | 7 | 0 | 13 | 35 | 51 | B | 2B |
| Octal | 160 | 170 | 141 | 7 | 0 | 23 | 65 | 121 | 13 | 53 |
| Binary | 1110000 | 1111000 | 1100001 | 111 | 0 | 10011 | 110101 | 1010001 | 1011 | 101011 |
Color Harmonies of #707861
Complementary color
Monochromatic Colors of #707861
Black with #707861
Text Example
Text Example
White with #707861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707861; }
p { color: rgb(112,120,97); }
H1.HeaderClassName
{
color: #707861;
}
.AnyTagClassName
{
color: #707861;
}
</style>
background-color css
<style>
a { background-color: #707861; }
a { background-color: rgb(112,120,97); }
div.DivClassName
{
background-color: #707861;
}
.BgClassName
{
background-color: #707861;
}
</style>
border-color css
<style>
span { border-color: #707861; }
span { border-color: rgb(112,120,97); }
td.TdClassName
{
border-color: #707861;
}
.TagClassName
{
border-color: #707861;
}
</style>