#828080

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

Shades of Grey #828080

Tints of Grey #828080

Color information

#828080 (or 0x828080) is unknown color: approx Grey. HEX triplet: 82, 80 and 80. RGB value is (130,128,128). Sum of RGB (Red+Green+Blue) = 130+128+128=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 130 - color contains mainly: red. Hex color #828080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828080 is #7D7F7F. Grayscale: #808080. Windows color (decimal): -8224640 or 8421506. OLE color: 8421506.

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

Color convert

RGB130128128-
CMYK00.020.020.49
HSL0.79%50.59%-
HSV(B)1.54%50.98%-
XYZ20.8221.7423.52-
YUV128.6127.66129-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=33.68%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012812800.020.020.4900.7950.59
Hex828080022310133
Octal202200200022610163
Binary1000001010000000100000000101011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828080; }

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

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

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

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

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

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

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

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