Html Css Color HEX #80828A Storm Grey

📋 copy color: '#80828A'

red 128 ◦ green 130 ◦ blue 138

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

Shades of Storm Grey #80828A

Tints of Storm Grey #80828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 32.32%
G = 32.83%
B = 34.85%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80828A (or 0x80828A) is known color: Storm Grey. HEX triplet: 80, 82 and 8A. RGB value is (128,130,138). Sum of RGB (Red+Green+Blue) = 128+130+138=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 138 - color contains mainly: blue. Hex color #80828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80828A is #7F7D75. Grayscale: #828282. Windows color (decimal): -8355190 or 9077376. OLE color: 9077376.

HSL color Cylindrical-coordinate representation of color #80828A: hue angle of 228º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80828A is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 130 138 -
CMYK 0.07 0.06 0 0.46
HSL 228º 0.04% 0.52% -
HSV(B) 228º 0.07% 0.54% -
XYZ 21.47 22.39 27.23 -
YUV 130.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 128 130 138 0.07 0.06 0 0.46 228 0.04 0.52
Hex 80 82 8A 7 6 0 2E E4 4 34
Octal 200 202 212 7 6 0 56 344 4 64
Binary 10000000 10000010 10001010 111 110 0 101110 11100100 100 110100

Color Harmonies of #80828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80828A

Black with #80828A

Text Example


Text Example

White with #80828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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