#797989

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

Shades of Storm Grey #797989

Tints of Storm Grey #797989

Color information

#797989 (or 0x797989) is unknown color: approx Storm Grey. HEX triplet: 79, 79 and 89. RGB value is (121,121,137). Sum of RGB (Red+Green+Blue) = 121+121+137=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #797989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797989 is #868676. Grayscale: #7A7A7A. Windows color (decimal): -8816247 or 9009529. OLE color: 9009529.

HSL color Cylindrical-coordinate representation of color #797989: hue angle of 240º 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 #797989 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121121137-
CMYK0.120.1200.46
HSL240º6.35%50.59%-
HSV(B)240º11.68%53.73%-
XYZ19.2419.5526.43-
YUV122.82136126.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=31.93%
G=31.93%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211211370.120.1200.462406.3550.59
Hex797989CC02Ef0633
Octal1711712111414056360663
Binary111100111110011000100111001100010111011110000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797989; }

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

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

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

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

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

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

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

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