Shades of Finch #80894F
Tints of Finch #80894F
RGB
CMYK
RGB Variations
Color information
#80894F (or 0x80894F) is known color: Finch. HEX triplet: 80, 89 and 4F. RGB value is (128,137,79). Sum of RGB (Red+Green+Blue) = 128+137+79=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #80894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80894F is #7F76B0. Grayscale: #7F7F7F. Windows color (decimal): -8353457 or 5212544. OLE color: 5212544.
HSL color Cylindrical-coordinate representation of color #80894F: hue angle of 69.31º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80894F is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 79 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.46 |
| HSL | 69.31º | 0.27% | 0.42% | - |
| HSV(B) | 69.31º | 0.42% | 0.54% | - |
| XYZ | 19.26 | 23.05 | 10.83 | - |
| YUV | 127.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 79 | 0.07 | 0 | 0.42 | 0.46 | 69.31 | 0.27 | 0.42 |
| Hex | 80 | 89 | 4F | 7 | 0 | 2A | 2E | 45 | 1B | 2A |
| Octal | 200 | 211 | 117 | 7 | 0 | 52 | 56 | 105 | 33 | 52 |
| Binary | 10000000 | 10001001 | 1001111 | 111 | 0 | 101010 | 101110 | 1000101 | 11011 | 101010 |
Color Harmonies of #80894F
Complementary color
Monochromatic Colors of #80894F
Black with #80894F
Text Example
Text Example
White with #80894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80894F; }
p { color: rgb(128,137,79); }
H1.HeaderClassName
{
color: #80894F;
}
.AnyTagClassName
{
color: #80894F;
}
</style>
background-color css
<style>
a { background-color: #80894F; }
a { background-color: rgb(128,137,79); }
div.DivClassName
{
background-color: #80894F;
}
.BgClassName
{
background-color: #80894F;
}
</style>
border-color css
<style>
span { border-color: #80894F; }
span { border-color: rgb(128,137,79); }
td.TdClassName
{
border-color: #80894F;
}
.TagClassName
{
border-color: #80894F;
}
</style>