Shades of Finch #788061
Tints of Finch #788061
RGB
CMYK
RGB Variations
Color information
#788061 (or 0x788061) is known color: Finch. HEX triplet: 78, 80 and 61. RGB value is (120,128,97). Sum of RGB (Red+Green+Blue) = 120+128+97=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #788061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788061 is #877F9E. Grayscale: #7A7A7A. Windows color (decimal): -8880031 or 6389880. OLE color: 6389880.
HSL color Cylindrical-coordinate representation of color #788061: hue angle of 75.48º degrees, saturation: 0.14, 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 #788061 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 97 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.50 |
| HSL | 75.48º | 0.14% | 0.44% | - |
| HSV(B) | 75.48º | 0.24% | 0.5% | - |
| XYZ | 17.62 | 20.29 | 14.3 | - |
| YUV | 122.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 97 | 0.06 | 0 | 0.24 | 0.50 | 75.48 | 0.14 | 0.44 |
| Hex | 78 | 80 | 61 | 6 | 0 | 18 | 32 | 4B | E | 2C |
| Octal | 170 | 200 | 141 | 6 | 0 | 30 | 62 | 113 | 16 | 54 |
| Binary | 1111000 | 10000000 | 1100001 | 110 | 0 | 11000 | 110010 | 1001011 | 1110 | 101100 |
Color Harmonies of #788061
Complementary color
Monochromatic Colors of #788061
Black with #788061
Text Example
Text Example
White with #788061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788061; }
p { color: rgb(120,128,97); }
H1.HeaderClassName
{
color: #788061;
}
.AnyTagClassName
{
color: #788061;
}
</style>
background-color css
<style>
a { background-color: #788061; }
a { background-color: rgb(120,128,97); }
div.DivClassName
{
background-color: #788061;
}
.BgClassName
{
background-color: #788061;
}
</style>
border-color css
<style>
span { border-color: #788061; }
span { border-color: rgb(120,128,97); }
td.TdClassName
{
border-color: #788061;
}
.TagClassName
{
border-color: #788061;
}
</style>