Shades of Finch #80894E
Tints of Finch #80894E
RGB
CMYK
RGB Variations
Color information
#80894E (or 0x80894E) is known color: Finch. HEX triplet: 80, 89 and 4E. RGB value is (128,137,78). Sum of RGB (Red+Green+Blue) = 128+137+78=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #80894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80894E is #7F76B1. Grayscale: #7F7F7F. Windows color (decimal): -8353458 or 5147008. OLE color: 5147008.
HSL color Cylindrical-coordinate representation of color #80894E: hue angle of 69.15º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80894E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 78 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.46 |
| HSL | 69.15º | 0.27% | 0.42% | - |
| HSV(B) | 69.15º | 0.43% | 0.54% | - |
| XYZ | 19.22 | 23.03 | 10.64 | - |
| YUV | 127.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 78 | 0.07 | 0 | 0.43 | 0.46 | 69.15 | 0.27 | 0.42 |
| Hex | 80 | 89 | 4E | 7 | 0 | 2B | 2E | 45 | 1B | 2A |
| Octal | 200 | 211 | 116 | 7 | 0 | 53 | 56 | 105 | 33 | 52 |
| Binary | 10000000 | 10001001 | 1001110 | 111 | 0 | 101011 | 101110 | 1000101 | 11011 | 101010 |
Color Harmonies of #80894E
Complementary color
Monochromatic Colors of #80894E
Black with #80894E
Text Example
Text Example
White with #80894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80894E; }
p { color: rgb(128,137,78); }
H1.HeaderClassName
{
color: #80894E;
}
.AnyTagClassName
{
color: #80894E;
}
</style>
background-color css
<style>
a { background-color: #80894E; }
a { background-color: rgb(128,137,78); }
div.DivClassName
{
background-color: #80894E;
}
.BgClassName
{
background-color: #80894E;
}
</style>
border-color css
<style>
span { border-color: #80894E; }
span { border-color: rgb(128,137,78); }
td.TdClassName
{
border-color: #80894E;
}
.TagClassName
{
border-color: #80894E;
}
</style>