Shades of Finch #808852
Tints of Finch #808852
RGB
CMYK
RGB Variations
Color information
#808852 (or 0x808852) is known color: Finch. HEX triplet: 80, 88 and 52. RGB value is (128,136,82). Sum of RGB (Red+Green+Blue) = 128+136+82=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #808852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808852 is #7F77AD. Grayscale: #7F7F7F. Windows color (decimal): -8353710 or 5408896. OLE color: 5408896.
HSL color Cylindrical-coordinate representation of color #808852: hue angle of 68.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808852 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 82 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.47 |
| HSL | 68.89º | 0.25% | 0.43% | - |
| HSV(B) | 68.89º | 0.4% | 0.53% | - |
| XYZ | 19.23 | 22.81 | 11.37 | - |
| YUV | 127.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 82 | 0.06 | 0 | 0.40 | 0.47 | 68.89 | 0.25 | 0.43 |
| Hex | 80 | 88 | 52 | 6 | 0 | 28 | 2F | 45 | 19 | 2B |
| Octal | 200 | 210 | 122 | 6 | 0 | 50 | 57 | 105 | 31 | 53 |
| Binary | 10000000 | 10001000 | 1010010 | 110 | 0 | 101000 | 101111 | 1000101 | 11001 | 101011 |
Color Harmonies of #808852
Complementary color
Monochromatic Colors of #808852
Black with #808852
Text Example
Text Example
White with #808852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808852; }
p { color: rgb(128,136,82); }
H1.HeaderClassName
{
color: #808852;
}
.AnyTagClassName
{
color: #808852;
}
</style>
background-color css
<style>
a { background-color: #808852; }
a { background-color: rgb(128,136,82); }
div.DivClassName
{
background-color: #808852;
}
.BgClassName
{
background-color: #808852;
}
</style>
border-color css
<style>
span { border-color: #808852; }
span { border-color: rgb(128,136,82); }
td.TdClassName
{
border-color: #808852;
}
.TagClassName
{
border-color: #808852;
}
</style>