#70718D

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

Shades of Storm Grey #70718D

Tints of Storm Grey #70718D

Color information

#70718D (or 0x70718D) is unknown color: approx Storm Grey. HEX triplet: 70, 71 and 8D. RGB value is (112,113,141). Sum of RGB (Red+Green+Blue) = 112+113+141=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #70718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70718D is #8F8E72. Grayscale: #737373. Windows color (decimal): -9408115 or 9269616. OLE color: 9269616.

HSL color Cylindrical-coordinate representation of color #70718D: hue angle of 237.93º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70718D is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112113141-
CMYK0.210.2000.45
HSL237.93º11.46%49.61%-
HSV(B)237.93º20.57%55.29%-
XYZ17.3917.1827.6-
YUV115.89142.17125.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=30.60%
G=30.87%
B=38.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121131410.210.2000.45237.9311.4649.61
Hex70718D151402Deeb32
Octal16016121525240553561362
Binary111000011100011000110110101101000101101111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70718D; }

 p { color: rgb(112,113,141); }

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

<style>
 a { background-color: #70718D; }

 a { background-color: rgb(112,113,141); }

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

<style>
 span { border-color: #70718D; }

 span { border-color: rgb(112,113,141); }

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