#707596

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

Shades of Storm Grey #707596

Tints of Storm Grey #707596

Color information

#707596 (or 0x707596) is unknown color: approx Storm Grey. HEX triplet: 70, 75 and 96. RGB value is (112,117,150). Sum of RGB (Red+Green+Blue) = 112+117+150=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #707596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707596 is #8F8A69. Grayscale: #777777. Windows color (decimal): -9407082 or 9860464. OLE color: 9860464.

HSL color Cylindrical-coordinate representation of color #707596: hue angle of 232.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707596 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112117150-
CMYK0.250.2200.41
HSL232.11º15.32%51.37%-
HSV(B)232.11º25.33%58.82%-
XYZ18.5518.3731.42-
YUV119.27145.34122.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=29.55%
G=30.87%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121171500.250.2200.41232.1115.3251.37
Hex7075961916029e8f33
Octal16016522631260513501763
Binary111000011101011001011011001101100101001111010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707596; }

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

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

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

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

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

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

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

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