Shades of Stack #829282
Tints of Stack #829282
RGB
CMYK
RGB Variations
Color information
#829282 (or 0x829282) is known color: Stack. HEX triplet: 82, 92 and 82. RGB value is (130,146,130). Sum of RGB (Red+Green+Blue) = 130+146+130=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #829282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829282 is #7D6D7D. Grayscale: #8B8B8B. Windows color (decimal): -8220030 or 8557186. OLE color: 8557186.
HSL color Cylindrical-coordinate representation of color #829282: hue angle of 120º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829282 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
RGB | 130 | 146 | 130 | - |
CMYK | 0.11 | 0 | 0.11 | 0.43 |
HSL | 120º | 0.07% | 0.54% | - |
HSV(B) | 120º | 0.11% | 0.57% | - |
XYZ | 23.51 | 26.92 | 25.07 | - |
YUV | 139.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 146 | 130 | 0.11 | 0 | 0.11 | 0.43 | 120 | 0.07 | 0.54 |
Hex | 82 | 92 | 82 | B | 0 | B | 2B | 78 | 7 | 36 |
Octal | 202 | 222 | 202 | 13 | 0 | 13 | 53 | 170 | 7 | 66 |
Binary | 10000010 | 10010010 | 10000010 | 1011 | 0 | 1011 | 101011 | 1111000 | 111 | 110110 |
Color Harmonies of #829282
Complementary color
Monochromatic Colors of #829282
Black with #829282
Text Example
Text Example
White with #829282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829282; }
p { color: rgb(130,146,130); }
H1.HeaderClassName
{
color: #829282;
}
.AnyTagClassName
{
color: #829282;
}
</style>
background-color css
<style>
a { background-color: #829282; }
a { background-color: rgb(130,146,130); }
div.DivClassName
{
background-color: #829282;
}
.BgClassName
{
background-color: #829282;
}
</style>
border-color css
<style>
span { border-color: #829282; }
span { border-color: rgb(130,146,130); }
td.TdClassName
{
border-color: #829282;
}
.TagClassName
{
border-color: #829282;
}
</style>