Shades of Stack #829B83
Tints of Stack #829B83
RGB
CMYK
RGB Variations
Color information
#829B83 (or 0x829B83) is known color: Stack. HEX triplet: 82, 9B and 83. RGB value is (130,155,131). Sum of RGB (Red+Green+Blue) = 130+155+131=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #829B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B83 is #7D647C. Grayscale: #909090. Windows color (decimal): -8217725 or 8625026. OLE color: 8625026.
HSL color Cylindrical-coordinate representation of color #829B83: hue angle of 122.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B83 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 131 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.39 |
| HSL | 122.4º | 0.11% | 0.56% | - |
| HSV(B) | 122.4º | 0.16% | 0.61% | - |
| XYZ | 25.02 | 29.83 | 25.91 | - |
| YUV | 144.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 131 | 0.16 | 0 | 0.15 | 0.39 | 122.4 | 0.11 | 0.56 |
| Hex | 82 | 9B | 83 | 10 | 0 | F | 27 | 7A | B | 38 |
| Octal | 202 | 233 | 203 | 20 | 0 | 17 | 47 | 172 | 13 | 70 |
| Binary | 10000010 | 10011011 | 10000011 | 10000 | 0 | 1111 | 100111 | 1111010 | 1011 | 111000 |
Color Harmonies of #829B83
Complementary color
Monochromatic Colors of #829B83
Black with #829B83
Text Example
Text Example
White with #829B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B83; }
p { color: rgb(130,155,131); }
H1.HeaderClassName
{
color: #829B83;
}
.AnyTagClassName
{
color: #829B83;
}
</style>
background-color css
<style>
a { background-color: #829B83; }
a { background-color: rgb(130,155,131); }
div.DivClassName
{
background-color: #829B83;
}
.BgClassName
{
background-color: #829B83;
}
</style>
border-color css
<style>
span { border-color: #829B83; }
span { border-color: rgb(130,155,131); }
td.TdClassName
{
border-color: #829B83;
}
.TagClassName
{
border-color: #829B83;
}
</style>