Html Css Color HEX #707794 Storm Grey

📋 copy color: '#707794'

red 112 ◦ green 119 ◦ blue 148

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

Shades of Storm Grey #707794

Tints of Storm Grey #707794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 29.55%
G = 31.4%
B = 39.05%

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

#707794 (or 0x707794) is known color: Storm Grey. HEX triplet: 70, 77 and 94. RGB value is (112,119,148). Sum of RGB (Red+Green+Blue) = 112+119+148=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #707794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707794 is #8F886B. Grayscale: #787878. Windows color (decimal): -9406572 or 9729904. OLE color: 9729904.

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

Color convert

RGB 112 119 148 -
CMYK 0.24 0.20 0 0.42
HSL 228.33º 0.14% 0.51% -
HSV(B) 228.33º 0.24% 0.58% -
XYZ 18.62 18.78 30.66 -
YUV 120.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 112 119 148 0.24 0.20 0 0.42 228.33 0.14 0.51
Hex 70 77 94 18 14 0 2A E4 E 33
Octal 160 167 224 30 24 0 52 344 16 63
Binary 1110000 1110111 10010100 11000 10100 0 101010 11100100 1110 110011

Color Harmonies of #707794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707794

Black with #707794

Text Example


Text Example

White with #707794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707794; }

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

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

background-color css

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

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

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

border-color css

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

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

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