Shades of Willow Grove #707868
Tints of Willow Grove #707868
RGB
CMYK
RGB Variations
Color information
#707868 (or 0x707868) is known color: Willow Grove. HEX triplet: 70, 78 and 68. RGB value is (112,120,104). Sum of RGB (Red+Green+Blue) = 112+120+104=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #707868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707868 is #8F8797. Grayscale: #737373. Windows color (decimal): -9406360 or 6846576. OLE color: 6846576.
HSL color Cylindrical-coordinate representation of color #707868: hue angle of 90º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707868 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 104 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.53 |
| HSL | 90º | 0.07% | 0.44% | - |
| HSV(B) | 90º | 0.13% | 0.47% | - |
| XYZ | 15.9 | 17.88 | 15.71 | - |
| YUV | 115.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 104 | 0.07 | 0 | 0.13 | 0.53 | 90 | 0.07 | 0.44 |
| Hex | 70 | 78 | 68 | 7 | 0 | D | 35 | 5A | 7 | 2C |
| Octal | 160 | 170 | 150 | 7 | 0 | 15 | 65 | 132 | 7 | 54 |
| Binary | 1110000 | 1111000 | 1101000 | 111 | 0 | 1101 | 110101 | 1011010 | 111 | 101100 |
Color Harmonies of #707868
Complementary color
Monochromatic Colors of #707868
Black with #707868
Text Example
Text Example
White with #707868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707868; }
p { color: rgb(112,120,104); }
H1.HeaderClassName
{
color: #707868;
}
.AnyTagClassName
{
color: #707868;
}
</style>
background-color css
<style>
a { background-color: #707868; }
a { background-color: rgb(112,120,104); }
div.DivClassName
{
background-color: #707868;
}
.BgClassName
{
background-color: #707868;
}
</style>
border-color css
<style>
span { border-color: #707868; }
span { border-color: rgb(112,120,104); }
td.TdClassName
{
border-color: #707868;
}
.TagClassName
{
border-color: #707868;
}
</style>