COLOR #777E92

HEX: #777E92
RGB: (119,126,146)

Color info

#777E92 contains red, green and blue colors in about the same proportion. Web safe color of #777E92 is #666699 (or #669).

RGB color model

#777E92 color RGB value is (119,126,146).

  • red value is 119;
  • green value is 126;
  • blue value is 146.
RGB:
(119,126,146)
(47%,49%,57%)

RGB channels and saturation

R 119 of 255 = 47%
G 126 of 255 = 49%
B 146 of 255 = 57%

119
126
146

R + G + B ~ 51%. #777E92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 126 + 146 = 391 (100%)
R 119 of 391 ~ 30.43%
G 126 of 391 ~ 32.23%
B 146 of 391 ~ 37.34%

%30.43
%32.23
%37.34

CMYK color model

#777E92 color CMYK value is (18,14,0,43).

  • cyan value is 18.49%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,14,0,43)
C18M14Y0K43 
(18%,14%,0%,43%)
(0.18/0.14/0.00/0.43)	

CMYK percentages

%18.49
%13.7
%0
%42.75

Codes

Color #777E92 in popluar color models

777E92
RGB119126146
HSL224°11.02%51.96%
HSB/HSV224°18.49%57.25%
CMYK18.49%13.70%0.00%
42.75%

Color #777E92 in popluar number systems.

HEX777E92
Decimal119126146
Binary1110111111111010010010
Octal167176222

Shades and tints

Shades of #777E92

#777E92
(119,126,146)
#6D7385
(109,115,133)
#636878
(99,104,120)
#595D6B
(89,93,107)
#4F525E
(79,82,94)
#454751
(69,71,81)
#3B3C44
(59,60,68)
#313137
(49,49,55)
#27262A
(39,38,42)
#1D1B1D
(29,27,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #777E92

#777E92
(119,126,146)
#83899B
(131,137,155)
#8F94A4
(143,148,164)
#9B9FAD
(155,159,173)
#A7AAB6
(167,170,182)
#B3B5BF
(179,181,191)
#BFC0C8
(191,192,200)
#CBCBD1
(203,203,209)
#D7D6DA
(215,214,218)
#E3E1E3
(227,225,227)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777E92 color. Also use rgb(119,126,146) instead hex code.

Text Font Color

.myTextColor { color: #777E92; }

<p style="color:#777E92">This sample text font color is #777E92.</p>

This text font color is #777E92.


Background Color

.myBgColor { background-color: #777E92; }

<div style="background-color:#777E92">Inner text</div>

This div background color is #777E92.


Border color

.myBorderColor { border: 1px solid #777E92; }

<div style="border:3px solid #777E92">Div</div>

This div border color is #777E92.


Opacity

.myOpacity80 { color: #777E92; opacity: 0.8; }

<p style="color:#777E92;opacity:0.8;">80%</p>

Text with #777E92 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #777E92;}

<p style="text-shadow: 3px 3px 1px #777E92">Text here.</p>

This text has shadow with #777E92 color.

.textShadow {text-shadow: 3px 3px 1px #777E92, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #777E92, 5px 5px 20px red">Text here.</p>

This text has shadow with #777E92 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#777E92, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#777E92, Direction=45, Strength=4)">Text</p>

This text has shadow with #777E92 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #777E92;
  -webkit-box-shadow:	1px 1px 3px 2px #777E92;
  box-shadow:		1px 1px 3px 2px #777E92;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #777E92;
-webkit-box-shadow: 1px 1px 3px 2px #777E92;
box-shadow:1px 1px 3px 2px #777E92;">
Div content here</div>
This div box has shadow with color #777E92.

Preview

Color preview on black background

This text has color #777E92 on black background.


Color preview on white background

This text has color #777E92 on white background.



Black color preview on #777E92 background

This text has black color on #777E92 background.


White color preview on #777E92 background

This text has white color on #777E92 background.