Shades of Finch #747948
Tints of Finch #747948
RGB
CMYK
RGB Variations
Color information
#747948 (or 0x747948) is known color: Finch. HEX triplet: 74, 79 and 48. RGB value is (116,121,72). Sum of RGB (Red+Green+Blue) = 116+121+72=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #747948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747948 is #8B86B7. Grayscale: #727272. Windows color (decimal): -9143992 or 4749684. OLE color: 4749684.
HSL color Cylindrical-coordinate representation of color #747948: hue angle of 66.12º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747948 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 72 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.53 |
| HSL | 66.12º | 0.25% | 0.38% | - |
| HSV(B) | 66.12º | 0.4% | 0.47% | - |
| XYZ | 15.21 | 17.86 | 8.78 | - |
| YUV | 113.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 72 | 0.04 | 0 | 0.40 | 0.53 | 66.12 | 0.25 | 0.38 |
| Hex | 74 | 79 | 48 | 4 | 0 | 28 | 35 | 42 | 19 | 26 |
| Octal | 164 | 171 | 110 | 4 | 0 | 50 | 65 | 102 | 31 | 46 |
| Binary | 1110100 | 1111001 | 1001000 | 100 | 0 | 101000 | 110101 | 1000010 | 11001 | 100110 |
Color Harmonies of #747948
Complementary color
Monochromatic Colors of #747948
Black with #747948
Text Example
Text Example
White with #747948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747948; }
p { color: rgb(116,121,72); }
H1.HeaderClassName
{
color: #747948;
}
.AnyTagClassName
{
color: #747948;
}
</style>
background-color css
<style>
a { background-color: #747948; }
a { background-color: rgb(116,121,72); }
div.DivClassName
{
background-color: #747948;
}
.BgClassName
{
background-color: #747948;
}
</style>
border-color css
<style>
span { border-color: #747948; }
span { border-color: rgb(116,121,72); }
td.TdClassName
{
border-color: #747948;
}
.TagClassName
{
border-color: #747948;
}
</style>