Shades of Finch #828754
Tints of Finch #828754
RGB
CMYK
RGB Variations
Color information
#828754 (or 0x828754) is known color: Finch. HEX triplet: 82, 87 and 54. RGB value is (130,135,84). Sum of RGB (Red+Green+Blue) = 130+135+84=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #828754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828754 is #7D78AB. Grayscale: #7F7F7F. Windows color (decimal): -8222892 or 5539714. OLE color: 5539714.
HSL color Cylindrical-coordinate representation of color #828754: hue angle of 65.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828754 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 84 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.47 |
| HSL | 65.88º | 0.23% | 0.43% | - |
| HSV(B) | 65.88º | 0.38% | 0.53% | - |
| XYZ | 19.47 | 22.71 | 11.75 | - |
| YUV | 127.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 84 | 0.04 | 0 | 0.38 | 0.47 | 65.88 | 0.23 | 0.43 |
| Hex | 82 | 87 | 54 | 4 | 0 | 26 | 2F | 42 | 17 | 2B |
| Octal | 202 | 207 | 124 | 4 | 0 | 46 | 57 | 102 | 27 | 53 |
| Binary | 10000010 | 10000111 | 1010100 | 100 | 0 | 100110 | 101111 | 1000010 | 10111 | 101011 |
Color Harmonies of #828754
Complementary color
Monochromatic Colors of #828754
Black with #828754
Text Example
Text Example
White with #828754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828754; }
p { color: rgb(130,135,84); }
H1.HeaderClassName
{
color: #828754;
}
.AnyTagClassName
{
color: #828754;
}
</style>
background-color css
<style>
a { background-color: #828754; }
a { background-color: rgb(130,135,84); }
div.DivClassName
{
background-color: #828754;
}
.BgClassName
{
background-color: #828754;
}
</style>
border-color css
<style>
span { border-color: #828754; }
span { border-color: rgb(130,135,84); }
td.TdClassName
{
border-color: #828754;
}
.TagClassName
{
border-color: #828754;
}
</style>