#797981

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

Shades of Storm Grey #797981

Tints of Storm Grey #797981

Color information

#797981 (or 0x797981) is unknown color: approx Storm Grey. HEX triplet: 79, 79 and 81. RGB value is (121,121,129). Sum of RGB (Red+Green+Blue) = 121+121+129=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 129 - color contains mainly: blue. Hex color #797981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797981 is #86867E. Grayscale: #797979. Windows color (decimal): -8816255 or 8485241. OLE color: 8485241.

HSL color Cylindrical-coordinate representation of color #797981: hue angle of 240º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #797981 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB121121129-
CMYK0.060.0600.49
HSL240º3.2%49.02%-
HSV(B)240º6.2%50.59%-
XYZ18.6819.3223.51-
YUV121.91132127.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=32.61%
G=32.61%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211211290.060.0600.492403.249.02
Hex79798166031f0331
Octal17117120166061360361
Binary111100111110011000000111011001100011111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797981; }

 p { color: rgb(121,121,129); }

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

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

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

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

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

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

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