Shades of Finch #747A49
Tints of Finch #747A49
RGB
CMYK
RGB Variations
Color information
#747A49 (or 0x747A49) is known color: Finch. HEX triplet: 74, 7A and 49. RGB value is (116,122,73). Sum of RGB (Red+Green+Blue) = 116+122+73=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #747A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A49 is #8B85B6. Grayscale: #727272. Windows color (decimal): -9143735 or 4815476. OLE color: 4815476.
HSL color Cylindrical-coordinate representation of color #747A49: hue angle of 67.35º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747A49 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 73 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.52 |
| HSL | 67.35º | 0.25% | 0.38% | - |
| HSV(B) | 67.35º | 0.4% | 0.48% | - |
| XYZ | 15.36 | 18.11 | 8.99 | - |
| YUV | 114.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 73 | 0.05 | 0 | 0.40 | 0.52 | 67.35 | 0.25 | 0.38 |
| Hex | 74 | 7A | 49 | 5 | 0 | 28 | 34 | 43 | 19 | 26 |
| Octal | 164 | 172 | 111 | 5 | 0 | 50 | 64 | 103 | 31 | 46 |
| Binary | 1110100 | 1111010 | 1001001 | 101 | 0 | 101000 | 110100 | 1000011 | 11001 | 100110 |
Color Harmonies of #747A49
Complementary color
Monochromatic Colors of #747A49
Black with #747A49
Text Example
Text Example
White with #747A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A49; }
p { color: rgb(116,122,73); }
H1.HeaderClassName
{
color: #747A49;
}
.AnyTagClassName
{
color: #747A49;
}
</style>
background-color css
<style>
a { background-color: #747A49; }
a { background-color: rgb(116,122,73); }
div.DivClassName
{
background-color: #747A49;
}
.BgClassName
{
background-color: #747A49;
}
</style>
border-color css
<style>
span { border-color: #747A49; }
span { border-color: rgb(116,122,73); }
td.TdClassName
{
border-color: #747A49;
}
.TagClassName
{
border-color: #747A49;
}
</style>