Shades of Finch #747462
Tints of Finch #747462
RGB
CMYK
RGB Variations
Color information
#747462 (or 0x747462) is known color: Finch. HEX triplet: 74, 74 and 62. RGB value is (116,116,98). Sum of RGB (Red+Green+Blue) = 116+116+98=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747462 is #8B8B9D. Grayscale: #727272. Windows color (decimal): -9145246 or 6452340. OLE color: 6452340.
HSL color Cylindrical-coordinate representation of color #747462: 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.16%. Process color model (Four color, CMYK) of #747462 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 98 | - |
| CMYK | 0 | 0 | 0.16 | 0.55 |
| HSL | 60º | 0.08% | 0.42% | - |
| HSV(B) | 60º | 0.16% | 0.45% | - |
| XYZ | 15.65 | 17.09 | 14.03 | - |
| YUV | 113.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 98 | 0 | 0 | 0.16 | 0.55 | 60 | 0.08 | 0.42 |
| Hex | 74 | 74 | 62 | 0 | 0 | 10 | 37 | 3C | 8 | 2A |
| Octal | 164 | 164 | 142 | 0 | 0 | 20 | 67 | 74 | 10 | 52 |
| Binary | 1110100 | 1110100 | 1100010 | 0 | 0 | 10000 | 110111 | 111100 | 1000 | 101010 |
Color Harmonies of #747462
Complementary color
Monochromatic Colors of #747462
Black with #747462
Text Example
Text Example
White with #747462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747462; }
p { color: rgb(116,116,98); }
H1.HeaderClassName
{
color: #747462;
}
.AnyTagClassName
{
color: #747462;
}
</style>
background-color css
<style>
a { background-color: #747462; }
a { background-color: rgb(116,116,98); }
div.DivClassName
{
background-color: #747462;
}
.BgClassName
{
background-color: #747462;
}
</style>
border-color css
<style>
span { border-color: #747462; }
span { border-color: rgb(116,116,98); }
td.TdClassName
{
border-color: #747462;
}
.TagClassName
{
border-color: #747462;
}
</style>