#70737E

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

Shades of Storm Grey #70737E

Tints of Storm Grey #70737E

Color information

#70737E (or 0x70737E) is unknown color: approx Storm Grey. HEX triplet: 70, 73 and 7E. RGB value is (112,115,126). Sum of RGB (Red+Green+Blue) = 112+115+126=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 126 - color contains mainly: blue. Hex color #70737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70737E is #8F8C81. Grayscale: #737373. Windows color (decimal): -9407618 or 8287088. OLE color: 8287088.

HSL color Cylindrical-coordinate representation of color #70737E: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70737E is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112115126-
CMYK0.110.0900.51
HSL227.14º5.88%46.67%-
HSV(B)227.14º11.11%49.41%-
XYZ16.5817.2122.19-
YUV115.36134.01125.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=31.73%
G=32.58%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121151260.110.0900.51227.145.8846.67
Hex70737EB9033e362f
Octal1601631761311063343657
Binary11100001110011111111010111001011001111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70737E; }

 p { color: rgb(112,115,126); }

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

<style>
 a { background-color: #70737E; }

 a { background-color: rgb(112,115,126); }

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

<style>
 span { border-color: #70737E; }

 span { border-color: rgb(112,115,126); }

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