Shades of Finch #747D47
Tints of Finch #747D47
RGB
CMYK
RGB Variations
Color information
#747D47 (or 0x747D47) is known color: Finch. HEX triplet: 74, 7D and 47. RGB value is (116,125,71). Sum of RGB (Red+Green+Blue) = 116+125+71=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #747D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D47 is #8B82B8. Grayscale: #747474. Windows color (decimal): -9142969 or 4685172. OLE color: 4685172.
HSL color Cylindrical-coordinate representation of color #747D47: hue angle of 70º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747D47 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 71 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.51 |
| HSL | 70º | 0.28% | 0.38% | - |
| HSV(B) | 70º | 0.43% | 0.49% | - |
| XYZ | 15.67 | 18.84 | 8.77 | - |
| YUV | 116.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 71 | 0.07 | 0 | 0.43 | 0.51 | 70 | 0.28 | 0.38 |
| Hex | 74 | 7D | 47 | 7 | 0 | 2B | 33 | 46 | 1C | 26 |
| Octal | 164 | 175 | 107 | 7 | 0 | 53 | 63 | 106 | 34 | 46 |
| Binary | 1110100 | 1111101 | 1000111 | 111 | 0 | 101011 | 110011 | 1000110 | 11100 | 100110 |
Color Harmonies of #747D47
Complementary color
Monochromatic Colors of #747D47
Black with #747D47
Text Example
Text Example
White with #747D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D47; }
p { color: rgb(116,125,71); }
H1.HeaderClassName
{
color: #747D47;
}
.AnyTagClassName
{
color: #747D47;
}
</style>
background-color css
<style>
a { background-color: #747D47; }
a { background-color: rgb(116,125,71); }
div.DivClassName
{
background-color: #747D47;
}
.BgClassName
{
background-color: #747D47;
}
</style>
border-color css
<style>
span { border-color: #747D47; }
span { border-color: rgb(116,125,71); }
td.TdClassName
{
border-color: #747D47;
}
.TagClassName
{
border-color: #747D47;
}
</style>