#77797D

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

Shades of Storm Grey #77797D

Tints of Storm Grey #77797D

Color information

#77797D (or 0x77797D) is unknown color: approx Storm Grey. HEX triplet: 77, 79 and 7D. RGB value is (119,121,125). Sum of RGB (Red+Green+Blue) = 119+121+125=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 125 - color contains mainly: blue. Hex color #77797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77797D is #888682. Grayscale: #787878. Windows color (decimal): -8947331 or 8223095. OLE color: 8223095.

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

Color convert

RGB119121125-
CMYK0.050.0300.51
HSL220º2.46%47.84%-
HSV(B)220º4.8%49.02%-
XYZ18.1519.0822.13-
YUV120.86130.34126.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=32.60%
G=33.15%
B=34.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191211250.050.0300.512202.4647.84
Hex77797D53033dc230
Octal16717117553063334260
Binary1110111111100111111011011101100111101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77797D; }

 p { color: rgb(119,121,125); }

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

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

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

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

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

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

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