Shades of Finch #747551
Tints of Finch #747551
RGB
CMYK
RGB Variations
Color information
#747551 (or 0x747551) is known color: Finch. HEX triplet: 74, 75 and 51. RGB value is (116,117,81). Sum of RGB (Red+Green+Blue) = 116+117+81=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #747551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747551 is #8B8AAE. Grayscale: #707070. Windows color (decimal): -9145007 or 5338484. OLE color: 5338484.
HSL color Cylindrical-coordinate representation of color #747551: hue angle of 61.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747551 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 81 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.54 |
| HSL | 61.67º | 0.18% | 0.39% | - |
| HSV(B) | 61.67º | 0.31% | 0.46% | - |
| XYZ | 15.05 | 17.03 | 10.28 | - |
| YUV | 112.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 81 | 0.01 | 0 | 0.31 | 0.54 | 61.67 | 0.18 | 0.39 |
| Hex | 74 | 75 | 51 | 1 | 0 | 1F | 36 | 3E | 12 | 27 |
| Octal | 164 | 165 | 121 | 1 | 0 | 37 | 66 | 76 | 22 | 47 |
| Binary | 1110100 | 1110101 | 1010001 | 1 | 0 | 11111 | 110110 | 111110 | 10010 | 100111 |
Color Harmonies of #747551
Complementary color
Monochromatic Colors of #747551
Black with #747551
Text Example
Text Example
White with #747551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747551; }
p { color: rgb(116,117,81); }
H1.HeaderClassName
{
color: #747551;
}
.AnyTagClassName
{
color: #747551;
}
</style>
background-color css
<style>
a { background-color: #747551; }
a { background-color: rgb(116,117,81); }
div.DivClassName
{
background-color: #747551;
}
.BgClassName
{
background-color: #747551;
}
</style>
border-color css
<style>
span { border-color: #747551; }
span { border-color: rgb(116,117,81); }
td.TdClassName
{
border-color: #747551;
}
.TagClassName
{
border-color: #747551;
}
</style>