Shades of Stack #829684
Tints of Stack #829684
RGB
CMYK
RGB Variations
Color information
#829684 (or 0x829684) is known color: Stack. HEX triplet: 82, 96 and 84. RGB value is (130,150,132). Sum of RGB (Red+Green+Blue) = 130+150+132=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #829684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829684 is #7D697B. Grayscale: #8E8E8E. Windows color (decimal): -8219004 or 8689282. OLE color: 8689282.
HSL color Cylindrical-coordinate representation of color #829684: hue angle of 126º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829684 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 132 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.41 |
| HSL | 126º | 0.09% | 0.55% | - |
| HSV(B) | 126º | 0.13% | 0.59% | - |
| XYZ | 24.28 | 28.22 | 26 | - |
| YUV | 141.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 132 | 0.13 | 0 | 0.12 | 0.41 | 126 | 0.09 | 0.55 |
| Hex | 82 | 96 | 84 | D | 0 | C | 29 | 7E | 9 | 37 |
| Octal | 202 | 226 | 204 | 15 | 0 | 14 | 51 | 176 | 11 | 67 |
| Binary | 10000010 | 10010110 | 10000100 | 1101 | 0 | 1100 | 101001 | 1111110 | 1001 | 110111 |
Color Harmonies of #829684
Complementary color
Monochromatic Colors of #829684
Black with #829684
Text Example
Text Example
White with #829684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829684; }
p { color: rgb(130,150,132); }
H1.HeaderClassName
{
color: #829684;
}
.AnyTagClassName
{
color: #829684;
}
</style>
background-color css
<style>
a { background-color: #829684; }
a { background-color: rgb(130,150,132); }
div.DivClassName
{
background-color: #829684;
}
.BgClassName
{
background-color: #829684;
}
</style>
border-color css
<style>
span { border-color: #829684; }
span { border-color: rgb(130,150,132); }
td.TdClassName
{
border-color: #829684;
}
.TagClassName
{
border-color: #829684;
}
</style>