Shades of Willow Grove #717B63
Tints of Willow Grove #717B63
RGB
CMYK
RGB Variations
Color information
#717B63 (or 0x717B63) is known color: Willow Grove. HEX triplet: 71, 7B and 63. RGB value is (113,123,99). Sum of RGB (Red+Green+Blue) = 113+123+99=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #717B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B63 is #8E849C. Grayscale: #757575. Windows color (decimal): -9340061 or 6519665. OLE color: 6519665.
HSL color Cylindrical-coordinate representation of color #717B63: hue angle of 85º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #717B63 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 99 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.52 |
| HSL | 85º | 0.11% | 0.44% | - |
| HSV(B) | 85º | 0.2% | 0.48% | - |
| XYZ | 16.15 | 18.58 | 14.54 | - |
| YUV | 117.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 99 | 0.08 | 0 | 0.20 | 0.52 | 85 | 0.11 | 0.44 |
| Hex | 71 | 7B | 63 | 8 | 0 | 14 | 34 | 55 | B | 2C |
| Octal | 161 | 173 | 143 | 10 | 0 | 24 | 64 | 125 | 13 | 54 |
| Binary | 1110001 | 1111011 | 1100011 | 1000 | 0 | 10100 | 110100 | 1010101 | 1011 | 101100 |
Color Harmonies of #717B63
Complementary color
Monochromatic Colors of #717B63
Black with #717B63
Text Example
Text Example
White with #717B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B63; }
p { color: rgb(113,123,99); }
H1.HeaderClassName
{
color: #717B63;
}
.AnyTagClassName
{
color: #717B63;
}
</style>
background-color css
<style>
a { background-color: #717B63; }
a { background-color: rgb(113,123,99); }
div.DivClassName
{
background-color: #717B63;
}
.BgClassName
{
background-color: #717B63;
}
</style>
border-color css
<style>
span { border-color: #717B63; }
span { border-color: rgb(113,123,99); }
td.TdClassName
{
border-color: #717B63;
}
.TagClassName
{
border-color: #717B63;
}
</style>