Shades of Finch #78805E
Tints of Finch #78805E
RGB
CMYK
RGB Variations
Color information
#78805E (or 0x78805E) is known color: Finch. HEX triplet: 78, 80 and 5E. RGB value is (120,128,94). Sum of RGB (Red+Green+Blue) = 120+128+94=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #78805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78805E is #877FA1. Grayscale: #797979. Windows color (decimal): -8880034 or 6193272. OLE color: 6193272.
HSL color Cylindrical-coordinate representation of color #78805E: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78805E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 94 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.50 |
| HSL | 74.12º | 0.15% | 0.44% | - |
| HSV(B) | 74.12º | 0.27% | 0.5% | - |
| XYZ | 17.49 | 20.24 | 13.57 | - |
| YUV | 121.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 94 | 0.06 | 0 | 0.27 | 0.50 | 74.12 | 0.15 | 0.44 |
| Hex | 78 | 80 | 5E | 6 | 0 | 1B | 32 | 4A | F | 2C |
| Octal | 170 | 200 | 136 | 6 | 0 | 33 | 62 | 112 | 17 | 54 |
| Binary | 1111000 | 10000000 | 1011110 | 110 | 0 | 11011 | 110010 | 1001010 | 1111 | 101100 |
Color Harmonies of #78805E
Complementary color
Monochromatic Colors of #78805E
Black with #78805E
Text Example
Text Example
White with #78805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78805E; }
p { color: rgb(120,128,94); }
H1.HeaderClassName
{
color: #78805E;
}
.AnyTagClassName
{
color: #78805E;
}
</style>
background-color css
<style>
a { background-color: #78805E; }
a { background-color: rgb(120,128,94); }
div.DivClassName
{
background-color: #78805E;
}
.BgClassName
{
background-color: #78805E;
}
</style>
border-color css
<style>
span { border-color: #78805E; }
span { border-color: rgb(120,128,94); }
td.TdClassName
{
border-color: #78805E;
}
.TagClassName
{
border-color: #78805E;
}
</style>