#797E90

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

Shades of Storm Grey #797E90

Tints of Storm Grey #797E90

Color information

#797E90 (or 0x797E90) is unknown color: approx Storm Grey. HEX triplet: 79, 7E and 90. RGB value is (121,126,144). Sum of RGB (Red+Green+Blue) = 121+126+144=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #797E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E90 is #86816F. Grayscale: #7E7E7E. Windows color (decimal): -8814960 or 9469561. OLE color: 9469561.

HSL color Cylindrical-coordinate representation of color #797E90: hue angle of 226.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797E90 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121126144-
CMYK0.160.1200.44
HSL226.96º9.39%51.96%-
HSV(B)226.96º15.97%56.47%-
XYZ20.382129.36-
YUV126.56137.84124.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=30.95%
G=32.23%
B=36.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211261440.160.1200.44226.969.3951.96
Hex797E9010C02Ce3934
Octal17117622020140543431164
Binary11110011111110100100001000011000101100111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797E90; }

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

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

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

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

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

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

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

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