#828382

Color #828382 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #828382

Tints of Stack #828382

Color information

#828382 (or 0x828382) is unknown color: approx Stack. HEX triplet: 82, 83 and 82. RGB value is (130,131,130). Sum of RGB (Red+Green+Blue) = 130+131+130=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 131 - color contains mainly: green. Hex color #828382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828382 is #7D7C7D. Grayscale: #828282. Windows color (decimal): -8223870 or 8553346. OLE color: 8553346.

HSL color Cylindrical-coordinate representation of color #828382: hue angle of 120º degrees, saturation: 0, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #828382 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB130131130-
CMYK0.0100.010.49
HSL120º0.4%51.18%-
HSV(B)120º0.76%51.37%-
XYZ21.3522.5924.35-
YUV130.59127.67127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=33.25%
G=33.50%
B=33.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301311300.0100.010.491200.451.18
Hex8283821013178033
Octal20220320210161170063
Binary10000010100000111000001010111000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828382; }

 p { color: rgb(130,131,130); }

 H1.HeaderClassName
 {
   color: #828382;
 }
 .AnyTagClassName
 {
   color: #828382;
 }
</style>
background-color css

<style>
 a { background-color: #828382; }

 a { background-color: rgb(130,131,130); }

 div.DivClassName
 {
   background-color: #828382;
 }
 .BgClassName
 {
   background-color: #828382;
 }
</style>
border-color css

<style>
 span { border-color: #828382; }

 span { border-color: rgb(130,131,130); }

 td.TdClassName
 {
   border-color: #828382;
 }
 .TagClassName
 {
   border-color: #828382;
 }
</style>