#797D85

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

Shades of Storm Grey #797D85

Tints of Storm Grey #797D85

Color information

#797D85 (or 0x797D85) is unknown color: approx Storm Grey. HEX triplet: 79, 7D and 85. RGB value is (121,125,133). Sum of RGB (Red+Green+Blue) = 121+125+133=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #797D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D85 is #86827A. Grayscale: #7C7C7C. Windows color (decimal): -8815227 or 8748409. OLE color: 8748409.

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

Color convert

RGB121125133-
CMYK0.090.0600.48
HSL220º4.72%49.8%-
HSV(B)220º9.02%52.16%-
XYZ19.4520.4325.11-
YUV124.72132.67125.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=31.93%
G=32.98%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211251330.090.0600.482204.7249.8
Hex797D8596030dc532
Octal171175205116060334562
Binary11110011111101100001011001110011000011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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