#707585

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

Shades of Storm Grey #707585

Tints of Storm Grey #707585

Color information

#707585 (or 0x707585) is unknown color: approx Storm Grey. HEX triplet: 70, 75 and 85. RGB value is (112,117,133). Sum of RGB (Red+Green+Blue) = 112+117+133=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #707585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707585 is #8F8A7A. Grayscale: #757575. Windows color (decimal): -9407099 or 8746352. OLE color: 8746352.

HSL color Cylindrical-coordinate representation of color #707585: hue angle of 225.71º 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 #707585 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112117133-
CMYK0.160.1200.48
HSL225.71º8.57%48.04%-
HSV(B)225.71º15.79%52.16%-
XYZ17.2817.8624.73-
YUV117.33136.84124.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=30.94%
G=32.32%
B=36.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121171330.160.1200.48225.718.5748.04
Hex70758510C030e2930
Octal16016520520140603421160
Binary11100001110101100001011000011000110000111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707585; }

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

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

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

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

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

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

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

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