Shades of Stack #829081
Tints of Stack #829081
RGB
CMYK
RGB Variations
Color information
#829081 (or 0x829081) is known color: Stack. HEX triplet: 82, 90 and 81. RGB value is (130,144,129). Sum of RGB (Red+Green+Blue) = 130+144+129=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #829081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829081 is #7D6F7E. Grayscale: #8A8A8A. Windows color (decimal): -8220543 or 8491138. OLE color: 8491138.
HSL color Cylindrical-coordinate representation of color #829081: hue angle of 116º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829081 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 129 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.44 |
| HSL | 116º | 0.06% | 0.54% | - |
| HSV(B) | 116º | 0.1% | 0.56% | - |
| XYZ | 23.14 | 26.28 | 24.62 | - |
| YUV | 138.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 129 | 0.10 | 0 | 0.10 | 0.44 | 116 | 0.06 | 0.54 |
| Hex | 82 | 90 | 81 | A | 0 | A | 2C | 74 | 6 | 36 |
| Octal | 202 | 220 | 201 | 12 | 0 | 12 | 54 | 164 | 6 | 66 |
| Binary | 10000010 | 10010000 | 10000001 | 1010 | 0 | 1010 | 101100 | 1110100 | 110 | 110110 |
Color Harmonies of #829081
Complementary color
Monochromatic Colors of #829081
Black with #829081
Text Example
Text Example
White with #829081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829081; }
p { color: rgb(130,144,129); }
H1.HeaderClassName
{
color: #829081;
}
.AnyTagClassName
{
color: #829081;
}
</style>
background-color css
<style>
a { background-color: #829081; }
a { background-color: rgb(130,144,129); }
div.DivClassName
{
background-color: #829081;
}
.BgClassName
{
background-color: #829081;
}
</style>
border-color css
<style>
span { border-color: #829081; }
span { border-color: rgb(130,144,129); }
td.TdClassName
{
border-color: #829081;
}
.TagClassName
{
border-color: #829081;
}
</style>