Shades of Finch #78894D
Tints of Finch #78894D
RGB
CMYK
RGB Variations
Color information
#78894D (or 0x78894D) is known color: Finch. HEX triplet: 78, 89 and 4D. RGB value is (120,137,77). Sum of RGB (Red+Green+Blue) = 120+137+77=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #78894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78894D is #8776B2. Grayscale: #7D7D7D. Windows color (decimal): -8877747 or 5081464. OLE color: 5081464.
HSL color Cylindrical-coordinate representation of color #78894D: hue angle of 77º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78894D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 77 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.46 |
| HSL | 77º | 0.28% | 0.42% | - |
| HSV(B) | 77º | 0.44% | 0.54% | - |
| XYZ | 18.03 | 22.42 | 10.4 | - |
| YUV | 125.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 77 | 0.12 | 0 | 0.44 | 0.46 | 77 | 0.28 | 0.42 |
| Hex | 78 | 89 | 4D | C | 0 | 2C | 2E | 4D | 1C | 2A |
| Octal | 170 | 211 | 115 | 14 | 0 | 54 | 56 | 115 | 34 | 52 |
| Binary | 1111000 | 10001001 | 1001101 | 1100 | 0 | 101100 | 101110 | 1001101 | 11100 | 101010 |
Color Harmonies of #78894D
Complementary color
Monochromatic Colors of #78894D
Black with #78894D
Text Example
Text Example
White with #78894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78894D; }
p { color: rgb(120,137,77); }
H1.HeaderClassName
{
color: #78894D;
}
.AnyTagClassName
{
color: #78894D;
}
</style>
background-color css
<style>
a { background-color: #78894D; }
a { background-color: rgb(120,137,77); }
div.DivClassName
{
background-color: #78894D;
}
.BgClassName
{
background-color: #78894D;
}
</style>
border-color css
<style>
span { border-color: #78894D; }
span { border-color: rgb(120,137,77); }
td.TdClassName
{
border-color: #78894D;
}
.TagClassName
{
border-color: #78894D;
}
</style>