Shades of Stack #829185
Tints of Stack #829185
RGB
CMYK
RGB Variations
Color information
#829185 (or 0x829185) is known color: Stack. HEX triplet: 82, 91 and 85. RGB value is (130,145,133). Sum of RGB (Red+Green+Blue) = 130+145+133=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #829185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829185 is #7D6E7A. Grayscale: #8B8B8B. Windows color (decimal): -8220283 or 8753538. OLE color: 8753538.
HSL color Cylindrical-coordinate representation of color #829185: hue angle of 132º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829185 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 133 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.43 |
| HSL | 132º | 0.06% | 0.54% | - |
| HSV(B) | 132º | 0.1% | 0.57% | - |
| XYZ | 23.56 | 26.69 | 26.1 | - |
| YUV | 139.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 133 | 0.10 | 0 | 0.08 | 0.43 | 132 | 0.06 | 0.54 |
| Hex | 82 | 91 | 85 | A | 0 | 8 | 2B | 84 | 6 | 36 |
| Octal | 202 | 221 | 205 | 12 | 0 | 10 | 53 | 204 | 6 | 66 |
| Binary | 10000010 | 10010001 | 10000101 | 1010 | 0 | 1000 | 101011 | 10000100 | 110 | 110110 |
Color Harmonies of #829185
Complementary color
Monochromatic Colors of #829185
Black with #829185
Text Example
Text Example
White with #829185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829185; }
p { color: rgb(130,145,133); }
H1.HeaderClassName
{
color: #829185;
}
.AnyTagClassName
{
color: #829185;
}
</style>
background-color css
<style>
a { background-color: #829185; }
a { background-color: rgb(130,145,133); }
div.DivClassName
{
background-color: #829185;
}
.BgClassName
{
background-color: #829185;
}
</style>
border-color css
<style>
span { border-color: #829185; }
span { border-color: rgb(130,145,133); }
td.TdClassName
{
border-color: #829185;
}
.TagClassName
{
border-color: #829185;
}
</style>