Shades of Finch #747D60
Tints of Finch #747D60
RGB
CMYK
RGB Variations
Color information
#747D60 (or 0x747D60) is known color: Finch. HEX triplet: 74, 7D and 60. RGB value is (116,125,96). Sum of RGB (Red+Green+Blue) = 116+125+96=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 125 - color contains mainly: green. Hex color #747D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D60 is #8B829F. Grayscale: #777777. Windows color (decimal): -9142944 or 6323572. OLE color: 6323572.
HSL color Cylindrical-coordinate representation of color #747D60: hue angle of 78.62º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747D60 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 96 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.51 |
| HSL | 78.62º | 0.13% | 0.43% | - |
| HSV(B) | 78.62º | 0.23% | 0.49% | - |
| XYZ | 16.65 | 19.22 | 13.9 | - |
| YUV | 119 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 96 | 0.07 | 0 | 0.23 | 0.51 | 78.62 | 0.13 | 0.43 |
| Hex | 74 | 7D | 60 | 7 | 0 | 17 | 33 | 4F | D | 2B |
| Octal | 164 | 175 | 140 | 7 | 0 | 27 | 63 | 117 | 15 | 53 |
| Binary | 1110100 | 1111101 | 1100000 | 111 | 0 | 10111 | 110011 | 1001111 | 1101 | 101011 |
Color Harmonies of #747D60
Complementary color
Monochromatic Colors of #747D60
Black with #747D60
Text Example
Text Example
White with #747D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D60; }
p { color: rgb(116,125,96); }
H1.HeaderClassName
{
color: #747D60;
}
.AnyTagClassName
{
color: #747D60;
}
</style>
background-color css
<style>
a { background-color: #747D60; }
a { background-color: rgb(116,125,96); }
div.DivClassName
{
background-color: #747D60;
}
.BgClassName
{
background-color: #747D60;
}
</style>
border-color css
<style>
span { border-color: #747D60; }
span { border-color: rgb(116,125,96); }
td.TdClassName
{
border-color: #747D60;
}
.TagClassName
{
border-color: #747D60;
}
</style>