Shades of Finch #747854
Tints of Finch #747854
RGB
CMYK
RGB Variations
Color information
#747854 (or 0x747854) is known color: Finch. HEX triplet: 74, 78 and 54. RGB value is (116,120,84). Sum of RGB (Red+Green+Blue) = 116+120+84=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #747854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747854 is #8B87AB. Grayscale: #727272. Windows color (decimal): -9144236 or 5535860. OLE color: 5535860.
HSL color Cylindrical-coordinate representation of color #747854: hue angle of 66.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747854 is Cyan = 0.03, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 84 | - |
| CMYK | 0.03 | 0 | 0.3 | 0.53 |
| HSL | 66.67º | 0.18% | 0.4% | - |
| HSV(B) | 66.67º | 0.3% | 0.47% | - |
| XYZ | 15.52 | 17.79 | 11 | - |
| YUV | 114.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 84 | 0.03 | 0 | 0.3 | 0.53 | 66.67 | 0.18 | 0.4 |
| Hex | 74 | 78 | 54 | 3 | 0 | 1E | 35 | 43 | 12 | 28 |
| Octal | 164 | 170 | 124 | 3 | 0 | 36 | 65 | 103 | 22 | 50 |
| Binary | 1110100 | 1111000 | 1010100 | 11 | 0 | 11110 | 110101 | 1000011 | 10010 | 101000 |
Color Harmonies of #747854
Complementary color
Monochromatic Colors of #747854
Black with #747854
Text Example
Text Example
White with #747854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747854; }
p { color: rgb(116,120,84); }
H1.HeaderClassName
{
color: #747854;
}
.AnyTagClassName
{
color: #747854;
}
</style>
background-color css
<style>
a { background-color: #747854; }
a { background-color: rgb(116,120,84); }
div.DivClassName
{
background-color: #747854;
}
.BgClassName
{
background-color: #747854;
}
</style>
border-color css
<style>
span { border-color: #747854; }
span { border-color: rgb(116,120,84); }
td.TdClassName
{
border-color: #747854;
}
.TagClassName
{
border-color: #747854;
}
</style>