#707990

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

Shades of Storm Grey #707990

Tints of Storm Grey #707990

Color information

#707990 (or 0x707990) is unknown color: approx Storm Grey. HEX triplet: 70, 79 and 90. RGB value is (112,121,144). Sum of RGB (Red+Green+Blue) = 112+121+144=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #707990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707990 is #8F866F. Grayscale: #787878. Windows color (decimal): -9406064 or 9468272. OLE color: 9468272.

HSL color Cylindrical-coordinate representation of color #707990: hue angle of 223.12º 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 #707990 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112121144-
CMYK0.220.1600.44
HSL223.12º12.6%50.2%-
HSV(B)223.12º22.22%56.47%-
XYZ18.5519.1329.1-
YUV120.93141.02121.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=29.71%
G=32.10%
B=38.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121211440.220.1600.44223.1212.650.2
Hex707990161002Cdfd32
Octal16017122026200543371562
Binary111000011110011001000010110100000101100110111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707990; }

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

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

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

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

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

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

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

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