Shades of Willow Grove #71776A
Tints of Willow Grove #71776A
RGB
CMYK
RGB Variations
Color information
#71776A (or 0x71776A) is known color: Willow Grove. HEX triplet: 71, 77 and 6A. RGB value is (113,119,106). Sum of RGB (Red+Green+Blue) = 113+119+106=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #71776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776A is #8E8895. Grayscale: #737373. Windows color (decimal): -9341078 or 6977393. OLE color: 6977393.
HSL color Cylindrical-coordinate representation of color #71776A: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71776A is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 106 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.53 |
| HSL | 87.69º | 0.06% | 0.44% | - |
| HSV(B) | 87.69º | 0.11% | 0.47% | - |
| XYZ | 16.01 | 17.74 | 16.22 | - |
| YUV | 115.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 106 | 0.05 | 0 | 0.11 | 0.53 | 87.69 | 0.06 | 0.44 |
| Hex | 71 | 77 | 6A | 5 | 0 | B | 35 | 58 | 6 | 2C |
| Octal | 161 | 167 | 152 | 5 | 0 | 13 | 65 | 130 | 6 | 54 |
| Binary | 1110001 | 1110111 | 1101010 | 101 | 0 | 1011 | 110101 | 1011000 | 110 | 101100 |
Color Harmonies of #71776A
Complementary color
Monochromatic Colors of #71776A
Black with #71776A
Text Example
Text Example
White with #71776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71776A; }
p { color: rgb(113,119,106); }
H1.HeaderClassName
{
color: #71776A;
}
.AnyTagClassName
{
color: #71776A;
}
</style>
background-color css
<style>
a { background-color: #71776A; }
a { background-color: rgb(113,119,106); }
div.DivClassName
{
background-color: #71776A;
}
.BgClassName
{
background-color: #71776A;
}
</style>
border-color css
<style>
span { border-color: #71776A; }
span { border-color: rgb(113,119,106); }
td.TdClassName
{
border-color: #71776A;
}
.TagClassName
{
border-color: #71776A;
}
</style>