Shades of Willow Grove #727C61
Tints of Willow Grove #727C61
RGB
CMYK
RGB Variations
Color information
#727C61 (or 0x727C61) is known color: Willow Grove. HEX triplet: 72, 7C and 61. RGB value is (114,124,97). Sum of RGB (Red+Green+Blue) = 114+124+97=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #727C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C61 is #8D839E. Grayscale: #767676. Windows color (decimal): -9274271 or 6388850. OLE color: 6388850.
HSL color Cylindrical-coordinate representation of color #727C61: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #727C61 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 97 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.51 |
| HSL | 82.22º | 0.12% | 0.43% | - |
| HSV(B) | 82.22º | 0.22% | 0.49% | - |
| XYZ | 16.3 | 18.86 | 14.09 | - |
| YUV | 117.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 97 | 0.08 | 0 | 0.22 | 0.51 | 82.22 | 0.12 | 0.43 |
| Hex | 72 | 7C | 61 | 8 | 0 | 16 | 33 | 52 | C | 2B |
| Octal | 162 | 174 | 141 | 10 | 0 | 26 | 63 | 122 | 14 | 53 |
| Binary | 1110010 | 1111100 | 1100001 | 1000 | 0 | 10110 | 110011 | 1010010 | 1100 | 101011 |
Color Harmonies of #727C61
Complementary color
Monochromatic Colors of #727C61
Black with #727C61
Text Example
Text Example
White with #727C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C61; }
p { color: rgb(114,124,97); }
H1.HeaderClassName
{
color: #727C61;
}
.AnyTagClassName
{
color: #727C61;
}
</style>
background-color css
<style>
a { background-color: #727C61; }
a { background-color: rgb(114,124,97); }
div.DivClassName
{
background-color: #727C61;
}
.BgClassName
{
background-color: #727C61;
}
</style>
border-color css
<style>
span { border-color: #727C61; }
span { border-color: rgb(114,124,97); }
td.TdClassName
{
border-color: #727C61;
}
.TagClassName
{
border-color: #727C61;
}
</style>