#777A84

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

Shades of Storm Grey #777A84

Tints of Storm Grey #777A84

Color information

#777A84 (or 0x777A84) is unknown color: approx Storm Grey. HEX triplet: 77, 7A and 84. RGB value is (119,122,132). Sum of RGB (Red+Green+Blue) = 119+122+132=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 132 - color contains mainly: blue. Hex color #777A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A84 is #88857B. Grayscale: #7A7A7A. Windows color (decimal): -8947068 or 8682103. OLE color: 8682103.

HSL color Cylindrical-coordinate representation of color #777A84: hue angle of 226.15º 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 #777A84 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119122132-
CMYK0.100.0800.48
HSL226.15º5.18%49.22%-
HSV(B)226.15º9.85%51.76%-
XYZ18.7319.5124.61-
YUV122.24133.51125.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=31.90%
G=32.71%
B=35.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191221320.100.0800.48226.155.1849.22
Hex777A84A8030e2531
Octal1671722041210060342561
Binary111011111110101000010010101000011000011100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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