Shades of Finch #747559
Tints of Finch #747559
RGB
CMYK
RGB Variations
Color information
#747559 (or 0x747559) is known color: Finch. HEX triplet: 74, 75 and 59. RGB value is (116,117,89). Sum of RGB (Red+Green+Blue) = 116+117+89=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #747559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747559 is #8B8AA6. Grayscale: #717171. Windows color (decimal): -9144999 or 5862772. OLE color: 5862772.
HSL color Cylindrical-coordinate representation of color #747559: hue angle of 62.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747559 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 89 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.54 |
| HSL | 62.14º | 0.14% | 0.4% | - |
| HSV(B) | 62.14º | 0.24% | 0.46% | - |
| XYZ | 15.37 | 17.16 | 11.95 | - |
| YUV | 113.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 89 | 0.01 | 0 | 0.24 | 0.54 | 62.14 | 0.14 | 0.4 |
| Hex | 74 | 75 | 59 | 1 | 0 | 18 | 36 | 3E | E | 28 |
| Octal | 164 | 165 | 131 | 1 | 0 | 30 | 66 | 76 | 16 | 50 |
| Binary | 1110100 | 1110101 | 1011001 | 1 | 0 | 11000 | 110110 | 111110 | 1110 | 101000 |
Color Harmonies of #747559
Complementary color
Monochromatic Colors of #747559
Black with #747559
Text Example
Text Example
White with #747559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747559; }
p { color: rgb(116,117,89); }
H1.HeaderClassName
{
color: #747559;
}
.AnyTagClassName
{
color: #747559;
}
</style>
background-color css
<style>
a { background-color: #747559; }
a { background-color: rgb(116,117,89); }
div.DivClassName
{
background-color: #747559;
}
.BgClassName
{
background-color: #747559;
}
</style>
border-color css
<style>
span { border-color: #747559; }
span { border-color: rgb(116,117,89); }
td.TdClassName
{
border-color: #747559;
}
.TagClassName
{
border-color: #747559;
}
</style>