#797990

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

Shades of Storm Grey #797990

Tints of Storm Grey #797990

Color information

#797990 (or 0x797990) is unknown color: approx Storm Grey. HEX triplet: 79, 79 and 90. RGB value is (121,121,144). Sum of RGB (Red+Green+Blue) = 121+121+144=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #797990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797990 is #86866F. Grayscale: #7B7B7B. Windows color (decimal): -8816240 or 9468281. OLE color: 9468281.

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

Color convert

RGB121121144-
CMYK0.160.1600.44
HSL240º9.39%51.96%-
HSV(B)240º15.97%56.47%-
XYZ19.7619.7529.16-
YUV123.62139.5126.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=31.35%
G=31.35%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211211440.160.1600.442409.3951.96
Hex797990101002Cf0934
Octal17117122020200543601164
Binary111100111110011001000010000100000101100111100001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797990; }

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

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

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

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

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

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

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

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