Shades of Finch #747C4C
Tints of Finch #747C4C
RGB
CMYK
RGB Variations
Color information
#747C4C (or 0x747C4C) is known color: Finch. HEX triplet: 74, 7C and 4C. RGB value is (116,124,76). Sum of RGB (Red+Green+Blue) = 116+124+76=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #747C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C4C is #8B83B3. Grayscale: #747474. Windows color (decimal): -9143220 or 5012596. OLE color: 5012596.
HSL color Cylindrical-coordinate representation of color #747C4C: hue angle of 70º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747C4C is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 76 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.51 |
| HSL | 70º | 0.24% | 0.39% | - |
| HSV(B) | 70º | 0.39% | 0.49% | - |
| XYZ | 15.71 | 18.65 | 9.61 | - |
| YUV | 116.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 76 | 0.06 | 0 | 0.39 | 0.51 | 70 | 0.24 | 0.39 |
| Hex | 74 | 7C | 4C | 6 | 0 | 27 | 33 | 46 | 18 | 27 |
| Octal | 164 | 174 | 114 | 6 | 0 | 47 | 63 | 106 | 30 | 47 |
| Binary | 1110100 | 1111100 | 1001100 | 110 | 0 | 100111 | 110011 | 1000110 | 11000 | 100111 |
Color Harmonies of #747C4C
Complementary color
Monochromatic Colors of #747C4C
Black with #747C4C
Text Example
Text Example
White with #747C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C4C; }
p { color: rgb(116,124,76); }
H1.HeaderClassName
{
color: #747C4C;
}
.AnyTagClassName
{
color: #747C4C;
}
</style>
background-color css
<style>
a { background-color: #747C4C; }
a { background-color: rgb(116,124,76); }
div.DivClassName
{
background-color: #747C4C;
}
.BgClassName
{
background-color: #747C4C;
}
</style>
border-color css
<style>
span { border-color: #747C4C; }
span { border-color: rgb(116,124,76); }
td.TdClassName
{
border-color: #747C4C;
}
.TagClassName
{
border-color: #747C4C;
}
</style>