#79798E

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

Shades of Storm Grey #79798E

Tints of Storm Grey #79798E

Color information

#79798E (or 0x79798E) is unknown color: approx Storm Grey. HEX triplet: 79, 79 and 8E. RGB value is (121,121,142). Sum of RGB (Red+Green+Blue) = 121+121+142=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #79798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79798E is #868671. Grayscale: #7B7B7B. Windows color (decimal): -8816242 or 9337209. OLE color: 9337209.

HSL color Cylindrical-coordinate representation of color #79798E: hue angle of 240º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79798E is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121121142-
CMYK0.150.1500.44
HSL240º8.5%51.57%-
HSV(B)240º14.79%55.69%-
XYZ19.6119.6928.36-
YUV123.39138.5126.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=31.51%
G=31.51%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211211420.150.1500.442408.551.57
Hex79798EFF02Cf0934
Octal17117121617170543601164
Binary1111001111100110001110111111110101100111100001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79798E; }

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

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

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

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

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

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

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

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