Shades of Finch #747E42
Tints of Finch #747E42
RGB
CMYK
RGB Variations
Color information
#747E42 (or 0x747E42) is known color: Finch. HEX triplet: 74, 7E and 42. RGB value is (116,126,66). Sum of RGB (Red+Green+Blue) = 116+126+66=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #747E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E42 is #8B81BD. Grayscale: #747474. Windows color (decimal): -9142718 or 4357748. OLE color: 4357748.
HSL color Cylindrical-coordinate representation of color #747E42: hue angle of 70º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747E42 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 66 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.51 |
| HSL | 70º | 0.31% | 0.38% | - |
| HSV(B) | 70º | 0.48% | 0.49% | - |
| XYZ | 15.65 | 19.03 | 8 | - |
| YUV | 116.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 66 | 0.08 | 0 | 0.48 | 0.51 | 70 | 0.31 | 0.38 |
| Hex | 74 | 7E | 42 | 8 | 0 | 30 | 33 | 46 | 1F | 26 |
| Octal | 164 | 176 | 102 | 10 | 0 | 60 | 63 | 106 | 37 | 46 |
| Binary | 1110100 | 1111110 | 1000010 | 1000 | 0 | 110000 | 110011 | 1000110 | 11111 | 100110 |
Color Harmonies of #747E42
Complementary color
Monochromatic Colors of #747E42
Black with #747E42
Text Example
Text Example
White with #747E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E42; }
p { color: rgb(116,126,66); }
H1.HeaderClassName
{
color: #747E42;
}
.AnyTagClassName
{
color: #747E42;
}
</style>
background-color css
<style>
a { background-color: #747E42; }
a { background-color: rgb(116,126,66); }
div.DivClassName
{
background-color: #747E42;
}
.BgClassName
{
background-color: #747E42;
}
</style>
border-color css
<style>
span { border-color: #747E42; }
span { border-color: rgb(116,126,66); }
td.TdClassName
{
border-color: #747E42;
}
.TagClassName
{
border-color: #747E42;
}
</style>