Shades of Willow Grove #707761
Tints of Willow Grove #707761
RGB
CMYK
RGB Variations
Color information
#707761 (or 0x707761) is known color: Willow Grove. HEX triplet: 70, 77 and 61. RGB value is (112,119,97). Sum of RGB (Red+Green+Blue) = 112+119+97=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #707761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707761 is #8F889E. Grayscale: #727272. Windows color (decimal): -9406623 or 6387568. OLE color: 6387568.
HSL color Cylindrical-coordinate representation of color #707761: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707761 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 97 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.53 |
| HSL | 79.09º | 0.1% | 0.42% | - |
| HSV(B) | 79.09º | 0.18% | 0.47% | - |
| XYZ | 15.44 | 17.5 | 13.87 | - |
| YUV | 114.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 97 | 0.06 | 0 | 0.18 | 0.53 | 79.09 | 0.1 | 0.42 |
| Hex | 70 | 77 | 61 | 6 | 0 | 12 | 35 | 4F | A | 2A |
| Octal | 160 | 167 | 141 | 6 | 0 | 22 | 65 | 117 | 12 | 52 |
| Binary | 1110000 | 1110111 | 1100001 | 110 | 0 | 10010 | 110101 | 1001111 | 1010 | 101010 |
Color Harmonies of #707761
Complementary color
Monochromatic Colors of #707761
Black with #707761
Text Example
Text Example
White with #707761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707761; }
p { color: rgb(112,119,97); }
H1.HeaderClassName
{
color: #707761;
}
.AnyTagClassName
{
color: #707761;
}
</style>
background-color css
<style>
a { background-color: #707761; }
a { background-color: rgb(112,119,97); }
div.DivClassName
{
background-color: #707761;
}
.BgClassName
{
background-color: #707761;
}
</style>
border-color css
<style>
span { border-color: #707761; }
span { border-color: rgb(112,119,97); }
td.TdClassName
{
border-color: #707761;
}
.TagClassName
{
border-color: #707761;
}
</style>