#777E91

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

Shades of Storm Grey #777E91

Tints of Storm Grey #777E91

Color information

#777E91 (or 0x777E91) is unknown color: approx Storm Grey. HEX triplet: 77, 7E and 91. RGB value is (119,126,145). Sum of RGB (Red+Green+Blue) = 119+126+145=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #777E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E91 is #88816E. Grayscale: #7D7D7D. Windows color (decimal): -8946031 or 9535095. OLE color: 9535095.

HSL color Cylindrical-coordinate representation of color #777E91: hue angle of 223.85º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777E91 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119126145-
CMYK0.180.1300.43
HSL223.85º10.57%51.76%-
HSV(B)223.85º17.93%56.86%-
XYZ20.1820.8929.76-
YUV126.07138.68122.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=30.51%
G=32.31%
B=37.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191261450.180.1300.43223.8510.5751.76
Hex777E9112D02Be0b34
Octal16717622122150533401364
Binary11101111111110100100011001011010101011111000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,126,145); }

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

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

 a { background-color: rgb(119,126,145); }

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

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

 span { border-color: rgb(119,126,145); }

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