#797D84

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

Shades of Storm Grey #797D84

Tints of Storm Grey #797D84

Color information

#797D84 (or 0x797D84) is unknown color: approx Storm Grey. HEX triplet: 79, 7D and 84. RGB value is (121,125,132). Sum of RGB (Red+Green+Blue) = 121+125+132=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #797D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D84 is #86827B. Grayscale: #7C7C7C. Windows color (decimal): -8815228 or 8682873. OLE color: 8682873.

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

Color convert

RGB121125132-
CMYK0.080.0500.48
HSL218.18º4.35%49.61%-
HSV(B)218.18º8.33%51.76%-
XYZ19.3820.424.75-
YUV124.6132.17125.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=32.01%
G=33.07%
B=34.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211251320.080.0500.48218.184.3549.61
Hex797D8485030da432
Octal171175204105060332462
Binary11110011111101100001001000101011000011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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