Html Css Color HEX #707994 Storm Grey

📋 copy color: '#707994'

red 112 ◦ green 121 ◦ blue 148

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

Shades of Storm Grey #707994

Tints of Storm Grey #707994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 29.4%
G = 31.76%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707994 (or 0x707994) is known color: Storm Grey. HEX triplet: 70, 79 and 94. RGB value is (112,121,148). Sum of RGB (Red+Green+Blue) = 112+121+148=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #707994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707994 is #8F866B. Grayscale: #797979. Windows color (decimal): -9406060 or 9730416. OLE color: 9730416.

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

Color convert

RGB 112 121 148 -
CMYK 0.24 0.18 0 0.42
HSL 225º 0.14% 0.51% -
HSV(B) 225º 0.24% 0.58% -
XYZ 18.86 19.26 30.74 -
YUV 121.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 112 121 148 0.24 0.18 0 0.42 225 0.14 0.51
Hex 70 79 94 18 12 0 2A E1 E 33
Octal 160 171 224 30 22 0 52 341 16 63
Binary 1110000 1111001 10010100 11000 10010 0 101010 11100001 1110 110011

Color Harmonies of #707994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707994

Black with #707994

Text Example


Text Example

White with #707994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707994; }

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

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

background-color css

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

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

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

border-color css

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

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

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