Html Css Color HEX #70718A Storm Grey

📋 copy color: '#70718A'

red 112 ◦ green 113 ◦ blue 138

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

Shades of Storm Grey #70718A

Tints of Storm Grey #70718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 30.85%
G = 31.13%
B = 38.02%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70718A (or 0x70718A) is known color: Storm Grey. HEX triplet: 70, 71 and 8A. RGB value is (112,113,138). Sum of RGB (Red+Green+Blue) = 112+113+138=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #70718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70718A is #8F8E75. Grayscale: #737373. Windows color (decimal): -9408118 or 9073008. OLE color: 9073008.

HSL color Cylindrical-coordinate representation of color #70718A: hue angle of 237.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70718A is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 113 138 -
CMYK 0.19 0.18 0 0.46
HSL 237.69º 0.1% 0.49% -
HSV(B) 237.69º 0.19% 0.54% -
XYZ 17.17 17.09 26.44 -
YUV 115.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 112 113 138 0.19 0.18 0 0.46 237.69 0.1 0.49
Hex 70 71 8A 13 12 0 2E EE A 31
Octal 160 161 212 23 22 0 56 356 12 61
Binary 1110000 1110001 10001010 10011 10010 0 101110 11101110 1010 110001

Color Harmonies of #70718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70718A

Black with #70718A

Text Example


Text Example

White with #70718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70718A;
 }
 .AnyTagClassName
 {
   color: #70718A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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