#70728B

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

Shades of Storm Grey #70728B

Tints of Storm Grey #70728B

Color information

#70728B (or 0x70728B) is unknown color: approx Storm Grey. HEX triplet: 70, 72 and 8B. RGB value is (112,114,139). Sum of RGB (Red+Green+Blue) = 112+114+139=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #70728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70728B is #8F8D74. Grayscale: #747474. Windows color (decimal): -9407861 or 9138800. OLE color: 9138800.

HSL color Cylindrical-coordinate representation of color #70728B: hue angle of 235.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70728B is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112114139-
CMYK0.190.1800.45
HSL235.56º10.76%49.22%-
HSV(B)235.56º19.42%54.51%-
XYZ17.3617.3426.86-
YUV116.25140.84124.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=30.68%
G=31.23%
B=38.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121141390.190.1800.45235.5610.7649.22
Hex70728B131202Decb31
Octal16016221323220553541361
Binary111000011100101000101110011100100101101111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70728B; }

 p { color: rgb(112,114,139); }

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

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

 a { background-color: rgb(112,114,139); }

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

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

 span { border-color: rgb(112,114,139); }

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