#707178

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

Shades of Storm Grey #707178

Tints of Storm Grey #707178

Color information

#707178 (or 0x707178) is unknown color: approx Storm Grey. HEX triplet: 70, 71 and 78. RGB value is (112,113,120). Sum of RGB (Red+Green+Blue) = 112+113+120=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 120 - color contains mainly: blue. Hex color #707178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707178 is #8F8E87. Grayscale: #717171. Windows color (decimal): -9408136 or 7893360. OLE color: 7893360.

HSL color Cylindrical-coordinate representation of color #707178: hue angle of 232.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707178 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112113120-
CMYK0.070.0600.53
HSL232.5º3.45%45.49%-
HSV(B)232.5º6.67%47.06%-
XYZ15.9816.6120.13-
YUV113.5131.67126.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=32.46%
G=32.75%
B=34.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121131200.070.0600.53232.53.4545.49
Hex70717876035e832d
Octal16016117076065350355
Binary11100001110001111100011111001101011110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707178; }

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

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

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

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

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

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

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

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