Shades of Willow Grove #727D5B
Tints of Willow Grove #727D5B
RGB
CMYK
RGB Variations
Color information
#727D5B (or 0x727D5B) is known color: Willow Grove. HEX triplet: 72, 7D and 5B. RGB value is (114,125,91). Sum of RGB (Red+Green+Blue) = 114+125+91=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #727D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D5B is #8D82A4. Grayscale: #757575. Windows color (decimal): -9274021 or 5995890. OLE color: 5995890.
HSL color Cylindrical-coordinate representation of color #727D5B: hue angle of 79.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727D5B is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 125 | 91 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.51 |
| HSL | 79.41º | 0.16% | 0.42% | - |
| HSV(B) | 79.41º | 0.27% | 0.49% | - |
| XYZ | 16.16 | 19 | 12.71 | - |
| YUV | 117.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 91 | 0.09 | 0 | 0.27 | 0.51 | 79.41 | 0.16 | 0.42 |
| Hex | 72 | 7D | 5B | 9 | 0 | 1B | 33 | 4F | 10 | 2A |
| Octal | 162 | 175 | 133 | 11 | 0 | 33 | 63 | 117 | 20 | 52 |
| Binary | 1110010 | 1111101 | 1011011 | 1001 | 0 | 11011 | 110011 | 1001111 | 10000 | 101010 |
Color Harmonies of #727D5B
Complementary color
Monochromatic Colors of #727D5B
Black with #727D5B
Text Example
Text Example
White with #727D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D5B; }
p { color: rgb(114,125,91); }
H1.HeaderClassName
{
color: #727D5B;
}
.AnyTagClassName
{
color: #727D5B;
}
</style>
background-color css
<style>
a { background-color: #727D5B; }
a { background-color: rgb(114,125,91); }
div.DivClassName
{
background-color: #727D5B;
}
.BgClassName
{
background-color: #727D5B;
}
</style>
border-color css
<style>
span { border-color: #727D5B; }
span { border-color: rgb(114,125,91); }
td.TdClassName
{
border-color: #727D5B;
}
.TagClassName
{
border-color: #727D5B;
}
</style>