#777E90

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

Shades of Storm Grey #777E90

Tints of Storm Grey #777E90

Color information

#777E90 (or 0x777E90) is unknown color: approx Storm Grey. HEX triplet: 77, 7E and 90. RGB value is (119,126,144). Sum of RGB (Red+Green+Blue) = 119+126+144=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #777E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E90 is #88816F. Grayscale: #7D7D7D. Windows color (decimal): -8946032 or 9469559. OLE color: 9469559.

HSL color Cylindrical-coordinate representation of color #777E90: hue angle of 223.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777E90 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119126144-
CMYK0.170.1200.44
HSL223.2º10.12%51.57%-
HSV(B)223.2º17.36%56.47%-
XYZ20.120.8629.35-
YUV125.96138.18123.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=30.59%
G=32.39%
B=37.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191261440.170.1200.44223.210.1251.57
Hex777E9011C02Cdfa34
Octal16717622021140543371264
Binary11101111111110100100001000111000101100110111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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