#818080

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

Shades of Grey #818080

Tints of Grey #818080

Color information

#818080 (or 0x818080) is unknown color: approx Grey. HEX triplet: 81, 80 and 80. RGB value is (129,128,128). Sum of RGB (Red+Green+Blue) = 129+128+128=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 129 - color contains mainly: red. Hex color #818080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818080 is #7E7F7F. Grayscale: #808080. Windows color (decimal): -8290176 or 8421505. OLE color: 8421505.

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

Color convert

RGB129128128-
CMYK00.010.010.49
HSL0.4%50.39%-
HSV(B)0.78%50.59%-
XYZ20.6721.6623.51-
YUV128.3127.83128.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=33.51%
G=33.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912812800.010.010.4900.450.39
Hex818080011310032
Octal201200200011610062
Binary10000001100000001000000001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818080; }

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

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

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

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

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

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

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

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