Html Css Color HEX #707391 Storm Grey

📋 copy color: '#707391'

red 112 ◦ green 115 ◦ blue 145

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

Shades of Storm Grey #707391

Tints of Storm Grey #707391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 30.11%
G = 30.91%
B = 38.98%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707391 (or 0x707391) is known color: Storm Grey. HEX triplet: 70, 73 and 91. RGB value is (112,115,145). Sum of RGB (Red+Green+Blue) = 112+115+145=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #707391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707391 is #8F8C6E. Grayscale: #757575. Windows color (decimal): -9407599 or 9532272. OLE color: 9532272.

HSL color Cylindrical-coordinate representation of color #707391: hue angle of 234.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707391 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 115 145 -
CMYK 0.23 0.21 0 0.43
HSL 234.55º 0.13% 0.5% -
HSV(B) 234.55º 0.23% 0.57% -
XYZ 17.92 17.75 29.27 -
YUV 117.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 112 115 145 0.23 0.21 0 0.43 234.55 0.13 0.5
Hex 70 73 91 17 15 0 2B EB D 32
Octal 160 163 221 27 25 0 53 353 15 62
Binary 1110000 1110011 10010001 10111 10101 0 101011 11101011 1101 110010

Color Harmonies of #707391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707391

Black with #707391

Text Example


Text Example

White with #707391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707391; }

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

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

background-color css

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

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

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

border-color css

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

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

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