Shades of Finch #747C62
Tints of Finch #747C62
RGB
CMYK
RGB Variations
Color information
#747C62 (or 0x747C62) is known color: Finch. HEX triplet: 74, 7C and 62. RGB value is (116,124,98). Sum of RGB (Red+Green+Blue) = 116+124+98=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #747C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C62 is #8B839D. Grayscale: #767676. Windows color (decimal): -9143198 or 6454388. OLE color: 6454388.
HSL color Cylindrical-coordinate representation of color #747C62: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747C62 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 98 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.51 |
| HSL | 78.46º | 0.12% | 0.44% | - |
| HSV(B) | 78.46º | 0.21% | 0.49% | - |
| XYZ | 16.61 | 19.01 | 14.35 | - |
| YUV | 118.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 98 | 0.06 | 0 | 0.21 | 0.51 | 78.46 | 0.12 | 0.44 |
| Hex | 74 | 7C | 62 | 6 | 0 | 15 | 33 | 4E | C | 2C |
| Octal | 164 | 174 | 142 | 6 | 0 | 25 | 63 | 116 | 14 | 54 |
| Binary | 1110100 | 1111100 | 1100010 | 110 | 0 | 10101 | 110011 | 1001110 | 1100 | 101100 |
Color Harmonies of #747C62
Complementary color
Monochromatic Colors of #747C62
Black with #747C62
Text Example
Text Example
White with #747C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C62; }
p { color: rgb(116,124,98); }
H1.HeaderClassName
{
color: #747C62;
}
.AnyTagClassName
{
color: #747C62;
}
</style>
background-color css
<style>
a { background-color: #747C62; }
a { background-color: rgb(116,124,98); }
div.DivClassName
{
background-color: #747C62;
}
.BgClassName
{
background-color: #747C62;
}
</style>
border-color css
<style>
span { border-color: #747C62; }
span { border-color: rgb(116,124,98); }
td.TdClassName
{
border-color: #747C62;
}
.TagClassName
{
border-color: #747C62;
}
</style>