Shades of Willow Grove #717769
Tints of Willow Grove #717769
RGB
CMYK
RGB Variations
Color information
#717769 (or 0x717769) is known color: Willow Grove. HEX triplet: 71, 77 and 69. RGB value is (113,119,105). Sum of RGB (Red+Green+Blue) = 113+119+105=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #717769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717769 is #8E8896. Grayscale: #737373. Windows color (decimal): -9341079 or 6911857. OLE color: 6911857.
HSL color Cylindrical-coordinate representation of color #717769: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717769 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 105 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.53 |
| HSL | 85.71º | 0.06% | 0.44% | - |
| HSV(B) | 85.71º | 0.12% | 0.47% | - |
| XYZ | 15.96 | 17.72 | 15.94 | - |
| YUV | 115.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 105 | 0.05 | 0 | 0.12 | 0.53 | 85.71 | 0.06 | 0.44 |
| Hex | 71 | 77 | 69 | 5 | 0 | C | 35 | 56 | 6 | 2C |
| Octal | 161 | 167 | 151 | 5 | 0 | 14 | 65 | 126 | 6 | 54 |
| Binary | 1110001 | 1110111 | 1101001 | 101 | 0 | 1100 | 110101 | 1010110 | 110 | 101100 |
Color Harmonies of #717769
Complementary color
Monochromatic Colors of #717769
Black with #717769
Text Example
Text Example
White with #717769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717769; }
p { color: rgb(113,119,105); }
H1.HeaderClassName
{
color: #717769;
}
.AnyTagClassName
{
color: #717769;
}
</style>
background-color css
<style>
a { background-color: #717769; }
a { background-color: rgb(113,119,105); }
div.DivClassName
{
background-color: #717769;
}
.BgClassName
{
background-color: #717769;
}
</style>
border-color css
<style>
span { border-color: #717769; }
span { border-color: rgb(113,119,105); }
td.TdClassName
{
border-color: #717769;
}
.TagClassName
{
border-color: #717769;
}
</style>