#7E808F

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

Shades of Storm Grey #7E808F

Tints of Storm Grey #7E808F

Color information

#7E808F (or 0x7E808F) is unknown color: approx Storm Grey. HEX triplet: 7E, 80 and 8F. RGB value is (126,128,143). Sum of RGB (Red+Green+Blue) = 126+128+143=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E808F is #817F70. Grayscale: #818181. Windows color (decimal): -8486769 or 9404542. OLE color: 9404542.

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

Color convert

RGB126128143-
CMYK0.120.1000.44
HSL232.94º7.05%52.75%-
HSV(B)232.94º11.89%56.08%-
XYZ21.2821.8629.08-
YUV129.11135.84125.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=31.74%
G=32.24%
B=36.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261281430.120.1000.44232.947.0552.75
Hex7E808FCA02Ce9735
Octal1762002171412054351765
Binary1111110100000001000111111001010010110011101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,128,143); }

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

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

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

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

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

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

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