Shades of Stack #828C83
Tints of Stack #828C83
RGB
CMYK
RGB Variations
Color information
#828C83 (or 0x828C83) is known color: Stack. HEX triplet: 82, 8C and 83. RGB value is (130,140,131). Sum of RGB (Red+Green+Blue) = 130+140+131=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #828C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C83 is #7D737C. Grayscale: #888888. Windows color (decimal): -8221565 or 8621186. OLE color: 8621186.
HSL color Cylindrical-coordinate representation of color #828C83: hue angle of 126º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828C83 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 131 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.45 |
| HSL | 126º | 0.04% | 0.53% | - |
| HSV(B) | 126º | 0.07% | 0.55% | - |
| XYZ | 22.68 | 25.14 | 25.13 | - |
| YUV | 135.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 131 | 0.07 | 0 | 0.06 | 0.45 | 126 | 0.04 | 0.53 |
| Hex | 82 | 8C | 83 | 7 | 0 | 6 | 2D | 7E | 4 | 35 |
| Octal | 202 | 214 | 203 | 7 | 0 | 6 | 55 | 176 | 4 | 65 |
| Binary | 10000010 | 10001100 | 10000011 | 111 | 0 | 110 | 101101 | 1111110 | 100 | 110101 |
Color Harmonies of #828C83
Complementary color
Monochromatic Colors of #828C83
Black with #828C83
Text Example
Text Example
White with #828C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C83; }
p { color: rgb(130,140,131); }
H1.HeaderClassName
{
color: #828C83;
}
.AnyTagClassName
{
color: #828C83;
}
</style>
background-color css
<style>
a { background-color: #828C83; }
a { background-color: rgb(130,140,131); }
div.DivClassName
{
background-color: #828C83;
}
.BgClassName
{
background-color: #828C83;
}
</style>
border-color css
<style>
span { border-color: #828C83; }
span { border-color: rgb(130,140,131); }
td.TdClassName
{
border-color: #828C83;
}
.TagClassName
{
border-color: #828C83;
}
</style>