#777B84

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

Shades of Storm Grey #777B84

Tints of Storm Grey #777B84

Color information

#777B84 (or 0x777B84) is unknown color: approx Storm Grey. HEX triplet: 77, 7B and 84. RGB value is (119,123,132). Sum of RGB (Red+Green+Blue) = 119+123+132=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 132 - color contains mainly: blue. Hex color #777B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B84 is #88847B. Grayscale: #7A7A7A. Windows color (decimal): -8946812 or 8682359. OLE color: 8682359.

HSL color Cylindrical-coordinate representation of color #777B84: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #777B84 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119123132-
CMYK0.100.0700.48
HSL221.54º5.18%49.22%-
HSV(B)221.54º9.85%51.76%-
XYZ18.8619.7524.65-
YUV122.83133.17125.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=31.82%
G=32.89%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191231320.100.0700.48221.545.1849.22
Hex777B84A7030de531
Octal167173204127060336561
Binary11101111111011100001001010111011000011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,123,132); }

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

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

 a { background-color: rgb(119,123,132); }

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

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

 span { border-color: rgb(119,123,132); }

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