COLOR #774E99

HEX: #774E99
RGB: (119,78,153)

Color info

#774E99 contains mainly red and blue colors. Web safe color of #774E99 is #666699 (or #669).

RGB color model

#774E99 color RGB value is (119,78,153).

  • red value is 119;
  • green value is 78;
  • blue value is 153.
RGB:
(119,78,153)
(47%,31%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 78 of 255 = 31%
B 153 of 255 = 60%

119
78
153

R + G + B ~ 46%. #774E99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 78 + 153 = 350 (100%)
R 119 of 350 ~ 34%
G 78 of 350 ~ 22.29%
B 153 of 350 ~ 43.71%

%34
%22.29
%43.71

CMYK color model

#774E99 color CMYK value is (22,49,0,40).

  • cyan value is 22.22%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,49,0,40)
C22M49Y0K40 
(22%,49%,0%,40%)
(0.22/0.49/0.00/0.40)	

CMYK percentages

%22.22
%49.02
%0
%40

Codes

Color #774E99 in popluar color models

774E99
RGB11978153
HSL273°32.47%45.29%
HSB/HSV273°49.02%60.00%
CMYK22.22%49.02%0.00%
40.00%

Color #774E99 in popluar number systems.

HEX774E99
Decimal11978153
Binary1110111100111010011001
Octal167116231

Shades and tints

Shades of #774E99

#774E99
(119,78,153)
#6D478C
(109,71,140)
#63407F
(99,64,127)
#593972
(89,57,114)
#4F3265
(79,50,101)
#452B58
(69,43,88)
#3B244B
(59,36,75)
#311D3E
(49,29,62)
#271631
(39,22,49)
#1D0F24
(29,15,36)
#130817
(19,8,23)
#000000
(0,0,0)

Tints of #774E99

#774E99
(119,78,153)
#835EA2
(131,94,162)
#8F6EAB
(143,110,171)
#9B7EB4
(155,126,180)
#A78EBD
(167,142,189)
#B39EC6
(179,158,198)
#BFAECF
(191,174,207)
#CBBED8
(203,190,216)
#D7CEE1
(215,206,225)
#E3DEEA
(227,222,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774E99 color. Also use rgb(119,78,153) instead hex code.

Text Font Color

.myTextColor { color: #774E99; }

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

This text font color is #774E99.


Background Color

.myBgColor { background-color: #774E99; }

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

This div background color is #774E99.


Border color

.myBorderColor { border: 1px solid #774E99; }

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

This div border color is #774E99.


Opacity

.myOpacity80 { color: #774E99; opacity: 0.8; }

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

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

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

This text has shadow with #774E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774E99 on black background.


Color preview on white background

This text has color #774E99 on white background.



Black color preview on #774E99 background

This text has black color on #774E99 background.


White color preview on #774E99 background

This text has white color on #774E99 background.