#707986

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

Shades of Storm Grey #707986

Tints of Storm Grey #707986

Color information

#707986 (or 0x707986) is unknown color: approx Storm Grey. HEX triplet: 70, 79 and 86. RGB value is (112,121,134). Sum of RGB (Red+Green+Blue) = 112+121+134=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #707986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707986 is #8F8679. Grayscale: #777777. Windows color (decimal): -9406074 or 8812912. OLE color: 8812912.

HSL color Cylindrical-coordinate representation of color #707986: hue angle of 215.45º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707986 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112121134-
CMYK0.160.1000.47
HSL215.45º8.94%48.24%-
HSV(B)215.45º16.42%52.55%-
XYZ17.8218.8425.25-
YUV119.79136.02122.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=30.52%
G=32.97%
B=36.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121211340.160.1000.47215.458.9448.24
Hex70798610A02Fd7930
Octal16017120620120573271160
Binary11100001111001100001101000010100101111110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707986; }

 p { color: rgb(112,121,134); }

 H1.HeaderClassName
 {
   color: #707986;
 }
 .AnyTagClassName
 {
   color: #707986;
 }
</style>
background-color css

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

 a { background-color: rgb(112,121,134); }

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

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

 span { border-color: rgb(112,121,134); }

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