#797C84

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

Shades of Storm Grey #797C84

Tints of Storm Grey #797C84

Color information

#797C84 (or 0x797C84) is unknown color: approx Storm Grey. HEX triplet: 79, 7C and 84. RGB value is (121,124,132). Sum of RGB (Red+Green+Blue) = 121+124+132=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #797C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C84 is #86837B. Grayscale: #7B7B7B. Windows color (decimal): -8815484 or 8682617. OLE color: 8682617.

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

Color convert

RGB121124132-
CMYK0.080.0600.48
HSL223.64º4.35%49.61%-
HSV(B)223.64º8.33%51.76%-
XYZ19.2620.1524.7-
YUV124.02132.51125.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=32.10%
G=32.89%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211241320.080.0600.48223.644.3549.61
Hex797C8486030e0432
Octal171174204106060340462
Binary11110011111100100001001000110011000011100000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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