#70758E

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

Shades of Storm Grey #70758E

Tints of Storm Grey #70758E

Color information

#70758E (or 0x70758E) is unknown color: approx Storm Grey. HEX triplet: 70, 75 and 8E. RGB value is (112,117,142). Sum of RGB (Red+Green+Blue) = 112+117+142=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #70758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70758E is #8F8A71. Grayscale: #767676. Windows color (decimal): -9407090 or 9336176. OLE color: 9336176.

HSL color Cylindrical-coordinate representation of color #70758E: hue angle of 230º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70758E is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112117142-
CMYK0.210.1800.44
HSL230º11.81%49.8%-
HSV(B)230º21.13%55.69%-
XYZ17.9318.1228.14-
YUV118.36141.34123.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=30.19%
G=31.54%
B=38.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121171420.210.1800.4423011.8149.8
Hex70758E151202Ce6c32
Octal16016521625220543461462
Binary111000011101011000111010101100100101100111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,117,142); }

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

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

 a { background-color: rgb(112,117,142); }

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

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

 span { border-color: rgb(112,117,142); }

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