Html Css Color HEX #707695 Storm Grey

📋 copy color: '#707695'

red 112 ◦ green 118 ◦ blue 149

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

Shades of Storm Grey #707695

Tints of Storm Grey #707695

RGB

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

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

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

R = 29.55%
G = 31.13%
B = 39.31%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707695 (or 0x707695) is known color: Storm Grey. HEX triplet: 70, 76 and 95. RGB value is (112,118,149). Sum of RGB (Red+Green+Blue) = 112+118+149=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #707695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707695 is #8F896A. Grayscale: #777777. Windows color (decimal): -9406827 or 9795184. OLE color: 9795184.

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

Color convert

RGB 112 118 149 -
CMYK 0.25 0.21 0 0.42
HSL 230.27º 0.15% 0.51% -
HSV(B) 230.27º 0.25% 0.58% -
XYZ 18.59 18.57 31.04 -
YUV 119.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 112 118 149 0.25 0.21 0 0.42 230.27 0.15 0.51
Hex 70 76 95 19 15 0 2A E6 F 33
Octal 160 166 225 31 25 0 52 346 17 63
Binary 1110000 1110110 10010101 11001 10101 0 101010 11100110 1111 110011

Color Harmonies of #707695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707695

Black with #707695

Text Example


Text Example

White with #707695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707695; }

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

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

background-color css

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

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

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

border-color css

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

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

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