COLOR #774DAA

HEX: #774DAA RGB: (119,77,170)

Color info

#774DAA contains mainly red and blue colors. Web safe color of #774DAA is #663399 (or #639).

RGB color model

#774DAA color RGB value is (119,77,170).

RGB: (119,77,170) (47%, 30%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 170 of 255 = 67%

119
77
170

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

Portions of RGB colors in percentages

R + G + B = 119 + 77 + 170 = 366 (100%)
R 119 of 366 ~ 32.51%
G 77 of 366 ~ 21.04%
B 170 of 366 ~ 46.45'%

%32.51
%21.04
%46.45

CMYK color model

#774DAA color CMYK value is (30,55,0,33).

  • cyan value is 30.00%
  • magenta value is 54.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (30,55,0,33)
C30M55Y0K33 (30%, 55%, 0%, 33%)
(0.30 / 0.55 / 0.00 / 0.33)

CMYK percentages

%30
%54.71
%0
%33.33

Codes

Color #774DAA in popluar color models

77 4D AA
RGB 119 77 170
HSL 267° 37.65% 48.43%
HSB/HSV 267° 54.71% 66.67%
CMYK 30.00% 54.71% 0.00%
33.33%

Color #774DAA in popluar number systems.

HEX 77 4D AA
Decimal 119 77 170
Binary 1110111 1001101 10101010
Octal 167 115 252

Shades and tints

Shades of #774DAA

#774DAA
(119,77,170)
#6D469B
(109,70,155)
#633F8C
(99,63,140)
#59387D
(89,56,125)
#4F316E
(79,49,110)
#452A5F
(69,42,95)
#3B2350
(59,35,80)
#311C41
(49,28,65)
#271532
(39,21,50)
#1D0E23
(29,14,35)
#130714
(19,7,20)
#000000
(0,0,0)

Tints of #774DAA

#774DAA
(119,77,170)
#835DB1
(131,93,177)
#8F6DB8
(143,109,184)
#9B7DBF
(155,125,191)
#A78DC6
(167,141,198)
#B39DCD
(179,157,205)
#BFADD4
(191,173,212)
#CBBDDB
(203,189,219)
#D7CDE2
(215,205,226)
#E3DDE9
(227,221,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774DAA color. Also use rgb(119,77,170) instead hex code.

Text Font Color

.myTextColor { color: #774DAA; }

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

This text font color is #774DAA.

Background Color

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

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

This div background color is #774DAA.

Border color

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

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

This div border color is #774DAA.

Opacity

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

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

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

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

This text has shadow with #774DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774DAA.

Preview

Color preview on black background

This text has color #774DAA on black background.


Color preview on white background

This text has color #774DAA on white background.


Black color preview on #774DAA background

This text has black color on #774DAA background.


White color preview on #774DAA background

This text has white color on #774DAA background.


Related colors

Complementary color

Complementary color for #hex is #88B255.


I love getcolorcode.com

Triadic colors

1 #AA774D and #4DAA77 with #774DAA are triadic colors.

2 #AA4D77 and #4D77AA with #774DAA are triadic colors.