COLOR #777194

HEX: #777194
RGB: (119,113,148)

Color info

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

RGB color model

#777194 color RGB value is (119,113,148).

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

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 148 of 255 = 58%

119
113
148

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

Portions of RGB colors in percentages

R + G + B =
119 + 113 + 148 = 380 (100%)
R 119 of 380 ~ 31.32%
G 113 of 380 ~ 29.74%
B 148 of 380 ~ 38.95%

%31.32
%29.74
%38.95

CMYK color model

#777194 color CMYK value is (20,24,0,42).

  • cyan value is 19.59%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,24,0,42)
C20M24Y0K42 
(20%,24%,0%,42%)
(0.20/0.24/0.00/0.42)	

CMYK percentages

%19.59
%23.65
%0
%41.96

Codes

Color #777194 in popluar color models

777194
RGB119113148
HSL250°14.06%51.18%
HSB/HSV250°23.65%58.04%
CMYK19.59%23.65%0.00%
41.96%

Color #777194 in popluar number systems.

HEX777194
Decimal119113148
Binary1110111111000110010100
Octal167161224

Shades and tints

Shades of #777194

#777194
(119,113,148)
#6D6787
(109,103,135)
#635D7A
(99,93,122)
#59536D
(89,83,109)
#4F4960
(79,73,96)
#453F53
(69,63,83)
#3B3546
(59,53,70)
#312B39
(49,43,57)
#27212C
(39,33,44)
#1D171F
(29,23,31)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #777194

#777194
(119,113,148)
#837D9D
(131,125,157)
#8F89A6
(143,137,166)
#9B95AF
(155,149,175)
#A7A1B8
(167,161,184)
#B3ADC1
(179,173,193)
#BFB9CA
(191,185,202)
#CBC5D3
(203,197,211)
#D7D1DC
(215,209,220)
#E3DDE5
(227,221,229)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777194; }

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

This text font color is #777194.


Background Color

.myBgColor { background-color: #777194; }

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

This div background color is #777194.


Border color

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

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

This div border color is #777194.


Opacity

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

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

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

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

This text has shadow with #777194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777194 on black background.


Color preview on white background

This text has color #777194 on white background.



Black color preview on #777194 background

This text has black color on #777194 background.


White color preview on #777194 background

This text has white color on #777194 background.