#707285

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

Shades of Storm Grey #707285

Tints of Storm Grey #707285

Color information

#707285 (or 0x707285) is unknown color: approx Storm Grey. HEX triplet: 70, 72 and 85. RGB value is (112,114,133). Sum of RGB (Red+Green+Blue) = 112+114+133=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #707285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707285 is #8F8D7A. Grayscale: #737373. Windows color (decimal): -9407867 or 8745584. OLE color: 8745584.

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

Color convert

RGB112114133-
CMYK0.160.1400.48
HSL234.29º8.57%48.04%-
HSV(B)234.29º15.79%52.16%-
XYZ16.9317.1724.61-
YUV115.57137.84125.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=31.20%
G=31.75%
B=37.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121141330.160.1400.48234.298.5748.04
Hex70728510E030ea930
Octal16016220520160603521160
Binary11100001110010100001011000011100110000111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707285; }

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

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

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

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

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

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

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

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