Html Css Color HEX #707697 Storm Grey

📋 copy color: '#707697'

red 112 ◦ green 118 ◦ blue 151

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

Shades of Storm Grey #707697

Tints of Storm Grey #707697

RGB

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

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

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

R = 29.4%
G = 30.97%
B = 39.63%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707697 (or 0x707697) is known color: Storm Grey. HEX triplet: 70, 76 and 97. RGB value is (112,118,151). Sum of RGB (Red+Green+Blue) = 112+118+151=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #707697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707697 is #8F8968. Grayscale: #777777. Windows color (decimal): -9406825 or 9926256. OLE color: 9926256.

HSL color Cylindrical-coordinate representation of color #707697: hue angle of 230.77º 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 #707697 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 118 151 -
CMYK 0.26 0.22 0 0.41
HSL 230.77º 0.16% 0.52% -
HSV(B) 230.77º 0.26% 0.59% -
XYZ 18.75 18.64 31.89 -
YUV 119.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 112 118 151 0.26 0.22 0 0.41 230.77 0.16 0.52
Hex 70 76 97 1A 16 0 29 E7 10 34
Octal 160 166 227 32 26 0 51 347 20 64
Binary 1110000 1110110 10010111 11010 10110 0 101001 11100111 10000 110100

Color Harmonies of #707697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707697

Black with #707697

Text Example


Text Example

White with #707697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707697; }

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

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

background-color css

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

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

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

border-color css

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

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

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