Shades of Willow Grove #747F5F
Tints of Willow Grove #747F5F
RGB
CMYK
RGB Variations
Color information
#747F5F (or 0x747F5F) is known color: Willow Grove. HEX triplet: 74, 7F and 5F. RGB value is (116,127,95). Sum of RGB (Red+Green+Blue) = 116+127+95=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #747F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F5F is #8B80A0. Grayscale: #787878. Windows color (decimal): -9142433 or 6258548. OLE color: 6258548.
HSL color Cylindrical-coordinate representation of color #747F5F: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #747F5F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 95 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.50 |
| HSL | 80.63º | 0.14% | 0.44% | - |
| HSV(B) | 80.63º | 0.25% | 0.5% | - |
| XYZ | 16.86 | 19.72 | 13.74 | - |
| YUV | 120.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 95 | 0.09 | 0 | 0.25 | 0.50 | 80.63 | 0.14 | 0.44 |
| Hex | 74 | 7F | 5F | 9 | 0 | 19 | 32 | 51 | E | 2C |
| Octal | 164 | 177 | 137 | 11 | 0 | 31 | 62 | 121 | 16 | 54 |
| Binary | 1110100 | 1111111 | 1011111 | 1001 | 0 | 11001 | 110010 | 1010001 | 1110 | 101100 |
Color Harmonies of #747F5F
Complementary color
Monochromatic Colors of #747F5F
Black with #747F5F
Text Example
Text Example
White with #747F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F5F; }
p { color: rgb(116,127,95); }
H1.HeaderClassName
{
color: #747F5F;
}
.AnyTagClassName
{
color: #747F5F;
}
</style>
background-color css
<style>
a { background-color: #747F5F; }
a { background-color: rgb(116,127,95); }
div.DivClassName
{
background-color: #747F5F;
}
.BgClassName
{
background-color: #747F5F;
}
</style>
border-color css
<style>
span { border-color: #747F5F; }
span { border-color: rgb(116,127,95); }
td.TdClassName
{
border-color: #747F5F;
}
.TagClassName
{
border-color: #747F5F;
}
</style>