#797F87

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

Shades of Storm Grey #797F87

Tints of Storm Grey #797F87

Color information

#797F87 (or 0x797F87) is unknown color: approx Storm Grey. HEX triplet: 79, 7F and 87. RGB value is (121,127,135). Sum of RGB (Red+Green+Blue) = 121+127+135=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #797F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F87 is #868078. Grayscale: #7E7E7E. Windows color (decimal): -8814713 or 8879993. OLE color: 8879993.

HSL color Cylindrical-coordinate representation of color #797F87: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #797F87 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121127135-
CMYK0.100.0600.47
HSL214.29º5.51%50.2%-
HSV(B)214.29º10.37%52.94%-
XYZ19.8520.9925.93-
YUV126.12133.01124.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=31.59%
G=33.16%
B=35.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211271350.100.0600.47214.295.5150.2
Hex797F87A602Fd6632
Octal171177207126057326662
Binary11110011111111100001111010110010111111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,135); }

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

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

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

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

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

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

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