Html Css Color HEX #707894 Storm Grey

📋 copy color: '#707894'

red 112 ◦ green 120 ◦ blue 148

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

Shades of Storm Grey #707894

Tints of Storm Grey #707894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

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

R = 29.47%
G = 31.58%
B = 38.95%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707894 (or 0x707894) is known color: Storm Grey. HEX triplet: 70, 78 and 94. RGB value is (112,120,148). Sum of RGB (Red+Green+Blue) = 112+120+148=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #707894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707894 is #8F876B. Grayscale: #787878. Windows color (decimal): -9406316 or 9730160. OLE color: 9730160.

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

Color convert

RGB 112 120 148 -
CMYK 0.24 0.19 0 0.42
HSL 226.67º 0.14% 0.51% -
HSV(B) 226.67º 0.24% 0.58% -
XYZ 18.74 19.02 30.7 -
YUV 120.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 112 120 148 0.24 0.19 0 0.42 226.67 0.14 0.51
Hex 70 78 94 18 13 0 2A E3 E 33
Octal 160 170 224 30 23 0 52 343 16 63
Binary 1110000 1111000 10010100 11000 10011 0 101010 11100011 1110 110011

Color Harmonies of #707894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707894

Black with #707894

Text Example


Text Example

White with #707894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707894; }

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

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

background-color css

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

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

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

border-color css

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

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

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