Shades of Finch #747958
Tints of Finch #747958
RGB
CMYK
RGB Variations
Color information
#747958 (or 0x747958) is known color: Finch. HEX triplet: 74, 79 and 58. RGB value is (116,121,88). Sum of RGB (Red+Green+Blue) = 116+121+88=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #747958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747958 is #8B86A7. Grayscale: #737373. Windows color (decimal): -9143976 or 5798260. OLE color: 5798260.
HSL color Cylindrical-coordinate representation of color #747958: hue angle of 69.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747958 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 88 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.53 |
| HSL | 69.09º | 0.16% | 0.41% | - |
| HSV(B) | 69.09º | 0.27% | 0.47% | - |
| XYZ | 15.8 | 18.09 | 11.89 | - |
| YUV | 115.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 88 | 0.04 | 0 | 0.27 | 0.53 | 69.09 | 0.16 | 0.41 |
| Hex | 74 | 79 | 58 | 4 | 0 | 1B | 35 | 45 | 10 | 29 |
| Octal | 164 | 171 | 130 | 4 | 0 | 33 | 65 | 105 | 20 | 51 |
| Binary | 1110100 | 1111001 | 1011000 | 100 | 0 | 11011 | 110101 | 1000101 | 10000 | 101001 |
Color Harmonies of #747958
Complementary color
Monochromatic Colors of #747958
Black with #747958
Text Example
Text Example
White with #747958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747958; }
p { color: rgb(116,121,88); }
H1.HeaderClassName
{
color: #747958;
}
.AnyTagClassName
{
color: #747958;
}
</style>
background-color css
<style>
a { background-color: #747958; }
a { background-color: rgb(116,121,88); }
div.DivClassName
{
background-color: #747958;
}
.BgClassName
{
background-color: #747958;
}
</style>
border-color css
<style>
span { border-color: #747958; }
span { border-color: rgb(116,121,88); }
td.TdClassName
{
border-color: #747958;
}
.TagClassName
{
border-color: #747958;
}
</style>