Html Css Color HEX #707694 Storm Grey

📋 copy color: '#707694'

red 112 ◦ green 118 ◦ blue 148

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

Shades of Storm Grey #707694

Tints of Storm Grey #707694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

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

R = 29.63%
G = 31.22%
B = 39.15%

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

#707694 (or 0x707694) is known color: Storm Grey. HEX triplet: 70, 76 and 94. RGB value is (112,118,148). Sum of RGB (Red+Green+Blue) = 112+118+148=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #707694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707694 is #8F896B. Grayscale: #777777. Windows color (decimal): -9406828 or 9729648. OLE color: 9729648.

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

Color convert

RGB 112 118 148 -
CMYK 0.24 0.20 0 0.42
HSL 230º 0.14% 0.51% -
HSV(B) 230º 0.24% 0.58% -
XYZ 18.51 18.54 30.62 -
YUV 119.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 112 118 148 0.24 0.20 0 0.42 230 0.14 0.51
Hex 70 76 94 18 14 0 2A E6 E 33
Octal 160 166 224 30 24 0 52 346 16 63
Binary 1110000 1110110 10010100 11000 10100 0 101010 11100110 1110 110011

Color Harmonies of #707694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707694

Black with #707694

Text Example


Text Example

White with #707694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707694; }

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

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

background-color css

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

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

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

border-color css

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

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

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