Shades of Finch #747554
Tints of Finch #747554
RGB
CMYK
RGB Variations
Color information
#747554 (or 0x747554) is known color: Finch. HEX triplet: 74, 75 and 54. RGB value is (116,117,84). Sum of RGB (Red+Green+Blue) = 116+117+84=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #747554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747554 is #8B8AAB. Grayscale: #717171. Windows color (decimal): -9145004 or 5535092. OLE color: 5535092.
HSL color Cylindrical-coordinate representation of color #747554: hue angle of 61.82º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747554 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 84 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.54 |
| HSL | 61.82º | 0.16% | 0.39% | - |
| HSV(B) | 61.82º | 0.28% | 0.46% | - |
| XYZ | 15.16 | 17.08 | 10.88 | - |
| YUV | 112.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 84 | 0.01 | 0 | 0.28 | 0.54 | 61.82 | 0.16 | 0.39 |
| Hex | 74 | 75 | 54 | 1 | 0 | 1C | 36 | 3E | 10 | 27 |
| Octal | 164 | 165 | 124 | 1 | 0 | 34 | 66 | 76 | 20 | 47 |
| Binary | 1110100 | 1110101 | 1010100 | 1 | 0 | 11100 | 110110 | 111110 | 10000 | 100111 |
Color Harmonies of #747554
Complementary color
Monochromatic Colors of #747554
Black with #747554
Text Example
Text Example
White with #747554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747554; }
p { color: rgb(116,117,84); }
H1.HeaderClassName
{
color: #747554;
}
.AnyTagClassName
{
color: #747554;
}
</style>
background-color css
<style>
a { background-color: #747554; }
a { background-color: rgb(116,117,84); }
div.DivClassName
{
background-color: #747554;
}
.BgClassName
{
background-color: #747554;
}
</style>
border-color css
<style>
span { border-color: #747554; }
span { border-color: rgb(116,117,84); }
td.TdClassName
{
border-color: #747554;
}
.TagClassName
{
border-color: #747554;
}
</style>