#70798E

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

Shades of Storm Grey #70798E

Tints of Storm Grey #70798E

Color information

#70798E (or 0x70798E) is unknown color: approx Storm Grey. HEX triplet: 70, 79 and 8E. RGB value is (112,121,142). Sum of RGB (Red+Green+Blue) = 112+121+142=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #70798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798E is #8F8671. Grayscale: #787878. Windows color (decimal): -9406066 or 9337200. OLE color: 9337200.

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

Color convert

RGB112121142-
CMYK0.210.1500.44
HSL222º11.81%49.8%-
HSV(B)222º21.13%55.69%-
XYZ18.419.0728.3-
YUV120.7140.02121.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=29.87%
G=32.27%
B=37.87%

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
Decimal1121211420.210.1500.4422211.8149.8
Hex70798E15F02Cdec32
Octal16017121625170543361462
Binary11100001111001100011101010111110101100110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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