Shades of Finch #787C61
Tints of Finch #787C61
RGB
CMYK
RGB Variations
Color information
#787C61 (or 0x787C61) is known color: Finch. HEX triplet: 78, 7C and 61. RGB value is (120,124,97). Sum of RGB (Red+Green+Blue) = 120+124+97=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #787C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C61 is #87839E. Grayscale: #777777. Windows color (decimal): -8881055 or 6388856. OLE color: 6388856.
HSL color Cylindrical-coordinate representation of color #787C61: hue angle of 68.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787C61 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 97 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.51 |
| HSL | 68.89º | 0.12% | 0.43% | - |
| HSV(B) | 68.89º | 0.22% | 0.49% | - |
| XYZ | 17.11 | 19.27 | 14.13 | - |
| YUV | 119.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 97 | 0.03 | 0 | 0.22 | 0.51 | 68.89 | 0.12 | 0.43 |
| Hex | 78 | 7C | 61 | 3 | 0 | 16 | 33 | 45 | C | 2B |
| Octal | 170 | 174 | 141 | 3 | 0 | 26 | 63 | 105 | 14 | 53 |
| Binary | 1111000 | 1111100 | 1100001 | 11 | 0 | 10110 | 110011 | 1000101 | 1100 | 101011 |
Color Harmonies of #787C61
Complementary color
Monochromatic Colors of #787C61
Black with #787C61
Text Example
Text Example
White with #787C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C61; }
p { color: rgb(120,124,97); }
H1.HeaderClassName
{
color: #787C61;
}
.AnyTagClassName
{
color: #787C61;
}
</style>
background-color css
<style>
a { background-color: #787C61; }
a { background-color: rgb(120,124,97); }
div.DivClassName
{
background-color: #787C61;
}
.BgClassName
{
background-color: #787C61;
}
</style>
border-color css
<style>
span { border-color: #787C61; }
span { border-color: rgb(120,124,97); }
td.TdClassName
{
border-color: #787C61;
}
.TagClassName
{
border-color: #787C61;
}
</style>