Shades of Stack #829981
Tints of Stack #829981
RGB
CMYK
RGB Variations
Color information
#829981 (or 0x829981) is known color: Stack. HEX triplet: 82, 99 and 81. RGB value is (130,153,129). Sum of RGB (Red+Green+Blue) = 130+153+129=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #829981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829981 is #7D667E. Grayscale: #8F8F8F. Windows color (decimal): -8218239 or 8493442. OLE color: 8493442.
HSL color Cylindrical-coordinate representation of color #829981: hue angle of 117.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829981 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 129 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.4 |
| HSL | 117.5º | 0.11% | 0.55% | - |
| HSV(B) | 117.5º | 0.16% | 0.6% | - |
| XYZ | 24.56 | 29.11 | 25.09 | - |
| YUV | 143.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 129 | 0.15 | 0 | 0.16 | 0.4 | 117.5 | 0.11 | 0.55 |
| Hex | 82 | 99 | 81 | F | 0 | 10 | 28 | 76 | B | 37 |
| Octal | 202 | 231 | 201 | 17 | 0 | 20 | 50 | 166 | 13 | 67 |
| Binary | 10000010 | 10011001 | 10000001 | 1111 | 0 | 10000 | 101000 | 1110110 | 1011 | 110111 |
Color Harmonies of #829981
Complementary color
Monochromatic Colors of #829981
Black with #829981
Text Example
Text Example
White with #829981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829981; }
p { color: rgb(130,153,129); }
H1.HeaderClassName
{
color: #829981;
}
.AnyTagClassName
{
color: #829981;
}
</style>
background-color css
<style>
a { background-color: #829981; }
a { background-color: rgb(130,153,129); }
div.DivClassName
{
background-color: #829981;
}
.BgClassName
{
background-color: #829981;
}
</style>
border-color css
<style>
span { border-color: #829981; }
span { border-color: rgb(130,153,129); }
td.TdClassName
{
border-color: #829981;
}
.TagClassName
{
border-color: #829981;
}
</style>