#707786

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

Shades of Storm Grey #707786

Tints of Storm Grey #707786

Color information

#707786 (or 0x707786) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 86. RGB value is (112,119,134). Sum of RGB (Red+Green+Blue) = 112+119+134=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #707786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707786 is #8F8879. Grayscale: #767676. Windows color (decimal): -9406586 or 8812400. OLE color: 8812400.

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

Color convert

RGB112119134-
CMYK0.160.1100.47
HSL220.91º8.94%48.24%-
HSV(B)220.91º16.42%52.55%-
XYZ17.5818.3625.17-
YUV118.62136.68123.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=30.68%
G=32.60%
B=36.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121191340.160.1100.47220.918.9448.24
Hex70778610B02Fdd930
Octal16016720620130573351160
Binary11100001110111100001101000010110101111110111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707786; }

 p { color: rgb(112,119,134); }

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

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

 a { background-color: rgb(112,119,134); }

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

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

 span { border-color: rgb(112,119,134); }

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