Shades of Finch #787F61
Tints of Finch #787F61
RGB
CMYK
RGB Variations
Color information
#787F61 (or 0x787F61) is known color: Finch. HEX triplet: 78, 7F and 61. RGB value is (120,127,97). Sum of RGB (Red+Green+Blue) = 120+127+97=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #787F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F61 is #87809E. Grayscale: #797979. Windows color (decimal): -8880287 or 6389624. OLE color: 6389624.
HSL color Cylindrical-coordinate representation of color #787F61: hue angle of 74º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787F61 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 127 | 97 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.50 |
| HSL | 74º | 0.13% | 0.44% | - |
| HSV(B) | 74º | 0.24% | 0.5% | - |
| XYZ | 17.49 | 20.03 | 14.25 | - |
| YUV | 121.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 97 | 0.06 | 0 | 0.24 | 0.50 | 74 | 0.13 | 0.44 |
| Hex | 78 | 7F | 61 | 6 | 0 | 18 | 32 | 4A | D | 2C |
| Octal | 170 | 177 | 141 | 6 | 0 | 30 | 62 | 112 | 15 | 54 |
| Binary | 1111000 | 1111111 | 1100001 | 110 | 0 | 11000 | 110010 | 1001010 | 1101 | 101100 |
Color Harmonies of #787F61
Complementary color
Monochromatic Colors of #787F61
Black with #787F61
Text Example
Text Example
White with #787F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787F61; }
p { color: rgb(120,127,97); }
H1.HeaderClassName
{
color: #787F61;
}
.AnyTagClassName
{
color: #787F61;
}
</style>
background-color css
<style>
a { background-color: #787F61; }
a { background-color: rgb(120,127,97); }
div.DivClassName
{
background-color: #787F61;
}
.BgClassName
{
background-color: #787F61;
}
</style>
border-color css
<style>
span { border-color: #787F61; }
span { border-color: rgb(120,127,97); }
td.TdClassName
{
border-color: #787F61;
}
.TagClassName
{
border-color: #787F61;
}
</style>