#797A85

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

Shades of Storm Grey #797A85

Tints of Storm Grey #797A85

Color information

#797A85 (or 0x797A85) is unknown color: approx Storm Grey. HEX triplet: 79, 7A and 85. RGB value is (121,122,133). Sum of RGB (Red+Green+Blue) = 121+122+133=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #797A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A85 is #86857A. Grayscale: #7A7A7A. Windows color (decimal): -8815995 or 8747641. OLE color: 8747641.

HSL color Cylindrical-coordinate representation of color #797A85: hue angle of 235º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #797A85 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121122133-
CMYK0.090.0800.48
HSL235º4.72%49.8%-
HSV(B)235º9.02%52.16%-
XYZ19.0819.6824.98-
YUV122.96133.67126.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=32.18%
G=32.45%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211221330.090.0800.482354.7249.8
Hex797A8598030eb532
Octal1711722051110060353562
Binary111100111110101000010110011000011000011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,122,133); }

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

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

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

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

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

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

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