#797E89

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

Shades of Storm Grey #797E89

Tints of Storm Grey #797E89

Color information

#797E89 (or 0x797E89) is unknown color: approx Storm Grey. HEX triplet: 79, 7E and 89. RGB value is (121,126,137). Sum of RGB (Red+Green+Blue) = 121+126+137=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #797E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797E89 is #868176. Grayscale: #7D7D7D. Windows color (decimal): -8814967 or 9010809. OLE color: 9010809.

HSL color Cylindrical-coordinate representation of color #797E89: hue angle of 221.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797E89 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121126137-
CMYK0.120.0800.46
HSL221.25º6.35%50.59%-
HSV(B)221.25º11.68%53.73%-
XYZ19.8620.7926.63-
YUV125.76134.34124.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=31.51%
G=32.81%
B=35.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211261370.120.0800.46221.256.3550.59
Hex797E89C802Edd633
Octal1711762111410056335663
Binary111100111111101000100111001000010111011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,126,137); }

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

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

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

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

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

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

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