Shades of Finch #747463
Tints of Finch #747463
RGB
CMYK
RGB Variations
Color information
#747463 (or 0x747463) is known color: Finch. HEX triplet: 74, 74 and 63. RGB value is (116,116,99). Sum of RGB (Red+Green+Blue) = 116+116+99=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747463 is #8B8B9C. Grayscale: #727272. Windows color (decimal): -9145245 or 6517876. OLE color: 6517876.
HSL color Cylindrical-coordinate representation of color #747463: hue angle of 60º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747463 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 99 | - |
| CMYK | 0 | 0 | 0.15 | 0.55 |
| HSL | 60º | 0.08% | 0.42% | - |
| HSV(B) | 60º | 0.15% | 0.45% | - |
| XYZ | 15.7 | 17.1 | 14.28 | - |
| YUV | 114.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 99 | 0 | 0 | 0.15 | 0.55 | 60 | 0.08 | 0.42 |
| Hex | 74 | 74 | 63 | 0 | 0 | F | 37 | 3C | 8 | 2A |
| Octal | 164 | 164 | 143 | 0 | 0 | 17 | 67 | 74 | 10 | 52 |
| Binary | 1110100 | 1110100 | 1100011 | 0 | 0 | 1111 | 110111 | 111100 | 1000 | 101010 |
Color Harmonies of #747463
Complementary color
Monochromatic Colors of #747463
Black with #747463
Text Example
Text Example
White with #747463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747463; }
p { color: rgb(116,116,99); }
H1.HeaderClassName
{
color: #747463;
}
.AnyTagClassName
{
color: #747463;
}
</style>
background-color css
<style>
a { background-color: #747463; }
a { background-color: rgb(116,116,99); }
div.DivClassName
{
background-color: #747463;
}
.BgClassName
{
background-color: #747463;
}
</style>
border-color css
<style>
span { border-color: #747463; }
span { border-color: rgb(116,116,99); }
td.TdClassName
{
border-color: #747463;
}
.TagClassName
{
border-color: #747463;
}
</style>