Shades of Finch #808758
Tints of Finch #808758
RGB
CMYK
RGB Variations
Color information
#808758 (or 0x808758) is known color: Finch. HEX triplet: 80, 87 and 58. RGB value is (128,135,88). Sum of RGB (Red+Green+Blue) = 128+135+88=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #808758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808758 is #7F78A7. Grayscale: #7F7F7F. Windows color (decimal): -8353960 or 5801856. OLE color: 5801856.
HSL color Cylindrical-coordinate representation of color #808758: hue angle of 68.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808758 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 88 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.47 |
| HSL | 68.94º | 0.21% | 0.44% | - |
| HSV(B) | 68.94º | 0.35% | 0.53% | - |
| XYZ | 19.33 | 22.62 | 12.58 | - |
| YUV | 127.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 88 | 0.05 | 0 | 0.35 | 0.47 | 68.94 | 0.21 | 0.44 |
| Hex | 80 | 87 | 58 | 5 | 0 | 23 | 2F | 45 | 15 | 2C |
| Octal | 200 | 207 | 130 | 5 | 0 | 43 | 57 | 105 | 25 | 54 |
| Binary | 10000000 | 10000111 | 1011000 | 101 | 0 | 100011 | 101111 | 1000101 | 10101 | 101100 |
Color Harmonies of #808758
Complementary color
Monochromatic Colors of #808758
Black with #808758
Text Example
Text Example
White with #808758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808758; }
p { color: rgb(128,135,88); }
H1.HeaderClassName
{
color: #808758;
}
.AnyTagClassName
{
color: #808758;
}
</style>
background-color css
<style>
a { background-color: #808758; }
a { background-color: rgb(128,135,88); }
div.DivClassName
{
background-color: #808758;
}
.BgClassName
{
background-color: #808758;
}
</style>
border-color css
<style>
span { border-color: #808758; }
span { border-color: rgb(128,135,88); }
td.TdClassName
{
border-color: #808758;
}
.TagClassName
{
border-color: #808758;
}
</style>