Shades of Willow Grove #727963
Tints of Willow Grove #727963
RGB
CMYK
RGB Variations
Color information
#727963 (or 0x727963) is known color: Willow Grove. HEX triplet: 72, 79 and 63. RGB value is (114,121,99). Sum of RGB (Red+Green+Blue) = 114+121+99=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #727963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727963 is #8D869C. Grayscale: #747474. Windows color (decimal): -9275037 or 6519154. OLE color: 6519154.
HSL color Cylindrical-coordinate representation of color #727963: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727963 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 121 | 99 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.53 |
| HSL | 79.09º | 0.1% | 0.43% | - |
| HSV(B) | 79.09º | 0.18% | 0.47% | - |
| XYZ | 16.03 | 18.15 | 14.46 | - |
| YUV | 116.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 99 | 0.06 | 0 | 0.18 | 0.53 | 79.09 | 0.1 | 0.43 |
| Hex | 72 | 79 | 63 | 6 | 0 | 12 | 35 | 4F | A | 2B |
| Octal | 162 | 171 | 143 | 6 | 0 | 22 | 65 | 117 | 12 | 53 |
| Binary | 1110010 | 1111001 | 1100011 | 110 | 0 | 10010 | 110101 | 1001111 | 1010 | 101011 |
Color Harmonies of #727963
Complementary color
Monochromatic Colors of #727963
Black with #727963
Text Example
Text Example
White with #727963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727963; }
p { color: rgb(114,121,99); }
H1.HeaderClassName
{
color: #727963;
}
.AnyTagClassName
{
color: #727963;
}
</style>
background-color css
<style>
a { background-color: #727963; }
a { background-color: rgb(114,121,99); }
div.DivClassName
{
background-color: #727963;
}
.BgClassName
{
background-color: #727963;
}
</style>
border-color css
<style>
span { border-color: #727963; }
span { border-color: rgb(114,121,99); }
td.TdClassName
{
border-color: #727963;
}
.TagClassName
{
border-color: #727963;
}
</style>