Shades of Finch #80875D
Tints of Finch #80875D
RGB
CMYK
RGB Variations
Color information
#80875D (or 0x80875D) is known color: Finch. HEX triplet: 80, 87 and 5D. RGB value is (128,135,93). Sum of RGB (Red+Green+Blue) = 128+135+93=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #80875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80875D is #7F78A2. Grayscale: #808080. Windows color (decimal): -8353955 or 6129536. OLE color: 6129536.
HSL color Cylindrical-coordinate representation of color #80875D: hue angle of 70º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80875D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 93 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.47 |
| HSL | 70º | 0.18% | 0.45% | - |
| HSV(B) | 70º | 0.31% | 0.53% | - |
| XYZ | 19.54 | 22.71 | 13.71 | - |
| YUV | 128.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 93 | 0.05 | 0 | 0.31 | 0.47 | 70 | 0.18 | 0.45 |
| Hex | 80 | 87 | 5D | 5 | 0 | 1F | 2F | 46 | 12 | 2D |
| Octal | 200 | 207 | 135 | 5 | 0 | 37 | 57 | 106 | 22 | 55 |
| Binary | 10000000 | 10000111 | 1011101 | 101 | 0 | 11111 | 101111 | 1000110 | 10010 | 101101 |
Color Harmonies of #80875D
Complementary color
Monochromatic Colors of #80875D
Black with #80875D
Text Example
Text Example
White with #80875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80875D; }
p { color: rgb(128,135,93); }
H1.HeaderClassName
{
color: #80875D;
}
.AnyTagClassName
{
color: #80875D;
}
</style>
background-color css
<style>
a { background-color: #80875D; }
a { background-color: rgb(128,135,93); }
div.DivClassName
{
background-color: #80875D;
}
.BgClassName
{
background-color: #80875D;
}
</style>
border-color css
<style>
span { border-color: #80875D; }
span { border-color: rgb(128,135,93); }
td.TdClassName
{
border-color: #80875D;
}
.TagClassName
{
border-color: #80875D;
}
</style>