Shades of Finch #747C5D
Tints of Finch #747C5D
RGB
CMYK
RGB Variations
Color information
#747C5D (or 0x747C5D) is known color: Finch. HEX triplet: 74, 7C and 5D. RGB value is (116,124,93). Sum of RGB (Red+Green+Blue) = 116+124+93=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #747C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C5D is #8B83A2. Grayscale: #767676. Windows color (decimal): -9143203 or 6126708. OLE color: 6126708.
HSL color Cylindrical-coordinate representation of color #747C5D: hue angle of 75.48º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #747C5D is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 93 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.51 |
| HSL | 75.48º | 0.14% | 0.43% | - |
| HSV(B) | 75.48º | 0.25% | 0.49% | - |
| XYZ | 16.39 | 18.92 | 13.14 | - |
| YUV | 118.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 93 | 0.06 | 0 | 0.25 | 0.51 | 75.48 | 0.14 | 0.43 |
| Hex | 74 | 7C | 5D | 6 | 0 | 19 | 33 | 4B | E | 2B |
| Octal | 164 | 174 | 135 | 6 | 0 | 31 | 63 | 113 | 16 | 53 |
| Binary | 1110100 | 1111100 | 1011101 | 110 | 0 | 11001 | 110011 | 1001011 | 1110 | 101011 |
Color Harmonies of #747C5D
Complementary color
Monochromatic Colors of #747C5D
Black with #747C5D
Text Example
Text Example
White with #747C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C5D; }
p { color: rgb(116,124,93); }
H1.HeaderClassName
{
color: #747C5D;
}
.AnyTagClassName
{
color: #747C5D;
}
</style>
background-color css
<style>
a { background-color: #747C5D; }
a { background-color: rgb(116,124,93); }
div.DivClassName
{
background-color: #747C5D;
}
.BgClassName
{
background-color: #747C5D;
}
</style>
border-color css
<style>
span { border-color: #747C5D; }
span { border-color: rgb(116,124,93); }
td.TdClassName
{
border-color: #747C5D;
}
.TagClassName
{
border-color: #747C5D;
}
</style>