Html Css Color HEX #7D808E Storm Grey

📋 copy color: '#7D808E'

red 125 ◦ green 128 ◦ blue 142

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

Shades of Storm Grey #7D808E

Tints of Storm Grey #7D808E

RGB

 RED value IS 125 (49.22% from 255) = 31.65%

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 31.65%
G = 32.41%
B = 35.95%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D808E (or 0x7D808E) is known color: Storm Grey. HEX triplet: 7D, 80 and 8E. RGB value is (125,128,142). Sum of RGB (Red+Green+Blue) = 125+128+142=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D808E is #827F71. Grayscale: #808080. Windows color (decimal): -8552306 or 9339005. OLE color: 9339005.

HSL color Cylindrical-coordinate representation of color #7D808E: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D808E is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 128 142 -
CMYK 0.12 0.10 0 0.44
HSL 229.41º 0.07% 0.52% -
HSV(B) 229.41º 0.12% 0.56% -
XYZ 21.06 21.75 28.68 -
YUV 128.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 125 128 142 0.12 0.10 0 0.44 229.41 0.07 0.52
Hex 7D 80 8E C A 0 2C E5 7 34
Octal 175 200 216 14 12 0 54 345 7 64
Binary 1111101 10000000 10001110 1100 1010 0 101100 11100101 111 110100

Color Harmonies of #7D808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D808E

Black with #7D808E

Text Example


Text Example

White with #7D808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D808E; }

 p { color: rgb(125,128,142); }

 H1.HeaderClassName
 {
   color: #7D808E;
 }
 .AnyTagClassName
 {
   color: #7D808E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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