Shades of Finch #808454
Tints of Finch #808454
RGB
CMYK
RGB Variations
Color information
#808454 (or 0x808454) is known color: Finch. HEX triplet: 80, 84 and 54. RGB value is (128,132,84). Sum of RGB (Red+Green+Blue) = 128+132+84=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #808454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808454 is #7F7BAB. Grayscale: #7D7D7D. Windows color (decimal): -8354732 or 5538944. OLE color: 5538944.
HSL color Cylindrical-coordinate representation of color #808454: hue angle of 65º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808454 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 84 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.48 |
| HSL | 65º | 0.22% | 0.42% | - |
| HSV(B) | 65º | 0.36% | 0.52% | - |
| XYZ | 18.75 | 21.73 | 11.59 | - |
| YUV | 125.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 84 | 0.03 | 0 | 0.36 | 0.48 | 65 | 0.22 | 0.42 |
| Hex | 80 | 84 | 54 | 3 | 0 | 24 | 30 | 41 | 16 | 2A |
| Octal | 200 | 204 | 124 | 3 | 0 | 44 | 60 | 101 | 26 | 52 |
| Binary | 10000000 | 10000100 | 1010100 | 11 | 0 | 100100 | 110000 | 1000001 | 10110 | 101010 |
Color Harmonies of #808454
Complementary color
Monochromatic Colors of #808454
Black with #808454
Text Example
Text Example
White with #808454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808454; }
p { color: rgb(128,132,84); }
H1.HeaderClassName
{
color: #808454;
}
.AnyTagClassName
{
color: #808454;
}
</style>
background-color css
<style>
a { background-color: #808454; }
a { background-color: rgb(128,132,84); }
div.DivClassName
{
background-color: #808454;
}
.BgClassName
{
background-color: #808454;
}
</style>
border-color css
<style>
span { border-color: #808454; }
span { border-color: rgb(128,132,84); }
td.TdClassName
{
border-color: #808454;
}
.TagClassName
{
border-color: #808454;
}
</style>