#797E85

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

Shades of Storm Grey #797E85

Tints of Storm Grey #797E85

Color information

#797E85 (or 0x797E85) is unknown color: approx Storm Grey. HEX triplet: 79, 7E and 85. RGB value is (121,126,133). Sum of RGB (Red+Green+Blue) = 121+126+133=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #797E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E85 is #86817A. Grayscale: #7D7D7D. Windows color (decimal): -8814971 or 8748665. OLE color: 8748665.

HSL color Cylindrical-coordinate representation of color #797E85: hue angle of 215º 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 #797E85 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121126133-
CMYK0.090.0500.48
HSL215º4.72%49.8%-
HSV(B)215º9.02%52.16%-
XYZ19.5820.6825.15-
YUV125.3132.34124.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 133 (52.34% from 255) = 35%
R=31.84%
G=33.16%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211261330.090.0500.482154.7249.8
Hex797E8595030d7532
Octal171176205115060327562
Binary11110011111110100001011001101011000011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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