#707885

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

Shades of Storm Grey #707885

Tints of Storm Grey #707885

Color information

#707885 (or 0x707885) is unknown color: approx Storm Grey. HEX triplet: 70, 78 and 85. RGB value is (112,120,133). Sum of RGB (Red+Green+Blue) = 112+120+133=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #707885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707885 is #8F877A. Grayscale: #777777. Windows color (decimal): -9406331 or 8747120. OLE color: 8747120.

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

Color convert

RGB112120133-
CMYK0.160.1000.48
HSL217.14º8.57%48.04%-
HSV(B)217.14º15.79%52.16%-
XYZ17.6318.5724.85-
YUV119.09135.85122.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=30.68%
G=32.88%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121201330.160.1000.48217.148.5748.04
Hex70788510A030d9930
Octal16017020520120603311160
Binary11100001111000100001011000010100110000110110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707885; }

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

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

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

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

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

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

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

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