#80818C

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

Shades of Storm Grey #80818C

Tints of Storm Grey #80818C

Color information

#80818C (or 0x80818C) is unknown color: approx Storm Grey. HEX triplet: 80, 81 and 8C. RGB value is (128,129,140). Sum of RGB (Red+Green+Blue) = 128+129+140=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 140 - color contains mainly: blue. Hex color #80818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80818C is #7F7E73. Grayscale: #818181. Windows color (decimal): -8355444 or 9208192. OLE color: 9208192.

HSL color Cylindrical-coordinate representation of color #80818C: hue angle of 235º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80818C is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128129140-
CMYK0.090.0800.45
HSL235º4.96%52.55%-
HSV(B)235º8.57%54.9%-
XYZ21.4922.1827.96-
YUV129.96133.67126.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=32.24%
G=32.49%
B=35.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281291400.090.0800.452354.9652.55
Hex80818C9802Deb535
Octal2002012141110055353565
Binary10000000100000011000110010011000010110111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80818C; }

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

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

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

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

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

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

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

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