Shades of Finch #747661
Tints of Finch #747661
RGB
CMYK
RGB Variations
Color information
#747661 (or 0x747661) is known color: Finch. HEX triplet: 74, 76 and 61. RGB value is (116,118,97). Sum of RGB (Red+Green+Blue) = 116+118+97=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #747661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747661 is #8B899E. Grayscale: #737373. Windows color (decimal): -9144735 or 6387316. OLE color: 6387316.
HSL color Cylindrical-coordinate representation of color #747661: hue angle of 65.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747661 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 97 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.54 |
| HSL | 65.71º | 0.1% | 0.42% | - |
| HSV(B) | 65.71º | 0.18% | 0.46% | - |
| XYZ | 15.84 | 17.53 | 13.86 | - |
| YUV | 115.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 97 | 0.02 | 0 | 0.18 | 0.54 | 65.71 | 0.1 | 0.42 |
| Hex | 74 | 76 | 61 | 2 | 0 | 12 | 36 | 42 | A | 2A |
| Octal | 164 | 166 | 141 | 2 | 0 | 22 | 66 | 102 | 12 | 52 |
| Binary | 1110100 | 1110110 | 1100001 | 10 | 0 | 10010 | 110110 | 1000010 | 1010 | 101010 |
Color Harmonies of #747661
Complementary color
Monochromatic Colors of #747661
Black with #747661
Text Example
Text Example
White with #747661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747661; }
p { color: rgb(116,118,97); }
H1.HeaderClassName
{
color: #747661;
}
.AnyTagClassName
{
color: #747661;
}
</style>
background-color css
<style>
a { background-color: #747661; }
a { background-color: rgb(116,118,97); }
div.DivClassName
{
background-color: #747661;
}
.BgClassName
{
background-color: #747661;
}
</style>
border-color css
<style>
span { border-color: #747661; }
span { border-color: rgb(116,118,97); }
td.TdClassName
{
border-color: #747661;
}
.TagClassName
{
border-color: #747661;
}
</style>