#777A80

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

Shades of Storm Grey #777A80

Tints of Storm Grey #777A80

Color information

#777A80 (or 0x777A80) is unknown color: approx Storm Grey. HEX triplet: 77, 7A and 80. RGB value is (119,122,128). Sum of RGB (Red+Green+Blue) = 119+122+128=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 128 - color contains mainly: blue. Hex color #777A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A80 is #88857F. Grayscale: #797979. Windows color (decimal): -8947072 or 8419959. OLE color: 8419959.

HSL color Cylindrical-coordinate representation of color #777A80: hue angle of 220º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777A80 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB119122128-
CMYK0.070.0500.50
HSL220º3.64%48.43%-
HSV(B)220º7.03%50.2%-
XYZ18.4619.423.19-
YUV121.79131.51126.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=32.25%
G=33.06%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191221280.070.0500.502203.6448.43
Hex777A8075032dc430
Octal16717220075062334460
Binary1110111111101010000000111101011001011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A80; }

 p { color: rgb(119,122,128); }

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

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

 a { background-color: rgb(119,122,128); }

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

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

 span { border-color: rgb(119,122,128); }

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