#777990

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

Shades of Storm Grey #777990

Tints of Storm Grey #777990

Color information

#777990 (or 0x777990) is unknown color: approx Storm Grey. HEX triplet: 77, 79 and 90. RGB value is (119,121,144). Sum of RGB (Red+Green+Blue) = 119+121+144=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #777990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777990 is #88866F. Grayscale: #7A7A7A. Windows color (decimal): -8947312 or 9468279. OLE color: 9468279.

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

Color convert

RGB119121144-
CMYK0.170.1600.44
HSL235.2º10.12%51.57%-
HSV(B)235.2º17.36%56.47%-
XYZ19.4819.6129.14-
YUV123.02139.84125.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=30.99%
G=31.51%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191211440.170.1600.44235.210.1251.57
Hex777990111002Ceba34
Octal16717122021200543531264
Binary111011111110011001000010001100000101100111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777990; }

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

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

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

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

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

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

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

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