Shades of Finch #747A47
Tints of Finch #747A47
RGB
CMYK
RGB Variations
Color information
#747A47 (or 0x747A47) is known color: Finch. HEX triplet: 74, 7A and 47. RGB value is (116,122,71). Sum of RGB (Red+Green+Blue) = 116+122+71=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #747A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A47 is #8B85B8. Grayscale: #727272. Windows color (decimal): -9143737 or 4684404. OLE color: 4684404.
HSL color Cylindrical-coordinate representation of color #747A47: hue angle of 67.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747A47 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 71 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.52 |
| HSL | 67.06º | 0.26% | 0.38% | - |
| HSV(B) | 67.06º | 0.42% | 0.48% | - |
| XYZ | 15.3 | 18.09 | 8.65 | - |
| YUV | 114.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 71 | 0.05 | 0 | 0.42 | 0.52 | 67.06 | 0.26 | 0.38 |
| Hex | 74 | 7A | 47 | 5 | 0 | 2A | 34 | 43 | 1A | 26 |
| Octal | 164 | 172 | 107 | 5 | 0 | 52 | 64 | 103 | 32 | 46 |
| Binary | 1110100 | 1111010 | 1000111 | 101 | 0 | 101010 | 110100 | 1000011 | 11010 | 100110 |
Color Harmonies of #747A47
Complementary color
Monochromatic Colors of #747A47
Black with #747A47
Text Example
Text Example
White with #747A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A47; }
p { color: rgb(116,122,71); }
H1.HeaderClassName
{
color: #747A47;
}
.AnyTagClassName
{
color: #747A47;
}
</style>
background-color css
<style>
a { background-color: #747A47; }
a { background-color: rgb(116,122,71); }
div.DivClassName
{
background-color: #747A47;
}
.BgClassName
{
background-color: #747A47;
}
</style>
border-color css
<style>
span { border-color: #747A47; }
span { border-color: rgb(116,122,71); }
td.TdClassName
{
border-color: #747A47;
}
.TagClassName
{
border-color: #747A47;
}
</style>