#707985

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

Shades of Storm Grey #707985

Tints of Storm Grey #707985

Color information

#707985 (or 0x707985) is unknown color: approx Storm Grey. HEX triplet: 70, 79 and 85. RGB value is (112,121,133). Sum of RGB (Red+Green+Blue) = 112+121+133=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #707985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707985 is #8F867A. Grayscale: #777777. Windows color (decimal): -9406075 or 8747376. OLE color: 8747376.

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

Color convert

RGB112121133-
CMYK0.160.0900.48
HSL214.29º8.57%48.04%-
HSV(B)214.29º15.79%52.16%-
XYZ17.7518.8124.89-
YUV119.68135.52122.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=30.60%
G=33.06%
B=36.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121211330.160.0900.48214.298.5748.04
Hex707985109030d6930
Octal16017120520110603261160
Binary11100001111001100001011000010010110000110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707985; }

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

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

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

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

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

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

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

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