Shades of Finch #80864F
Tints of Finch #80864F
RGB
CMYK
RGB Variations
Color information
#80864F (or 0x80864F) is known color: Finch. HEX triplet: 80, 86 and 4F. RGB value is (128,134,79). Sum of RGB (Red+Green+Blue) = 128+134+79=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #80864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80864F is #7F79B0. Grayscale: #7E7E7E. Windows color (decimal): -8354225 or 5211776. OLE color: 5211776.
HSL color Cylindrical-coordinate representation of color #80864F: hue angle of 66.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80864F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 79 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.47 |
| HSL | 66.55º | 0.26% | 0.42% | - |
| HSV(B) | 66.55º | 0.41% | 0.53% | - |
| XYZ | 18.84 | 22.2 | 10.69 | - |
| YUV | 125.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 79 | 0.04 | 0 | 0.41 | 0.47 | 66.55 | 0.26 | 0.42 |
| Hex | 80 | 86 | 4F | 4 | 0 | 29 | 2F | 43 | 1A | 2A |
| Octal | 200 | 206 | 117 | 4 | 0 | 51 | 57 | 103 | 32 | 52 |
| Binary | 10000000 | 10000110 | 1001111 | 100 | 0 | 101001 | 101111 | 1000011 | 11010 | 101010 |
Color Harmonies of #80864F
Complementary color
Monochromatic Colors of #80864F
Black with #80864F
Text Example
Text Example
White with #80864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80864F; }
p { color: rgb(128,134,79); }
H1.HeaderClassName
{
color: #80864F;
}
.AnyTagClassName
{
color: #80864F;
}
</style>
background-color css
<style>
a { background-color: #80864F; }
a { background-color: rgb(128,134,79); }
div.DivClassName
{
background-color: #80864F;
}
.BgClassName
{
background-color: #80864F;
}
</style>
border-color css
<style>
span { border-color: #80864F; }
span { border-color: rgb(128,134,79); }
td.TdClassName
{
border-color: #80864F;
}
.TagClassName
{
border-color: #80864F;
}
</style>