Shades of Finch #747D40
Tints of Finch #747D40
RGB
CMYK
RGB Variations
Color information
#747D40 (or 0x747D40) is known color: Finch. HEX triplet: 74, 7D and 40. RGB value is (116,125,64). Sum of RGB (Red+Green+Blue) = 116+125+64=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #747D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D40 is #8B82BF. Grayscale: #737373. Windows color (decimal): -9142976 or 4226420. OLE color: 4226420.
HSL color Cylindrical-coordinate representation of color #747D40: hue angle of 68.85º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #747D40 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 64 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.51 |
| HSL | 68.85º | 0.32% | 0.37% | - |
| HSV(B) | 68.85º | 0.49% | 0.49% | - |
| XYZ | 15.46 | 18.75 | 7.65 | - |
| YUV | 115.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 64 | 0.07 | 0 | 0.49 | 0.51 | 68.85 | 0.32 | 0.37 |
| Hex | 74 | 7D | 40 | 7 | 0 | 31 | 33 | 45 | 20 | 25 |
| Octal | 164 | 175 | 100 | 7 | 0 | 61 | 63 | 105 | 40 | 45 |
| Binary | 1110100 | 1111101 | 1000000 | 111 | 0 | 110001 | 110011 | 1000101 | 100000 | 100101 |
Color Harmonies of #747D40
Complementary color
Monochromatic Colors of #747D40
Black with #747D40
Text Example
Text Example
White with #747D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D40; }
p { color: rgb(116,125,64); }
H1.HeaderClassName
{
color: #747D40;
}
.AnyTagClassName
{
color: #747D40;
}
</style>
background-color css
<style>
a { background-color: #747D40; }
a { background-color: rgb(116,125,64); }
div.DivClassName
{
background-color: #747D40;
}
.BgClassName
{
background-color: #747D40;
}
</style>
border-color css
<style>
span { border-color: #747D40; }
span { border-color: rgb(116,125,64); }
td.TdClassName
{
border-color: #747D40;
}
.TagClassName
{
border-color: #747D40;
}
</style>