Shades of Willow Grove #727F5D
Tints of Willow Grove #727F5D
RGB
CMYK
RGB Variations
Color information
#727F5D (or 0x727F5D) is known color: Willow Grove. HEX triplet: 72, 7F and 5D. RGB value is (114,127,93). Sum of RGB (Red+Green+Blue) = 114+127+93=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #727F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F5D is #8D80A2. Grayscale: #777777. Windows color (decimal): -9273507 or 6127474. OLE color: 6127474.
HSL color Cylindrical-coordinate representation of color #727F5D: hue angle of 82.94º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727F5D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 127 | 93 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.50 |
| HSL | 82.94º | 0.15% | 0.43% | - |
| HSV(B) | 82.94º | 0.27% | 0.5% | - |
| XYZ | 16.5 | 19.55 | 13.26 | - |
| YUV | 119.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 93 | 0.10 | 0 | 0.27 | 0.50 | 82.94 | 0.15 | 0.43 |
| Hex | 72 | 7F | 5D | A | 0 | 1B | 32 | 53 | F | 2B |
| Octal | 162 | 177 | 135 | 12 | 0 | 33 | 62 | 123 | 17 | 53 |
| Binary | 1110010 | 1111111 | 1011101 | 1010 | 0 | 11011 | 110010 | 1010011 | 1111 | 101011 |
Color Harmonies of #727F5D
Complementary color
Monochromatic Colors of #727F5D
Black with #727F5D
Text Example
Text Example
White with #727F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F5D; }
p { color: rgb(114,127,93); }
H1.HeaderClassName
{
color: #727F5D;
}
.AnyTagClassName
{
color: #727F5D;
}
</style>
background-color css
<style>
a { background-color: #727F5D; }
a { background-color: rgb(114,127,93); }
div.DivClassName
{
background-color: #727F5D;
}
.BgClassName
{
background-color: #727F5D;
}
</style>
border-color css
<style>
span { border-color: #727F5D; }
span { border-color: rgb(114,127,93); }
td.TdClassName
{
border-color: #727F5D;
}
.TagClassName
{
border-color: #727F5D;
}
</style>