Shades of Finch #747D5F
Tints of Finch #747D5F
RGB
CMYK
RGB Variations
Color information
#747D5F (or 0x747D5F) is known color: Finch. HEX triplet: 74, 7D and 5F. RGB value is (116,125,95). Sum of RGB (Red+Green+Blue) = 116+125+95=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #747D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D5F is #8B82A0. Grayscale: #777777. Windows color (decimal): -9142945 or 6258036. OLE color: 6258036.
HSL color Cylindrical-coordinate representation of color #747D5F: hue angle of 78º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747D5F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 95 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.51 |
| HSL | 78º | 0.14% | 0.43% | - |
| HSV(B) | 78º | 0.24% | 0.49% | - |
| XYZ | 16.6 | 19.21 | 13.66 | - |
| YUV | 118.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 95 | 0.07 | 0 | 0.24 | 0.51 | 78 | 0.14 | 0.43 |
| Hex | 74 | 7D | 5F | 7 | 0 | 18 | 33 | 4E | E | 2B |
| Octal | 164 | 175 | 137 | 7 | 0 | 30 | 63 | 116 | 16 | 53 |
| Binary | 1110100 | 1111101 | 1011111 | 111 | 0 | 11000 | 110011 | 1001110 | 1110 | 101011 |
Color Harmonies of #747D5F
Complementary color
Monochromatic Colors of #747D5F
Black with #747D5F
Text Example
Text Example
White with #747D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D5F; }
p { color: rgb(116,125,95); }
H1.HeaderClassName
{
color: #747D5F;
}
.AnyTagClassName
{
color: #747D5F;
}
</style>
background-color css
<style>
a { background-color: #747D5F; }
a { background-color: rgb(116,125,95); }
div.DivClassName
{
background-color: #747D5F;
}
.BgClassName
{
background-color: #747D5F;
}
</style>
border-color css
<style>
span { border-color: #747D5F; }
span { border-color: rgb(116,125,95); }
td.TdClassName
{
border-color: #747D5F;
}
.TagClassName
{
border-color: #747D5F;
}
</style>