Shades of Stack #828F84
Tints of Stack #828F84
RGB
CMYK
RGB Variations
Color information
#828F84 (or 0x828F84) is known color: Stack. HEX triplet: 82, 8F and 84. RGB value is (130,143,132). Sum of RGB (Red+Green+Blue) = 130+143+132=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 143 - color contains mainly: green. Hex color #828F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F84 is #7D707B. Grayscale: #898989. Windows color (decimal): -8220796 or 8687490. OLE color: 8687490.
HSL color Cylindrical-coordinate representation of color #828F84: hue angle of 129.23º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828F84 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 132 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.44 |
| HSL | 129.23º | 0.05% | 0.54% | - |
| HSV(B) | 129.23º | 0.09% | 0.56% | - |
| XYZ | 23.19 | 26.06 | 25.64 | - |
| YUV | 137.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 132 | 0.09 | 0 | 0.08 | 0.44 | 129.23 | 0.05 | 0.54 |
| Hex | 82 | 8F | 84 | 9 | 0 | 8 | 2C | 81 | 5 | 36 |
| Octal | 202 | 217 | 204 | 11 | 0 | 10 | 54 | 201 | 5 | 66 |
| Binary | 10000010 | 10001111 | 10000100 | 1001 | 0 | 1000 | 101100 | 10000001 | 101 | 110110 |
Color Harmonies of #828F84
Complementary color
Monochromatic Colors of #828F84
Black with #828F84
Text Example
Text Example
White with #828F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F84; }
p { color: rgb(130,143,132); }
H1.HeaderClassName
{
color: #828F84;
}
.AnyTagClassName
{
color: #828F84;
}
</style>
background-color css
<style>
a { background-color: #828F84; }
a { background-color: rgb(130,143,132); }
div.DivClassName
{
background-color: #828F84;
}
.BgClassName
{
background-color: #828F84;
}
</style>
border-color css
<style>
span { border-color: #828F84; }
span { border-color: rgb(130,143,132); }
td.TdClassName
{
border-color: #828F84;
}
.TagClassName
{
border-color: #828F84;
}
</style>