Shades of Finch #828858
Tints of Finch #828858
RGB
CMYK
RGB Variations
Color information
#828858 (or 0x828858) is known color: Finch. HEX triplet: 82, 88 and 58. RGB value is (130,136,88). Sum of RGB (Red+Green+Blue) = 130+136+88=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #828858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828858 is #7D77A7. Grayscale: #808080. Windows color (decimal): -8222632 or 5802114. OLE color: 5802114.
HSL color Cylindrical-coordinate representation of color #828858: hue angle of 67.5º 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 #828858 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 88 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.47 |
| HSL | 67.5º | 0.21% | 0.44% | - |
| HSV(B) | 67.5º | 0.35% | 0.53% | - |
| XYZ | 19.77 | 23.06 | 12.64 | - |
| YUV | 128.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 88 | 0.04 | 0 | 0.35 | 0.47 | 67.5 | 0.21 | 0.44 |
| Hex | 82 | 88 | 58 | 4 | 0 | 23 | 2F | 44 | 15 | 2C |
| Octal | 202 | 210 | 130 | 4 | 0 | 43 | 57 | 104 | 25 | 54 |
| Binary | 10000010 | 10001000 | 1011000 | 100 | 0 | 100011 | 101111 | 1000100 | 10101 | 101100 |
Color Harmonies of #828858
Complementary color
Monochromatic Colors of #828858
Black with #828858
Text Example
Text Example
White with #828858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828858; }
p { color: rgb(130,136,88); }
H1.HeaderClassName
{
color: #828858;
}
.AnyTagClassName
{
color: #828858;
}
</style>
background-color css
<style>
a { background-color: #828858; }
a { background-color: rgb(130,136,88); }
div.DivClassName
{
background-color: #828858;
}
.BgClassName
{
background-color: #828858;
}
</style>
border-color css
<style>
span { border-color: #828858; }
span { border-color: rgb(130,136,88); }
td.TdClassName
{
border-color: #828858;
}
.TagClassName
{
border-color: #828858;
}
</style>