Shades of Finch #808557
Tints of Finch #808557
RGB
CMYK
RGB Variations
Color information
#808557 (or 0x808557) is known color: Finch. HEX triplet: 80, 85 and 57. RGB value is (128,133,87). Sum of RGB (Red+Green+Blue) = 128+133+87=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #808557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808557 is #7F7AA8. Grayscale: #7E7E7E. Windows color (decimal): -8354473 or 5735808. OLE color: 5735808.
HSL color Cylindrical-coordinate representation of color #808557: hue angle of 66.52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808557 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 87 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.48 |
| HSL | 66.52º | 0.21% | 0.43% | - |
| HSV(B) | 66.52º | 0.35% | 0.52% | - |
| XYZ | 19.01 | 22.05 | 12.27 | - |
| YUV | 126.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 87 | 0.04 | 0 | 0.35 | 0.48 | 66.52 | 0.21 | 0.43 |
| Hex | 80 | 85 | 57 | 4 | 0 | 23 | 30 | 43 | 15 | 2B |
| Octal | 200 | 205 | 127 | 4 | 0 | 43 | 60 | 103 | 25 | 53 |
| Binary | 10000000 | 10000101 | 1010111 | 100 | 0 | 100011 | 110000 | 1000011 | 10101 | 101011 |
Color Harmonies of #808557
Complementary color
Monochromatic Colors of #808557
Black with #808557
Text Example
Text Example
White with #808557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808557; }
p { color: rgb(128,133,87); }
H1.HeaderClassName
{
color: #808557;
}
.AnyTagClassName
{
color: #808557;
}
</style>
background-color css
<style>
a { background-color: #808557; }
a { background-color: rgb(128,133,87); }
div.DivClassName
{
background-color: #808557;
}
.BgClassName
{
background-color: #808557;
}
</style>
border-color css
<style>
span { border-color: #808557; }
span { border-color: rgb(128,133,87); }
td.TdClassName
{
border-color: #808557;
}
.TagClassName
{
border-color: #808557;
}
</style>