Shades of Willow Grove #727F5E
Tints of Willow Grove #727F5E
RGB
CMYK
RGB Variations
Color information
#727F5E (or 0x727F5E) is known color: Willow Grove. HEX triplet: 72, 7F and 5E. RGB value is (114,127,94). Sum of RGB (Red+Green+Blue) = 114+127+94=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #727F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F5E is #8D80A1. Grayscale: #777777. Windows color (decimal): -9273506 or 6193010. OLE color: 6193010.
HSL color Cylindrical-coordinate representation of color #727F5E: hue angle of 83.64º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727F5E is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 94 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.50 |
| HSL | 83.64º | 0.15% | 0.43% | - |
| HSV(B) | 83.64º | 0.26% | 0.5% | - |
| XYZ | 16.55 | 19.56 | 13.49 | - |
| YUV | 119.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 94 | 0.10 | 0 | 0.26 | 0.50 | 83.64 | 0.15 | 0.43 |
| Hex | 72 | 7F | 5E | A | 0 | 1A | 32 | 54 | F | 2B |
| Octal | 162 | 177 | 136 | 12 | 0 | 32 | 62 | 124 | 17 | 53 |
| Binary | 1110010 | 1111111 | 1011110 | 1010 | 0 | 11010 | 110010 | 1010100 | 1111 | 101011 |
Color Harmonies of #727F5E
Complementary color
Monochromatic Colors of #727F5E
Black with #727F5E
Text Example
Text Example
White with #727F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F5E; }
p { color: rgb(114,127,94); }
H1.HeaderClassName
{
color: #727F5E;
}
.AnyTagClassName
{
color: #727F5E;
}
</style>
background-color css
<style>
a { background-color: #727F5E; }
a { background-color: rgb(114,127,94); }
div.DivClassName
{
background-color: #727F5E;
}
.BgClassName
{
background-color: #727F5E;
}
</style>
border-color css
<style>
span { border-color: #727F5E; }
span { border-color: rgb(114,127,94); }
td.TdClassName
{
border-color: #727F5E;
}
.TagClassName
{
border-color: #727F5E;
}
</style>