#70737A

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

Shades of Storm Grey #70737A

Tints of Storm Grey #70737A

Color information

#70737A (or 0x70737A) is unknown color: approx Storm Grey. HEX triplet: 70, 73 and 7A. RGB value is (112,115,122). Sum of RGB (Red+Green+Blue) = 112+115+122=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 122 - color contains mainly: blue. Hex color #70737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70737A is #8F8C85. Grayscale: #727272. Windows color (decimal): -9407622 or 8024944. OLE color: 8024944.

HSL color Cylindrical-coordinate representation of color #70737A: hue angle of 222º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #70737A is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112115122-
CMYK0.080.0600.52
HSL222º4.27%45.88%-
HSV(B)222º8.2%47.84%-
XYZ16.3317.1120.85-
YUV114.9132.01125.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=32.09%
G=32.95%
B=34.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121151220.080.0600.522224.2745.88
Hex70737A86034de42e
Octal160163172106064336456
Binary1110000111001111110101000110011010011011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70737A; }

 p { color: rgb(112,115,122); }

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

<style>
 a { background-color: #70737A; }

 a { background-color: rgb(112,115,122); }

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

<style>
 span { border-color: #70737A; }

 span { border-color: rgb(112,115,122); }

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