#70758C

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

Shades of Storm Grey #70758C

Tints of Storm Grey #70758C

Color information

#70758C (or 0x70758C) is unknown color: approx Storm Grey. HEX triplet: 70, 75 and 8C. RGB value is (112,117,140). Sum of RGB (Red+Green+Blue) = 112+117+140=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #70758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70758C is #8F8A73. Grayscale: #767676. Windows color (decimal): -9407092 or 9205104. OLE color: 9205104.

HSL color Cylindrical-coordinate representation of color #70758C: hue angle of 229.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70758C is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112117140-
CMYK0.200.1600.45
HSL229.29º11.11%49.41%-
HSV(B)229.29º20%54.9%-
XYZ17.7818.0627.36-
YUV118.13140.34123.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=30.35%
G=31.71%
B=37.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121171400.200.1600.45229.2911.1149.41
Hex70758C141002De5b31
Octal16016521424200553451361
Binary111000011101011000110010100100000101101111001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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