COLOR #774E9E

HEX: #774E9E RGB: (119,78,158)

Color info

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

RGB color model

#774E9E color RGB value is (119,78,158).

RGB: (119,78,158) (47%, 31%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 78 of 255 = 31%
B 158 of 255 = 62%

119
78
158

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

Portions of RGB colors in percentages

R + G + B = 119 + 78 + 158 = 355 (100%)
R 119 of 355 ~ 33.52%
G 78 of 355 ~ 21.97%
B 158 of 355 ~ 44.51'%

%33.52
%21.97
%44.51

CMYK color model

#774E9E color CMYK value is (25,51,0,38).

  • cyan value is 24.68%
  • magenta value is 50.63%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (25,51,0,38)
C25M51Y0K38 (25%, 51%, 0%, 38%)
(0.25 / 0.51 / 0.00 / 0.38)

CMYK percentages

%24.68
%50.63
%0
%38.04

Codes

Color #774E9E in popluar color models

77 4E 9E
RGB 119 78 158
HSL 271° 33.90% 46.27%
HSB/HSV 271° 50.63% 61.96%
CMYK 24.68% 50.63% 0.00%
38.04%

Color #774E9E in popluar number systems.

HEX 77 4E 9E
Decimal 119 78 158
Binary 1110111 1001110 10011110
Octal 167 116 236

Shades and tints

Shades of #774E9E

#774E9E
(119,78,158)
#6D4790
(109,71,144)
#634082
(99,64,130)
#593974
(89,57,116)
#4F3266
(79,50,102)
#452B58
(69,43,88)
#3B244A
(59,36,74)
#311D3C
(49,29,60)
#27162E
(39,22,46)
#1D0F20
(29,15,32)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #774E9E

#774E9E
(119,78,158)
#835EA6
(131,94,166)
#8F6EAE
(143,110,174)
#9B7EB6
(155,126,182)
#A78EBE
(167,142,190)
#B39EC6
(179,158,198)
#BFAECE
(191,174,206)
#CBBED6
(203,190,214)
#D7CEDE
(215,206,222)
#E3DEE6
(227,222,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774E9E; }

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

This text font color is #774E9E.

Background Color

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

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

This div background color is #774E9E.

Border color

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

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

This div border color is #774E9E.

Opacity

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

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

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

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

This text has shadow with #774E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774E9E.

Preview

Color preview on black background

This text has color #774E9E on black background.


Color preview on white background

This text has color #774E9E on white background.


Black color preview on #774E9E background

This text has black color on #774E9E background.


White color preview on #774E9E background

This text has white color on #774E9E background.


Related colors

Complementary color

Complementary color for #hex is #88B161.


I love getcolorcode.com

Triadic colors

1 #9E774E and #4E9E77 with #774E9E are triadic colors.

2 #9E4E77 and #4E779E with #774E9E are triadic colors.