Html Css Color HEX #707594 Storm Grey

📋 copy color: '#707594'

red 112 ◦ green 117 ◦ blue 148

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

Shades of Storm Grey #707594

Tints of Storm Grey #707594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 29.71%
G = 31.03%
B = 39.26%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707594 (or 0x707594) is known color: Storm Grey. HEX triplet: 70, 75 and 94. RGB value is (112,117,148). Sum of RGB (Red+Green+Blue) = 112+117+148=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #707594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707594 is #8F8A6B. Grayscale: #767676. Windows color (decimal): -9407084 or 9729392. OLE color: 9729392.

HSL color Cylindrical-coordinate representation of color #707594: hue angle of 231.67º 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 #707594 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 117 148 -
CMYK 0.24 0.21 0 0.42
HSL 231.67º 0.14% 0.51% -
HSV(B) 231.67º 0.24% 0.58% -
XYZ 18.39 18.31 30.58 -
YUV 119.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 112 117 148 0.24 0.21 0 0.42 231.67 0.14 0.51
Hex 70 75 94 18 15 0 2A E8 E 33
Octal 160 165 224 30 25 0 52 350 16 63
Binary 1110000 1110101 10010100 11000 10101 0 101010 11101000 1110 110011

Color Harmonies of #707594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707594

Black with #707594

Text Example


Text Example

White with #707594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707594; }

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

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

background-color css

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

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

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

border-color css

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

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

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