Shades of Finch #747C50
Tints of Finch #747C50
RGB
CMYK
RGB Variations
Color information
#747C50 (or 0x747C50) is known color: Finch. HEX triplet: 74, 7C and 50. RGB value is (116,124,80). Sum of RGB (Red+Green+Blue) = 116+124+80=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #747C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C50 is #8B83AF. Grayscale: #747474. Windows color (decimal): -9143216 or 5274740. OLE color: 5274740.
HSL color Cylindrical-coordinate representation of color #747C50: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #747C50 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 80 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.51 |
| HSL | 70.91º | 0.22% | 0.4% | - |
| HSV(B) | 70.91º | 0.35% | 0.49% | - |
| XYZ | 15.86 | 18.71 | 10.36 | - |
| YUV | 116.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 80 | 0.06 | 0 | 0.35 | 0.51 | 70.91 | 0.22 | 0.4 |
| Hex | 74 | 7C | 50 | 6 | 0 | 23 | 33 | 47 | 16 | 28 |
| Octal | 164 | 174 | 120 | 6 | 0 | 43 | 63 | 107 | 26 | 50 |
| Binary | 1110100 | 1111100 | 1010000 | 110 | 0 | 100011 | 110011 | 1000111 | 10110 | 101000 |
Color Harmonies of #747C50
Complementary color
Monochromatic Colors of #747C50
Black with #747C50
Text Example
Text Example
White with #747C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C50; }
p { color: rgb(116,124,80); }
H1.HeaderClassName
{
color: #747C50;
}
.AnyTagClassName
{
color: #747C50;
}
</style>
background-color css
<style>
a { background-color: #747C50; }
a { background-color: rgb(116,124,80); }
div.DivClassName
{
background-color: #747C50;
}
.BgClassName
{
background-color: #747C50;
}
</style>
border-color css
<style>
span { border-color: #747C50; }
span { border-color: rgb(116,124,80); }
td.TdClassName
{
border-color: #747C50;
}
.TagClassName
{
border-color: #747C50;
}
</style>