Shades of Finch #747D49
Tints of Finch #747D49
RGB
CMYK
RGB Variations
Color information
#747D49 (or 0x747D49) is known color: Finch. HEX triplet: 74, 7D and 49. RGB value is (116,125,73). Sum of RGB (Red+Green+Blue) = 116+125+73=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #747D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D49 is #8B82B6. Grayscale: #747474. Windows color (decimal): -9142967 or 4816244. OLE color: 4816244.
HSL color Cylindrical-coordinate representation of color #747D49: hue angle of 70.38º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747D49 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 73 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.51 |
| HSL | 70.38º | 0.26% | 0.39% | - |
| HSV(B) | 70.38º | 0.42% | 0.49% | - |
| XYZ | 15.74 | 18.86 | 9.11 | - |
| YUV | 116.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 73 | 0.07 | 0 | 0.42 | 0.51 | 70.38 | 0.26 | 0.39 |
| Hex | 74 | 7D | 49 | 7 | 0 | 2A | 33 | 46 | 1A | 27 |
| Octal | 164 | 175 | 111 | 7 | 0 | 52 | 63 | 106 | 32 | 47 |
| Binary | 1110100 | 1111101 | 1001001 | 111 | 0 | 101010 | 110011 | 1000110 | 11010 | 100111 |
Color Harmonies of #747D49
Complementary color
Monochromatic Colors of #747D49
Black with #747D49
Text Example
Text Example
White with #747D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D49; }
p { color: rgb(116,125,73); }
H1.HeaderClassName
{
color: #747D49;
}
.AnyTagClassName
{
color: #747D49;
}
</style>
background-color css
<style>
a { background-color: #747D49; }
a { background-color: rgb(116,125,73); }
div.DivClassName
{
background-color: #747D49;
}
.BgClassName
{
background-color: #747D49;
}
</style>
border-color css
<style>
span { border-color: #747D49; }
span { border-color: rgb(116,125,73); }
td.TdClassName
{
border-color: #747D49;
}
.TagClassName
{
border-color: #747D49;
}
</style>