Shades of Finch #747749
Tints of Finch #747749
RGB
CMYK
RGB Variations
Color information
#747749 (or 0x747749) is known color: Finch. HEX triplet: 74, 77 and 49. RGB value is (116,119,73). Sum of RGB (Red+Green+Blue) = 116+119+73=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #747749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747749 is #8B88B6. Grayscale: #717171. Windows color (decimal): -9144503 or 4814708. OLE color: 4814708.
HSL color Cylindrical-coordinate representation of color #747749: hue angle of 63.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747749 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 73 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.53 |
| HSL | 63.91º | 0.24% | 0.38% | - |
| HSV(B) | 63.91º | 0.39% | 0.47% | - |
| XYZ | 15 | 17.39 | 8.87 | - |
| YUV | 112.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 73 | 0.03 | 0 | 0.39 | 0.53 | 63.91 | 0.24 | 0.38 |
| Hex | 74 | 77 | 49 | 3 | 0 | 27 | 35 | 40 | 18 | 26 |
| Octal | 164 | 167 | 111 | 3 | 0 | 47 | 65 | 100 | 30 | 46 |
| Binary | 1110100 | 1110111 | 1001001 | 11 | 0 | 100111 | 110101 | 1000000 | 11000 | 100110 |
Color Harmonies of #747749
Complementary color
Monochromatic Colors of #747749
Black with #747749
Text Example
Text Example
White with #747749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747749; }
p { color: rgb(116,119,73); }
H1.HeaderClassName
{
color: #747749;
}
.AnyTagClassName
{
color: #747749;
}
</style>
background-color css
<style>
a { background-color: #747749; }
a { background-color: rgb(116,119,73); }
div.DivClassName
{
background-color: #747749;
}
.BgClassName
{
background-color: #747749;
}
</style>
border-color css
<style>
span { border-color: #747749; }
span { border-color: rgb(116,119,73); }
td.TdClassName
{
border-color: #747749;
}
.TagClassName
{
border-color: #747749;
}
</style>