#70758D

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

Shades of Storm Grey #70758D

Tints of Storm Grey #70758D

Color information

#70758D (or 0x70758D) is unknown color: approx Storm Grey. HEX triplet: 70, 75 and 8D. RGB value is (112,117,141). Sum of RGB (Red+Green+Blue) = 112+117+141=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #70758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70758D is #8F8A72. Grayscale: #767676. Windows color (decimal): -9407091 or 9270640. OLE color: 9270640.

HSL color Cylindrical-coordinate representation of color #70758D: hue angle of 229.66º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70758D is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112117141-
CMYK0.210.1700.45
HSL229.66º11.46%49.61%-
HSV(B)229.66º20.57%55.29%-
XYZ17.8518.0927.75-
YUV118.24140.84123.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=30.27%
G=31.62%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121171410.210.1700.45229.6611.4649.61
Hex70758D151102De6b32
Octal16016521525210553461362
Binary111000011101011000110110101100010101101111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70758D; }

 p { color: rgb(112,117,141); }

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

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

 a { background-color: rgb(112,117,141); }

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

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

 span { border-color: rgb(112,117,141); }

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