#777E94

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

Shades of Storm Grey #777E94

Tints of Storm Grey #777E94

Color information

#777E94 (or 0x777E94) is unknown color: approx Storm Grey. HEX triplet: 77, 7E and 94. RGB value is (119,126,148). Sum of RGB (Red+Green+Blue) = 119+126+148=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #777E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E94 is #88816B. Grayscale: #7E7E7E. Windows color (decimal): -8946028 or 9731703. OLE color: 9731703.

HSL color Cylindrical-coordinate representation of color #777E94: hue angle of 225.52º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777E94 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119126148-
CMYK0.200.1500.42
HSL225.52º11.93%52.35%-
HSV(B)225.52º19.59%58.04%-
XYZ20.4120.9830.99-
YUV126.41140.18122.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=30.28%
G=32.06%
B=37.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191261480.200.1500.42225.5211.9352.35
Hex777E9414F02Ae2c34
Octal16717622424170523421464
Binary11101111111110100101001010011110101010111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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