#70748C

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

Shades of Storm Grey #70748C

Tints of Storm Grey #70748C

Color information

#70748C (or 0x70748C) is unknown color: approx Storm Grey. HEX triplet: 70, 74 and 8C. RGB value is (112,116,140). Sum of RGB (Red+Green+Blue) = 112+116+140=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #70748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70748C is #8F8B73. Grayscale: #757575. Windows color (decimal): -9407348 or 9204848. OLE color: 9204848.

HSL color Cylindrical-coordinate representation of color #70748C: hue angle of 231.43º 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 #70748C is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112116140-
CMYK0.200.1700.45
HSL231.43º11.11%49.41%-
HSV(B)231.43º20%54.9%-
XYZ17.6617.8327.32-
YUV117.54140.67124.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=30.43%
G=31.52%
B=38.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121161400.200.1700.45231.4311.1149.41
Hex70748C141102De7b31
Octal16016421424210553471361
Binary111000011101001000110010100100010101101111001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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