Shades of Finch #747963
Tints of Finch #747963
RGB
CMYK
RGB Variations
Color information
#747963 (or 0x747963) is known color: Finch. HEX triplet: 74, 79 and 63. RGB value is (116,121,99). Sum of RGB (Red+Green+Blue) = 116+121+99=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 121 - color contains mainly: green. Hex color #747963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747963 is #8B869C. Grayscale: #757575. Windows color (decimal): -9143965 or 6519156. OLE color: 6519156.
HSL color Cylindrical-coordinate representation of color #747963: hue angle of 73.64º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747963 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 99 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.53 |
| HSL | 73.64º | 0.1% | 0.43% | - |
| HSV(B) | 73.64º | 0.18% | 0.47% | - |
| XYZ | 16.29 | 18.29 | 14.48 | - |
| YUV | 117 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 99 | 0.04 | 0 | 0.18 | 0.53 | 73.64 | 0.1 | 0.43 |
| Hex | 74 | 79 | 63 | 4 | 0 | 12 | 35 | 4A | A | 2B |
| Octal | 164 | 171 | 143 | 4 | 0 | 22 | 65 | 112 | 12 | 53 |
| Binary | 1110100 | 1111001 | 1100011 | 100 | 0 | 10010 | 110101 | 1001010 | 1010 | 101011 |
Color Harmonies of #747963
Complementary color
Monochromatic Colors of #747963
Black with #747963
Text Example
Text Example
White with #747963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747963; }
p { color: rgb(116,121,99); }
H1.HeaderClassName
{
color: #747963;
}
.AnyTagClassName
{
color: #747963;
}
</style>
background-color css
<style>
a { background-color: #747963; }
a { background-color: rgb(116,121,99); }
div.DivClassName
{
background-color: #747963;
}
.BgClassName
{
background-color: #747963;
}
</style>
border-color css
<style>
span { border-color: #747963; }
span { border-color: rgb(116,121,99); }
td.TdClassName
{
border-color: #747963;
}
.TagClassName
{
border-color: #747963;
}
</style>