#70727C

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

Shades of Storm Grey #70727C

Tints of Storm Grey #70727C

Color information

#70727C (or 0x70727C) is unknown color: approx Storm Grey. HEX triplet: 70, 72 and 7C. RGB value is (112,114,124). Sum of RGB (Red+Green+Blue) = 112+114+124=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #70727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70727C is #8F8D83. Grayscale: #727272. Windows color (decimal): -9407876 or 8155760. OLE color: 8155760.

HSL color Cylindrical-coordinate representation of color #70727C: hue angle of 230º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70727C is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112114124-
CMYK0.100.0800.51
HSL230º5.08%46.27%-
HSV(B)230º9.68%48.63%-
XYZ16.3416.9321.48-
YUV114.54133.34126.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=32%
G=32.57%
B=35.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121141240.100.0800.512305.0846.27
Hex70727CA8033e652e
Octal1601621741210063346556
Binary11100001110010111110010101000011001111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,114,124); }

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

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

 a { background-color: rgb(112,114,124); }

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

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

 span { border-color: rgb(112,114,124); }

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