Shades of Willow Grove #747F60
Tints of Willow Grove #747F60
RGB
CMYK
RGB Variations
Color information
#747F60 (or 0x747F60) is known color: Willow Grove. HEX triplet: 74, 7F and 60. RGB value is (116,127,96). Sum of RGB (Red+Green+Blue) = 116+127+96=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 127 - color contains mainly: green. Hex color #747F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F60 is #8B809F. Grayscale: #787878. Windows color (decimal): -9142432 or 6324084. OLE color: 6324084.
HSL color Cylindrical-coordinate representation of color #747F60: hue angle of 81.29º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747F60 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 96 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.50 |
| HSL | 81.29º | 0.14% | 0.44% | - |
| HSV(B) | 81.29º | 0.24% | 0.5% | - |
| XYZ | 16.9 | 19.74 | 13.98 | - |
| YUV | 120.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 96 | 0.09 | 0 | 0.24 | 0.50 | 81.29 | 0.14 | 0.44 |
| Hex | 74 | 7F | 60 | 9 | 0 | 18 | 32 | 51 | E | 2C |
| Octal | 164 | 177 | 140 | 11 | 0 | 30 | 62 | 121 | 16 | 54 |
| Binary | 1110100 | 1111111 | 1100000 | 1001 | 0 | 11000 | 110010 | 1010001 | 1110 | 101100 |
Color Harmonies of #747F60
Complementary color
Monochromatic Colors of #747F60
Black with #747F60
Text Example
Text Example
White with #747F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F60; }
p { color: rgb(116,127,96); }
H1.HeaderClassName
{
color: #747F60;
}
.AnyTagClassName
{
color: #747F60;
}
</style>
background-color css
<style>
a { background-color: #747F60; }
a { background-color: rgb(116,127,96); }
div.DivClassName
{
background-color: #747F60;
}
.BgClassName
{
background-color: #747F60;
}
</style>
border-color css
<style>
span { border-color: #747F60; }
span { border-color: rgb(116,127,96); }
td.TdClassName
{
border-color: #747F60;
}
.TagClassName
{
border-color: #747F60;
}
</style>