Shades of Finch #747F45
Tints of Finch #747F45
RGB
CMYK
RGB Variations
Color information
#747F45 (or 0x747F45) is known color: Finch. HEX triplet: 74, 7F and 45. RGB value is (116,127,69). Sum of RGB (Red+Green+Blue) = 116+127+69=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #747F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F45 is #8B80BA. Grayscale: #757575. Windows color (decimal): -9142459 or 4554612. OLE color: 4554612.
HSL color Cylindrical-coordinate representation of color #747F45: hue angle of 71.38º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #747F45 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 69 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.50 |
| HSL | 71.38º | 0.3% | 0.38% | - |
| HSV(B) | 71.38º | 0.46% | 0.5% | - |
| XYZ | 15.87 | 19.32 | 8.52 | - |
| YUV | 117.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 69 | 0.09 | 0 | 0.46 | 0.50 | 71.38 | 0.3 | 0.38 |
| Hex | 74 | 7F | 45 | 9 | 0 | 2E | 32 | 47 | 1E | 26 |
| Octal | 164 | 177 | 105 | 11 | 0 | 56 | 62 | 107 | 36 | 46 |
| Binary | 1110100 | 1111111 | 1000101 | 1001 | 0 | 101110 | 110010 | 1000111 | 11110 | 100110 |
Color Harmonies of #747F45
Complementary color
Monochromatic Colors of #747F45
Black with #747F45
Text Example
Text Example
White with #747F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F45; }
p { color: rgb(116,127,69); }
H1.HeaderClassName
{
color: #747F45;
}
.AnyTagClassName
{
color: #747F45;
}
</style>
background-color css
<style>
a { background-color: #747F45; }
a { background-color: rgb(116,127,69); }
div.DivClassName
{
background-color: #747F45;
}
.BgClassName
{
background-color: #747F45;
}
</style>
border-color css
<style>
span { border-color: #747F45; }
span { border-color: rgb(116,127,69); }
td.TdClassName
{
border-color: #747F45;
}
.TagClassName
{
border-color: #747F45;
}
</style>