Shades of Willow Grove #717866
Tints of Willow Grove #717866
RGB
CMYK
RGB Variations
Color information
#717866 (or 0x717866) is known color: Willow Grove. HEX triplet: 71, 78 and 66. RGB value is (113,120,102). Sum of RGB (Red+Green+Blue) = 113+120+102=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #717866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717866 is #8E8799. Grayscale: #737373. Windows color (decimal): -9340826 or 6715505. OLE color: 6715505.
HSL color Cylindrical-coordinate representation of color #717866: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717866 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 102 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.53 |
| HSL | 83.33º | 0.08% | 0.44% | - |
| HSV(B) | 83.33º | 0.15% | 0.47% | - |
| XYZ | 15.92 | 17.9 | 15.19 | - |
| YUV | 115.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 102 | 0.06 | 0 | 0.15 | 0.53 | 83.33 | 0.08 | 0.44 |
| Hex | 71 | 78 | 66 | 6 | 0 | F | 35 | 53 | 8 | 2C |
| Octal | 161 | 170 | 146 | 6 | 0 | 17 | 65 | 123 | 10 | 54 |
| Binary | 1110001 | 1111000 | 1100110 | 110 | 0 | 1111 | 110101 | 1010011 | 1000 | 101100 |
Color Harmonies of #717866
Complementary color
Monochromatic Colors of #717866
Black with #717866
Text Example
Text Example
White with #717866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717866; }
p { color: rgb(113,120,102); }
H1.HeaderClassName
{
color: #717866;
}
.AnyTagClassName
{
color: #717866;
}
</style>
background-color css
<style>
a { background-color: #717866; }
a { background-color: rgb(113,120,102); }
div.DivClassName
{
background-color: #717866;
}
.BgClassName
{
background-color: #717866;
}
</style>
border-color css
<style>
span { border-color: #717866; }
span { border-color: rgb(113,120,102); }
td.TdClassName
{
border-color: #717866;
}
.TagClassName
{
border-color: #717866;
}
</style>