#70798C

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

Shades of Storm Grey #70798C

Tints of Storm Grey #70798C

Color information

#70798C (or 0x70798C) is unknown color: approx Storm Grey. HEX triplet: 70, 79 and 8C. RGB value is (112,121,140). Sum of RGB (Red+Green+Blue) = 112+121+140=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #70798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70798C is #8F8673. Grayscale: #787878. Windows color (decimal): -9406068 or 9206128. OLE color: 9206128.

HSL color Cylindrical-coordinate representation of color #70798C: hue angle of 220.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70798C is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112121140-
CMYK0.200.1400.45
HSL220.71º11.11%49.41%-
HSV(B)220.71º20%54.9%-
XYZ18.2519.0127.52-
YUV120.48139.02121.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=30.03%
G=32.44%
B=37.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121211400.200.1400.45220.7111.1149.41
Hex70798C14E02Dddb31
Octal16017121424160553351361
Binary11100001111001100011001010011100101101110111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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