Html Css Color HEX #80828C Storm Grey

📋 copy color: '#80828C'

red 128 ◦ green 130 ◦ blue 140

#80828C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #80828C

Tints of Storm Grey #80828C

RGB

 RED value IS 128 (50.39% from 255) = 32.16%

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 32.16%
G = 32.66%
B = 35.18%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80828C (or 0x80828C) is known color: Storm Grey. HEX triplet: 80, 82 and 8C. RGB value is (128,130,140). Sum of RGB (Red+Green+Blue) = 128+130+140=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 140 - color contains mainly: blue. Hex color #80828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80828C is #7F7D73. Grayscale: #828282. Windows color (decimal): -8355188 or 9208448. OLE color: 9208448.

HSL color Cylindrical-coordinate representation of color #80828C: hue angle of 230º 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 #80828C is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 130 140 -
CMYK 0.09 0.07 0 0.45
HSL 230º 0.05% 0.53% -
HSV(B) 230º 0.09% 0.55% -
XYZ 21.62 22.45 28 -
YUV 130.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 128 130 140 0.09 0.07 0 0.45 230 0.05 0.53
Hex 80 82 8C 9 7 0 2D E6 5 35
Octal 200 202 214 11 7 0 55 346 5 65
Binary 10000000 10000010 10001100 1001 111 0 101101 11100110 101 110101

Color Harmonies of #80828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80828C

Black with #80828C

Text Example


Text Example

White with #80828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80828C;
 }
 .AnyTagClassName
 {
   color: #80828C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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