Shades of Willow Grove #717A63
Tints of Willow Grove #717A63
RGB
CMYK
RGB Variations
Color information
#717A63 (or 0x717A63) is known color: Willow Grove. HEX triplet: 71, 7A and 63. RGB value is (113,122,99). Sum of RGB (Red+Green+Blue) = 113+122+99=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #717A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A63 is #8E859C. Grayscale: #747474. Windows color (decimal): -9340317 or 6519409. OLE color: 6519409.
HSL color Cylindrical-coordinate representation of color #717A63: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717A63 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 99 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.52 |
| HSL | 83.48º | 0.1% | 0.43% | - |
| HSV(B) | 83.48º | 0.19% | 0.48% | - |
| XYZ | 16.02 | 18.33 | 14.5 | - |
| YUV | 116.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 99 | 0.07 | 0 | 0.19 | 0.52 | 83.48 | 0.1 | 0.43 |
| Hex | 71 | 7A | 63 | 7 | 0 | 13 | 34 | 53 | A | 2B |
| Octal | 161 | 172 | 143 | 7 | 0 | 23 | 64 | 123 | 12 | 53 |
| Binary | 1110001 | 1111010 | 1100011 | 111 | 0 | 10011 | 110100 | 1010011 | 1010 | 101011 |
Color Harmonies of #717A63
Complementary color
Monochromatic Colors of #717A63
Black with #717A63
Text Example
Text Example
White with #717A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A63; }
p { color: rgb(113,122,99); }
H1.HeaderClassName
{
color: #717A63;
}
.AnyTagClassName
{
color: #717A63;
}
</style>
background-color css
<style>
a { background-color: #717A63; }
a { background-color: rgb(113,122,99); }
div.DivClassName
{
background-color: #717A63;
}
.BgClassName
{
background-color: #717A63;
}
</style>
border-color css
<style>
span { border-color: #717A63; }
span { border-color: rgb(113,122,99); }
td.TdClassName
{
border-color: #717A63;
}
.TagClassName
{
border-color: #717A63;
}
</style>