#77787C

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

Shades of Storm Grey #77787C

Tints of Storm Grey #77787C

Color information

#77787C (or 0x77787C) is unknown color: approx Storm Grey. HEX triplet: 77, 78 and 7C. RGB value is (119,120,124). Sum of RGB (Red+Green+Blue) = 119+120+124=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: blue. Hex color #77787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77787C is #888783. Grayscale: #787878. Windows color (decimal): -8947588 or 8157303. OLE color: 8157303.

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

Color convert

RGB119120124-
CMYK0.040.0300.51
HSL228º2.06%47.65%-
HSV(B)228º4.03%48.63%-
XYZ17.9618.8121.75-
YUV120.16130.17127.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=32.78%
G=33.06%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191201240.040.0300.512282.0647.65
Hex77787C43033e4230
Octal16717017443063344260
Binary1110111111100011111001001101100111110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77787C; }

 p { color: rgb(119,120,124); }

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

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

 a { background-color: rgb(119,120,124); }

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

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

 span { border-color: rgb(119,120,124); }

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