#707176

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

Shades of Storm Grey #707176

Tints of Storm Grey #707176

Color information

#707176 (or 0x707176) is unknown color: approx Storm Grey. HEX triplet: 70, 71 and 76. RGB value is (112,113,118). Sum of RGB (Red+Green+Blue) = 112+113+118=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: blue. Hex color #707176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707176 is #8F8E89. Grayscale: #717171. Windows color (decimal): -9408138 or 7762288. OLE color: 7762288.

HSL color Cylindrical-coordinate representation of color #707176: hue angle of 230º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707176 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112113118-
CMYK0.050.0400.54
HSL230º2.61%45.1%-
HSV(B)230º5.08%46.27%-
XYZ15.8616.5619.5-
YUV113.27130.67127.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=32.65%
G=32.94%
B=34.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121131180.050.0400.542302.6145.1
Hex70717654036e632d
Octal16016116654066346355
Binary11100001110001111011010110001101101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707176; }

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

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

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

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

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

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

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

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