#777A87

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

Shades of Storm Grey #777A87

Tints of Storm Grey #777A87

Color information

#777A87 (or 0x777A87) is unknown color: approx Storm Grey. HEX triplet: 77, 7A and 87. RGB value is (119,122,135). Sum of RGB (Red+Green+Blue) = 119+122+135=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #777A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A87 is #888578. Grayscale: #7A7A7A. Windows color (decimal): -8947065 or 8878711. OLE color: 8878711.

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

Color convert

RGB119122135-
CMYK0.120.1000.47
HSL228.75º6.3%49.8%-
HSV(B)228.75º11.85%52.94%-
XYZ18.9419.5925.7-
YUV122.58135.01125.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=31.65%
G=32.45%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191221350.120.1000.47228.756.349.8
Hex777A87CA02Fe5632
Octal1671722071412057345662
Binary111011111110101000011111001010010111111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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