Shades of Finch #828758
Tints of Finch #828758
RGB
CMYK
RGB Variations
Color information
#828758 (or 0x828758) is known color: Finch. HEX triplet: 82, 87 and 58. RGB value is (130,135,88). Sum of RGB (Red+Green+Blue) = 130+135+88=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #828758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828758 is #7D78A7. Grayscale: #808080. Windows color (decimal): -8222888 or 5801858. OLE color: 5801858.
HSL color Cylindrical-coordinate representation of color #828758: hue angle of 66.38º 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 #828758 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 88 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.47 |
| HSL | 66.38º | 0.21% | 0.44% | - |
| HSV(B) | 66.38º | 0.35% | 0.53% | - |
| XYZ | 19.63 | 22.78 | 12.59 | - |
| YUV | 128.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 88 | 0.04 | 0 | 0.35 | 0.47 | 66.38 | 0.21 | 0.44 |
| Hex | 82 | 87 | 58 | 4 | 0 | 23 | 2F | 42 | 15 | 2C |
| Octal | 202 | 207 | 130 | 4 | 0 | 43 | 57 | 102 | 25 | 54 |
| Binary | 10000010 | 10000111 | 1011000 | 100 | 0 | 100011 | 101111 | 1000010 | 10101 | 101100 |
Color Harmonies of #828758
Complementary color
Monochromatic Colors of #828758
Black with #828758
Text Example
Text Example
White with #828758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828758; }
p { color: rgb(130,135,88); }
H1.HeaderClassName
{
color: #828758;
}
.AnyTagClassName
{
color: #828758;
}
</style>
background-color css
<style>
a { background-color: #828758; }
a { background-color: rgb(130,135,88); }
div.DivClassName
{
background-color: #828758;
}
.BgClassName
{
background-color: #828758;
}
</style>
border-color css
<style>
span { border-color: #828758; }
span { border-color: rgb(130,135,88); }
td.TdClassName
{
border-color: #828758;
}
.TagClassName
{
border-color: #828758;
}
</style>