Html Css Color HEX #70718D Storm Grey

📋 copy color: '#70718D'

red 112 ◦ green 113 ◦ blue 141

#70718D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #70718D

Tints of Storm Grey #70718D

RGB

 RED value IS 112 (44.14% from 255) = 30.6%

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 30.6%
G = 30.87%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70718D (or 0x70718D) is known color: 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

RGB 112 113 141 -
CMYK 0.21 0.20 0 0.45
HSL 237.93º 0.11% 0.5% -
HSV(B) 237.93º 0.21% 0.55% -
XYZ 17.39 17.18 27.6 -
YUV 115.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 112 113 141 0.21 0.20 0 0.45 237.93 0.11 0.5
Hex 70 71 8D 15 14 0 2D EE B 32
Octal 160 161 215 25 24 0 55 356 13 62
Binary 1110000 1110001 10001101 10101 10100 0 101101 11101110 1011 110010

Color Harmonies of #70718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70718D

Black with #70718D

Text Example


Text Example

White with #70718D

Text Example


Text Example

HTML Codes & Css Web 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>