#70788E

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

Shades of Storm Grey #70788E

Tints of Storm Grey #70788E

Color information

#70788E (or 0x70788E) is unknown color: approx Storm Grey. HEX triplet: 70, 78 and 8E. RGB value is (112,120,142). Sum of RGB (Red+Green+Blue) = 112+120+142=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #70788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70788E is #8F8771. Grayscale: #787878. Windows color (decimal): -9406322 or 9336944. OLE color: 9336944.

HSL color Cylindrical-coordinate representation of color #70788E: hue angle of 224º 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 #70788E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112120142-
CMYK0.210.1500.44
HSL224º11.81%49.8%-
HSV(B)224º21.13%55.69%-
XYZ18.2818.8328.26-
YUV120.12140.35122.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=29.95%
G=32.09%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121201420.210.1500.4422411.8149.8
Hex70788E15F02Ce0c32
Octal16017021625170543401462
Binary11100001111000100011101010111110101100111000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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