Shades of Finch #747C57
Tints of Finch #747C57
RGB
CMYK
RGB Variations
Color information
#747C57 (or 0x747C57) is known color: Finch. HEX triplet: 74, 7C and 57. RGB value is (116,124,87). Sum of RGB (Red+Green+Blue) = 116+124+87=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #747C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C57 is #8B83A8. Grayscale: #757575. Windows color (decimal): -9143209 or 5733492. OLE color: 5733492.
HSL color Cylindrical-coordinate representation of color #747C57: hue angle of 72.97º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747C57 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 87 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.51 |
| HSL | 72.97º | 0.18% | 0.41% | - |
| HSV(B) | 72.97º | 0.3% | 0.49% | - |
| XYZ | 16.13 | 18.82 | 11.8 | - |
| YUV | 117.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 87 | 0.06 | 0 | 0.30 | 0.51 | 72.97 | 0.18 | 0.41 |
| Hex | 74 | 7C | 57 | 6 | 0 | 1E | 33 | 49 | 12 | 29 |
| Octal | 164 | 174 | 127 | 6 | 0 | 36 | 63 | 111 | 22 | 51 |
| Binary | 1110100 | 1111100 | 1010111 | 110 | 0 | 11110 | 110011 | 1001001 | 10010 | 101001 |
Color Harmonies of #747C57
Complementary color
Monochromatic Colors of #747C57
Black with #747C57
Text Example
Text Example
White with #747C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C57; }
p { color: rgb(116,124,87); }
H1.HeaderClassName
{
color: #747C57;
}
.AnyTagClassName
{
color: #747C57;
}
</style>
background-color css
<style>
a { background-color: #747C57; }
a { background-color: rgb(116,124,87); }
div.DivClassName
{
background-color: #747C57;
}
.BgClassName
{
background-color: #747C57;
}
</style>
border-color css
<style>
span { border-color: #747C57; }
span { border-color: rgb(116,124,87); }
td.TdClassName
{
border-color: #747C57;
}
.TagClassName
{
border-color: #747C57;
}
</style>