COLOR #777994

HEX: #777994
RGB: (119,121,148)

Color info

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

RGB color model

#777994 color RGB value is (119,121,148).

  • red value is 119;
  • green value is 121;
  • blue value is 148.
RGB:
(119,121,148)
(47%,47%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 121 of 255 = 47%
B 148 of 255 = 58%

119
121
148

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 148 = 388 (100%)
R 119 of 388 ~ 30.67%
G 121 of 388 ~ 31.19%
B 148 of 388 ~ 38.14%

%30.67
%31.19
%38.14

CMYK color model

#777994 color CMYK value is (20,18,0,42).

  • cyan value is 19.59%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,18,0,42)
C20M18Y0K42 
(20%,18%,0%,42%)
(0.20/0.18/0.00/0.42)	

CMYK percentages

%19.59
%18.24
%0
%41.96

Codes

Color #777994 in popluar color models

777994
RGB119121148
HSL236°11.93%52.35%
HSB/HSV236°19.59%58.04%
CMYK19.59%18.24%0.00%
41.96%

Color #777994 in popluar number systems.

HEX777994
Decimal119121148
Binary1110111111100110010100
Octal167171224

Shades and tints

Shades of #777994

#777994
(119,121,148)
#6D6E87
(109,110,135)
#63637A
(99,99,122)
#59586D
(89,88,109)
#4F4D60
(79,77,96)
#454253
(69,66,83)
#3B3746
(59,55,70)
#312C39
(49,44,57)
#27212C
(39,33,44)
#1D161F
(29,22,31)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #777994

#777994
(119,121,148)
#83859D
(131,133,157)
#8F91A6
(143,145,166)
#9B9DAF
(155,157,175)
#A7A9B8
(167,169,184)
#B3B5C1
(179,181,193)
#BFC1CA
(191,193,202)
#CBCDD3
(203,205,211)
#D7D9DC
(215,217,220)
#E3E5E5
(227,229,229)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777994 color. Also use rgb(119,121,148) instead hex code.

Text Font Color

.myTextColor { color: #777994; }

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

This text font color is #777994.


Background Color

.myBgColor { background-color: #777994; }

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

This div background color is #777994.


Border color

.myBorderColor { border: 1px solid #777994; }

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

This div border color is #777994.


Opacity

.myOpacity80 { color: #777994; opacity: 0.8; }

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

Text with #777994 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 #777994;}

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

This text has shadow with #777994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777994 on black background.


Color preview on white background

This text has color #777994 on white background.



Black color preview on #777994 background

This text has black color on #777994 background.


White color preview on #777994 background

This text has white color on #777994 background.