Shades of Willow Grove #707F5F
Tints of Willow Grove #707F5F
RGB
CMYK
RGB Variations
Color information
#707F5F (or 0x707F5F) is known color: Willow Grove. HEX triplet: 70, 7F and 5F. RGB value is (112,127,95). Sum of RGB (Red+Green+Blue) = 112+127+95=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #707F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F5F is #8F80A0. Grayscale: #767676. Windows color (decimal): -9404577 or 6258544. OLE color: 6258544.
HSL color Cylindrical-coordinate representation of color #707F5F: hue angle of 88.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707F5F is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 95 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.50 |
| HSL | 88.13º | 0.14% | 0.44% | - |
| HSV(B) | 88.13º | 0.25% | 0.5% | - |
| XYZ | 16.34 | 19.45 | 13.72 | - |
| YUV | 118.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 95 | 0.12 | 0 | 0.25 | 0.50 | 88.13 | 0.14 | 0.44 |
| Hex | 70 | 7F | 5F | C | 0 | 19 | 32 | 58 | E | 2C |
| Octal | 160 | 177 | 137 | 14 | 0 | 31 | 62 | 130 | 16 | 54 |
| Binary | 1110000 | 1111111 | 1011111 | 1100 | 0 | 11001 | 110010 | 1011000 | 1110 | 101100 |
Color Harmonies of #707F5F
Complementary color
Monochromatic Colors of #707F5F
Black with #707F5F
Text Example
Text Example
White with #707F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F5F; }
p { color: rgb(112,127,95); }
H1.HeaderClassName
{
color: #707F5F;
}
.AnyTagClassName
{
color: #707F5F;
}
</style>
background-color css
<style>
a { background-color: #707F5F; }
a { background-color: rgb(112,127,95); }
div.DivClassName
{
background-color: #707F5F;
}
.BgClassName
{
background-color: #707F5F;
}
</style>
border-color css
<style>
span { border-color: #707F5F; }
span { border-color: rgb(112,127,95); }
td.TdClassName
{
border-color: #707F5F;
}
.TagClassName
{
border-color: #707F5F;
}
</style>