Shades of Finch #747C51
Tints of Finch #747C51
RGB
CMYK
RGB Variations
Color information
#747C51 (or 0x747C51) is known color: Finch. HEX triplet: 74, 7C and 51. RGB value is (116,124,81). Sum of RGB (Red+Green+Blue) = 116+124+81=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #747C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C51 is #8B83AE. Grayscale: #747474. Windows color (decimal): -9143215 or 5340276. OLE color: 5340276.
HSL color Cylindrical-coordinate representation of color #747C51: hue angle of 71.16º degrees, saturation: 0.21, 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 #747C51 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 81 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.51 |
| HSL | 71.16º | 0.21% | 0.4% | - |
| HSV(B) | 71.16º | 0.35% | 0.49% | - |
| XYZ | 15.9 | 18.72 | 10.56 | - |
| YUV | 116.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 81 | 0.06 | 0 | 0.35 | 0.51 | 71.16 | 0.21 | 0.4 |
| Hex | 74 | 7C | 51 | 6 | 0 | 23 | 33 | 47 | 15 | 28 |
| Octal | 164 | 174 | 121 | 6 | 0 | 43 | 63 | 107 | 25 | 50 |
| Binary | 1110100 | 1111100 | 1010001 | 110 | 0 | 100011 | 110011 | 1000111 | 10101 | 101000 |
Color Harmonies of #747C51
Complementary color
Monochromatic Colors of #747C51
Black with #747C51
Text Example
Text Example
White with #747C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C51; }
p { color: rgb(116,124,81); }
H1.HeaderClassName
{
color: #747C51;
}
.AnyTagClassName
{
color: #747C51;
}
</style>
background-color css
<style>
a { background-color: #747C51; }
a { background-color: rgb(116,124,81); }
div.DivClassName
{
background-color: #747C51;
}
.BgClassName
{
background-color: #747C51;
}
</style>
border-color css
<style>
span { border-color: #747C51; }
span { border-color: rgb(116,124,81); }
td.TdClassName
{
border-color: #747C51;
}
.TagClassName
{
border-color: #747C51;
}
</style>