COLOR #774BA6

HEX: #774BA6 RGB: (119,75,166)

Color info

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

RGB color model

#774BA6 color RGB value is (119,75,166).

RGB: (119,75,166) (47%, 29%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 75 of 255 = 29%
B 166 of 255 = 65%

119
75
166

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

Portions of RGB colors in percentages

R + G + B = 119 + 75 + 166 = 360 (100%)
R 119 of 360 ~ 33.06%
G 75 of 360 ~ 20.83%
B 166 of 360 ~ 46.11'%

%33.06
%20.83
%46.11

CMYK color model

#774BA6 color CMYK value is (28,55,0,35).

  • cyan value is 28.31%
  • magenta value is 54.82%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (28,55,0,35)
C28M55Y0K35 (28%, 55%, 0%, 35%)
(0.28 / 0.55 / 0.00 / 0.35)

CMYK percentages

%28.31
%54.82
%0
%34.9

Codes

Color #774BA6 in popluar color models

77 4B A6
RGB 119 75 166
HSL 269° 37.76% 47.25%
HSB/HSV 269° 54.82% 65.10%
CMYK 28.31% 54.82% 0.00%
34.90%

Color #774BA6 in popluar number systems.

HEX 77 4B A6
Decimal 119 75 166
Binary 1110111 1001011 10100110
Octal 167 113 246

Shades and tints

Shades of #774BA6

#774BA6
(119,75,166)
#6D4597
(109,69,151)
#633F88
(99,63,136)
#593979
(89,57,121)
#4F336A
(79,51,106)
#452D5B
(69,45,91)
#3B274C
(59,39,76)
#31213D
(49,33,61)
#271B2E
(39,27,46)
#1D151F
(29,21,31)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #774BA6

#774BA6
(119,75,166)
#835BAE
(131,91,174)
#8F6BB6
(143,107,182)
#9B7BBE
(155,123,190)
#A78BC6
(167,139,198)
#B39BCE
(179,155,206)
#BFABD6
(191,171,214)
#CBBBDE
(203,187,222)
#D7CBE6
(215,203,230)
#E3DBEE
(227,219,238)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774BA6 color. Also use rgb(119,75,166) instead hex code.

Text Font Color

.myTextColor { color: #774BA6; }

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

This text font color is #774BA6.

Background Color

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

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

This div background color is #774BA6.

Border color

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

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

This div border color is #774BA6.

Opacity

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

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

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

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

This text has shadow with #774BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774BA6.

Preview

Color preview on black background

This text has color #774BA6 on black background.


Color preview on white background

This text has color #774BA6 on white background.


Black color preview on #774BA6 background

This text has black color on #774BA6 background.


White color preview on #774BA6 background

This text has white color on #774BA6 background.


Related colors

Complementary color

Complementary color for #hex is #88B459.


I love getcolorcode.com

Triadic colors

1 #A6774B and #4BA677 with #774BA6 are triadic colors.

2 #A64B77 and #4B77A6 with #774BA6 are triadic colors.