Html Css Color HEX #707593 Storm Grey

📋 copy color: '#707593'

red 112 ◦ green 117 ◦ blue 147

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

Shades of Storm Grey #707593

Tints of Storm Grey #707593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 29.79%
G = 31.12%
B = 39.1%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707593 (or 0x707593) is known color: Storm Grey. HEX triplet: 70, 75 and 93. RGB value is (112,117,147). Sum of RGB (Red+Green+Blue) = 112+117+147=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #707593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707593 is #8F8A6C. Grayscale: #767676. Windows color (decimal): -9407085 or 9663856. OLE color: 9663856.

HSL color Cylindrical-coordinate representation of color #707593: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707593 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 117 147 -
CMYK 0.24 0.20 0 0.42
HSL 231.43º 0.14% 0.51% -
HSV(B) 231.43º 0.24% 0.58% -
XYZ 18.31 18.27 30.17 -
YUV 118.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 112 117 147 0.24 0.20 0 0.42 231.43 0.14 0.51
Hex 70 75 93 18 14 0 2A E7 E 33
Octal 160 165 223 30 24 0 52 347 16 63
Binary 1110000 1110101 10010011 11000 10100 0 101010 11100111 1110 110011

Color Harmonies of #707593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707593

Black with #707593

Text Example


Text Example

White with #707593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707593; }

 p { color: rgb(112,117,147); }

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

background-color css

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

 a { background-color: rgb(112,117,147); }

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

border-color css

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

 span { border-color: rgb(112,117,147); }

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