#707695

Color #707695 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #707695

Tints of Storm Grey #707695

Color information

#707695 (or 0x707695) is unknown color: approx 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

RGB112118149-
CMYK0.250.2100.42
HSL230.27º14.86%51.18%-
HSV(B)230.27º24.83%58.43%-
XYZ18.5918.5731.04-
YUV119.74144.51122.48-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121181490.250.2100.42230.2714.8651.18
Hex707695191502Ae6f33
Octal16016622531250523461763
Binary111000011101101001010111001101010101010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>