Shades of Finch #747B56
Tints of Finch #747B56
RGB
CMYK
RGB Variations
Color information
#747B56 (or 0x747B56) is known color: Finch. HEX triplet: 74, 7B and 56. RGB value is (116,123,86). Sum of RGB (Red+Green+Blue) = 116+123+86=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #747B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B56 is #8B84A9. Grayscale: #747474. Windows color (decimal): -9143466 or 5667700. OLE color: 5667700.
HSL color Cylindrical-coordinate representation of color #747B56: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747B56 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 86 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.52 |
| HSL | 71.35º | 0.18% | 0.41% | - |
| HSV(B) | 71.35º | 0.3% | 0.48% | - |
| XYZ | 15.97 | 18.55 | 11.54 | - |
| YUV | 116.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 86 | 0.06 | 0 | 0.30 | 0.52 | 71.35 | 0.18 | 0.41 |
| Hex | 74 | 7B | 56 | 6 | 0 | 1E | 34 | 47 | 12 | 29 |
| Octal | 164 | 173 | 126 | 6 | 0 | 36 | 64 | 107 | 22 | 51 |
| Binary | 1110100 | 1111011 | 1010110 | 110 | 0 | 11110 | 110100 | 1000111 | 10010 | 101001 |
Color Harmonies of #747B56
Complementary color
Monochromatic Colors of #747B56
Black with #747B56
Text Example
Text Example
White with #747B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B56; }
p { color: rgb(116,123,86); }
H1.HeaderClassName
{
color: #747B56;
}
.AnyTagClassName
{
color: #747B56;
}
</style>
background-color css
<style>
a { background-color: #747B56; }
a { background-color: rgb(116,123,86); }
div.DivClassName
{
background-color: #747B56;
}
.BgClassName
{
background-color: #747B56;
}
</style>
border-color css
<style>
span { border-color: #747B56; }
span { border-color: rgb(116,123,86); }
td.TdClassName
{
border-color: #747B56;
}
.TagClassName
{
border-color: #747B56;
}
</style>