#70778F

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

Shades of Storm Grey #70778F

Tints of Storm Grey #70778F

Color information

#70778F (or 0x70778F) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 8F. RGB value is (112,119,143). Sum of RGB (Red+Green+Blue) = 112+119+143=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #70778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70778F is #8F8870. Grayscale: #777777. Windows color (decimal): -9406577 or 9402224. OLE color: 9402224.

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

Color convert

RGB112119143-
CMYK0.220.1700.44
HSL226.45º12.16%50%-
HSV(B)226.45º21.68%56.08%-
XYZ18.2418.6228.62-
YUV119.64141.18122.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=29.95%
G=31.82%
B=38.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121191430.220.1700.44226.4512.1650
Hex70778F161102Ce2c32
Octal16016721726210543421462
Binary111000011101111000111110110100010101100111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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