Shades of Finch #828657
Tints of Finch #828657
RGB
CMYK
RGB Variations
Color information
#828657 (or 0x828657) is known color: Finch. HEX triplet: 82, 86 and 57. RGB value is (130,134,87). Sum of RGB (Red+Green+Blue) = 130+134+87=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #828657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828657 is #7D79A8. Grayscale: #7F7F7F. Windows color (decimal): -8223145 or 5736066. OLE color: 5736066.
HSL color Cylindrical-coordinate representation of color #828657: hue angle of 65.11º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828657 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 87 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.47 |
| HSL | 65.11º | 0.21% | 0.43% | - |
| HSV(B) | 65.11º | 0.35% | 0.53% | - |
| XYZ | 19.45 | 22.48 | 12.33 | - |
| YUV | 127.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 87 | 0.03 | 0 | 0.35 | 0.47 | 65.11 | 0.21 | 0.43 |
| Hex | 82 | 86 | 57 | 3 | 0 | 23 | 2F | 41 | 15 | 2B |
| Octal | 202 | 206 | 127 | 3 | 0 | 43 | 57 | 101 | 25 | 53 |
| Binary | 10000010 | 10000110 | 1010111 | 11 | 0 | 100011 | 101111 | 1000001 | 10101 | 101011 |
Color Harmonies of #828657
Complementary color
Monochromatic Colors of #828657
Black with #828657
Text Example
Text Example
White with #828657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828657; }
p { color: rgb(130,134,87); }
H1.HeaderClassName
{
color: #828657;
}
.AnyTagClassName
{
color: #828657;
}
</style>
background-color css
<style>
a { background-color: #828657; }
a { background-color: rgb(130,134,87); }
div.DivClassName
{
background-color: #828657;
}
.BgClassName
{
background-color: #828657;
}
</style>
border-color css
<style>
span { border-color: #828657; }
span { border-color: rgb(130,134,87); }
td.TdClassName
{
border-color: #828657;
}
.TagClassName
{
border-color: #828657;
}
</style>