#70778e

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

Shades of Storm Grey #70778E

Tints of Storm Grey #70778E

Color information

#70778E (or 0x70778E) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 8E. RGB value is (112,119,142). Sum of RGB (Red+Green+Blue) = 112+119+142=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #70778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70778E is #8F8871. Grayscale: #777777. Windows color (decimal): -9406578 or 9336688. OLE color: 9336688.

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

Color convert

RGB112119142-
CMYK0.210.1600.44
HSL226º11.81%49.8%-
HSV(B)226º21.13%55.69%-
XYZ18.1618.5928.22-
YUV119.53140.68122.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=30.03%
G=31.90%
B=38.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121191420.210.1600.4422611.8149.8
Hex70778E151002Ce2c32
Octal16016721625200543421462
Binary111000011101111000111010101100000101100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70778e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70778e; }

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

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

<style>
 a { background-color: #70778e; }

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

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

<style>
 span { border-color: #70778e; }

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

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