Shades of Willow Grove #717868
Tints of Willow Grove #717868
RGB
CMYK
RGB Variations
Color information
#717868 (or 0x717868) is known color: Willow Grove. HEX triplet: 71, 78 and 68. RGB value is (113,120,104). Sum of RGB (Red+Green+Blue) = 113+120+104=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #717868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717868 is #8E8797. Grayscale: #747474. Windows color (decimal): -9340824 or 6846577. OLE color: 6846577.
HSL color Cylindrical-coordinate representation of color #717868: hue angle of 86.25º 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 #717868 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 104 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.53 |
| HSL | 86.25º | 0.07% | 0.44% | - |
| HSV(B) | 86.25º | 0.13% | 0.47% | - |
| XYZ | 16.03 | 17.94 | 15.72 | - |
| YUV | 116.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 104 | 0.06 | 0 | 0.13 | 0.53 | 86.25 | 0.07 | 0.44 |
| Hex | 71 | 78 | 68 | 6 | 0 | D | 35 | 56 | 7 | 2C |
| Octal | 161 | 170 | 150 | 6 | 0 | 15 | 65 | 126 | 7 | 54 |
| Binary | 1110001 | 1111000 | 1101000 | 110 | 0 | 1101 | 110101 | 1010110 | 111 | 101100 |
Color Harmonies of #717868
Complementary color
Monochromatic Colors of #717868
Black with #717868
Text Example
Text Example
White with #717868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717868; }
p { color: rgb(113,120,104); }
H1.HeaderClassName
{
color: #717868;
}
.AnyTagClassName
{
color: #717868;
}
</style>
background-color css
<style>
a { background-color: #717868; }
a { background-color: rgb(113,120,104); }
div.DivClassName
{
background-color: #717868;
}
.BgClassName
{
background-color: #717868;
}
</style>
border-color css
<style>
span { border-color: #717868; }
span { border-color: rgb(113,120,104); }
td.TdClassName
{
border-color: #717868;
}
.TagClassName
{
border-color: #717868;
}
</style>