#707487

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

Shades of Storm Grey #707487

Tints of Storm Grey #707487

Color information

#707487 (or 0x707487) is unknown color: approx Storm Grey. HEX triplet: 70, 74 and 87. RGB value is (112,116,135). Sum of RGB (Red+Green+Blue) = 112+116+135=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #707487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707487 is #8F8B78. Grayscale: #747474. Windows color (decimal): -9407353 or 8877168. OLE color: 8877168.

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

Color convert

RGB112116135-
CMYK0.170.1400.47
HSL229.57º9.31%48.43%-
HSV(B)229.57º17.04%52.94%-
XYZ17.317.6825.42-
YUV116.97138.17124.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=30.85%
G=31.96%
B=37.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121161350.170.1400.47229.579.3148.43
Hex70748711E02Fe6930
Octal16016420721160573461160
Binary11100001110100100001111000111100101111111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707487; }

 p { color: rgb(112,116,135); }

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

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

 a { background-color: rgb(112,116,135); }

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

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

 span { border-color: rgb(112,116,135); }

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