Shades of Willow Grove #727F60
Tints of Willow Grove #727F60
RGB
CMYK
RGB Variations
Color information
#727F60 (or 0x727F60) is known color: Willow Grove. HEX triplet: 72, 7F and 60. RGB value is (114,127,96). Sum of RGB (Red+Green+Blue) = 114+127+96=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 127 - color contains mainly: green. Hex color #727F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F60 is #8D809F. Grayscale: #777777. Windows color (decimal): -9273504 or 6324082. OLE color: 6324082.
HSL color Cylindrical-coordinate representation of color #727F60: hue angle of 85.16º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #727F60 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 96 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.50 |
| HSL | 85.16º | 0.14% | 0.44% | - |
| HSV(B) | 85.16º | 0.24% | 0.5% | - |
| XYZ | 16.64 | 19.6 | 13.97 | - |
| YUV | 119.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 96 | 0.10 | 0 | 0.24 | 0.50 | 85.16 | 0.14 | 0.44 |
| Hex | 72 | 7F | 60 | A | 0 | 18 | 32 | 55 | E | 2C |
| Octal | 162 | 177 | 140 | 12 | 0 | 30 | 62 | 125 | 16 | 54 |
| Binary | 1110010 | 1111111 | 1100000 | 1010 | 0 | 11000 | 110010 | 1010101 | 1110 | 101100 |
Color Harmonies of #727F60
Complementary color
Monochromatic Colors of #727F60
Black with #727F60
Text Example
Text Example
White with #727F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F60; }
p { color: rgb(114,127,96); }
H1.HeaderClassName
{
color: #727F60;
}
.AnyTagClassName
{
color: #727F60;
}
</style>
background-color css
<style>
a { background-color: #727F60; }
a { background-color: rgb(114,127,96); }
div.DivClassName
{
background-color: #727F60;
}
.BgClassName
{
background-color: #727F60;
}
</style>
border-color css
<style>
span { border-color: #727F60; }
span { border-color: rgb(114,127,96); }
td.TdClassName
{
border-color: #727F60;
}
.TagClassName
{
border-color: #727F60;
}
</style>