Shades of Finch #747C44
Tints of Finch #747C44
RGB
CMYK
RGB Variations
Color information
#747C44 (or 0x747C44) is known color: Finch. HEX triplet: 74, 7C and 44. RGB value is (116,124,68). Sum of RGB (Red+Green+Blue) = 116+124+68=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #747C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C44 is #8B83BB. Grayscale: #737373. Windows color (decimal): -9143228 or 4488308. OLE color: 4488308.
HSL color Cylindrical-coordinate representation of color #747C44: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747C44 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 68 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.51 |
| HSL | 68.57º | 0.29% | 0.38% | - |
| HSV(B) | 68.57º | 0.45% | 0.49% | - |
| XYZ | 15.45 | 18.55 | 8.23 | - |
| YUV | 115.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 68 | 0.06 | 0 | 0.45 | 0.51 | 68.57 | 0.29 | 0.38 |
| Hex | 74 | 7C | 44 | 6 | 0 | 2D | 33 | 45 | 1D | 26 |
| Octal | 164 | 174 | 104 | 6 | 0 | 55 | 63 | 105 | 35 | 46 |
| Binary | 1110100 | 1111100 | 1000100 | 110 | 0 | 101101 | 110011 | 1000101 | 11101 | 100110 |
Color Harmonies of #747C44
Complementary color
Monochromatic Colors of #747C44
Black with #747C44
Text Example
Text Example
White with #747C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C44; }
p { color: rgb(116,124,68); }
H1.HeaderClassName
{
color: #747C44;
}
.AnyTagClassName
{
color: #747C44;
}
</style>
background-color css
<style>
a { background-color: #747C44; }
a { background-color: rgb(116,124,68); }
div.DivClassName
{
background-color: #747C44;
}
.BgClassName
{
background-color: #747C44;
}
</style>
border-color css
<style>
span { border-color: #747C44; }
span { border-color: rgb(116,124,68); }
td.TdClassName
{
border-color: #747C44;
}
.TagClassName
{
border-color: #747C44;
}
</style>