Html Css Color HEX #707897 Storm Grey

📋 copy color: '#707897'

red 112 ◦ green 120 ◦ blue 151

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

Shades of Storm Grey #707897

Tints of Storm Grey #707897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 29.24%
G = 31.33%
B = 39.43%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707897 (or 0x707897) is known color: Storm Grey. HEX triplet: 70, 78 and 97. RGB value is (112,120,151). Sum of RGB (Red+Green+Blue) = 112+120+151=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #707897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707897 is #8F8768. Grayscale: #797979. Windows color (decimal): -9406313 or 9926768. OLE color: 9926768.

HSL color Cylindrical-coordinate representation of color #707897: hue angle of 227.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707897 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 120 151 -
CMYK 0.26 0.21 0 0.41
HSL 227.69º 0.16% 0.52% -
HSV(B) 227.69º 0.26% 0.59% -
XYZ 18.98 19.11 31.97 -
YUV 121.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 112 120 151 0.26 0.21 0 0.41 227.69 0.16 0.52
Hex 70 78 97 1A 15 0 29 E4 10 34
Octal 160 170 227 32 25 0 51 344 20 64
Binary 1110000 1111000 10010111 11010 10101 0 101001 11100100 10000 110100

Color Harmonies of #707897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707897

Black with #707897

Text Example


Text Example

White with #707897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707897; }

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

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

background-color css

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

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

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

border-color css

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

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

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