Html Css Color HEX #707895 Storm Grey

📋 copy color: '#707895'

red 112 ◦ green 120 ◦ blue 149

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

Shades of Storm Grey #707895

Tints of Storm Grey #707895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 29.4%
G = 31.5%
B = 39.11%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707895 (or 0x707895) is known color: Storm Grey. HEX triplet: 70, 78 and 95. RGB value is (112,120,149). Sum of RGB (Red+Green+Blue) = 112+120+149=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #707895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707895 is #8F876A. Grayscale: #787878. Windows color (decimal): -9406315 or 9795696. OLE color: 9795696.

HSL color Cylindrical-coordinate representation of color #707895: hue angle of 227.03º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707895 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 120 149 -
CMYK 0.25 0.19 0 0.42
HSL 227.03º 0.15% 0.51% -
HSV(B) 227.03º 0.25% 0.58% -
XYZ 18.82 19.05 31.12 -
YUV 120.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 112 120 149 0.25 0.19 0 0.42 227.03 0.15 0.51
Hex 70 78 95 19 13 0 2A E3 F 33
Octal 160 170 225 31 23 0 52 343 17 63
Binary 1110000 1111000 10010101 11001 10011 0 101010 11100011 1111 110011

Color Harmonies of #707895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707895

Black with #707895

Text Example


Text Example

White with #707895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707895; }

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

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

background-color css

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

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

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

border-color css

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

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

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