#777A90

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

Shades of Storm Grey #777A90

Tints of Storm Grey #777A90

Color information

#777A90 (or 0x777A90) is unknown color: approx Storm Grey. HEX triplet: 77, 7A and 90. RGB value is (119,122,144). Sum of RGB (Red+Green+Blue) = 119+122+144=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #777A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A90 is #88856F. Grayscale: #7B7B7B. Windows color (decimal): -8947056 or 9468535. OLE color: 9468535.

HSL color Cylindrical-coordinate representation of color #777A90: hue angle of 232.8º 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 #777A90 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119122144-
CMYK0.170.1500.44
HSL232.8º10.12%51.57%-
HSV(B)232.8º17.36%56.47%-
XYZ19.619.8529.18-
YUV123.61139.51124.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=30.91%
G=31.69%
B=37.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191221440.170.1500.44232.810.1251.57
Hex777A9011F02Ce9a34
Octal16717222021170543511264
Binary11101111111010100100001000111110101100111010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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