#777D8A

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

Shades of Storm Grey #777D8A

Tints of Storm Grey #777D8A

Color information

#777D8A (or 0x777D8A) is unknown color: approx Storm Grey. HEX triplet: 77, 7D and 8A. RGB value is (119,125,138). Sum of RGB (Red+Green+Blue) = 119+125+138=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #777D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D8A is #888275. Grayscale: #7C7C7C. Windows color (decimal): -8946294 or 9076087. OLE color: 9076087.

HSL color Cylindrical-coordinate representation of color #777D8A: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777D8A is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119125138-
CMYK0.140.0900.46
HSL221.05º7.51%50.39%-
HSV(B)221.05º13.77%54.12%-
XYZ19.5320.4226.96-
YUV124.69135.51123.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=31.15%
G=32.72%
B=36.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191251380.140.0900.46221.057.5150.39
Hex777D8AE902Edd832
Octal16717521216110563351062
Binary1110111111110110001010111010010101110110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,138); }

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

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

 a { background-color: rgb(119,125,138); }

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

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

 span { border-color: rgb(119,125,138); }

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