#707790

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

Shades of Storm Grey #707790

Tints of Storm Grey #707790

Color information

#707790 (or 0x707790) is unknown color: approx Storm Grey. HEX triplet: 70, 77 and 90. RGB value is (112,119,144). Sum of RGB (Red+Green+Blue) = 112+119+144=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #707790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707790 is #8F886F. Grayscale: #777777. Windows color (decimal): -9406576 or 9467760. OLE color: 9467760.

HSL color Cylindrical-coordinate representation of color #707790: hue angle of 226.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707790 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112119144-
CMYK0.220.1700.44
HSL226.88º12.6%50.2%-
HSV(B)226.88º22.22%56.47%-
XYZ18.3118.6529.02-
YUV119.76141.68122.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=29.87%
G=31.73%
B=38.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121191440.220.1700.44226.8812.650.2
Hex707790161102Ce3d32
Octal16016722026210543431562
Binary111000011101111001000010110100010101100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707790; }

 p { color: rgb(112,119,144); }

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

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

 a { background-color: rgb(112,119,144); }

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

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

 span { border-color: rgb(112,119,144); }

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