COLOR #776AA4

HEX: #776AA4 RGB: (119,106,164)

Color info

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

RGB color model

#776AA4 color RGB value is (119,106,164).

RGB: (119,106,164) (47%, 42%, 64%)

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 164 of 255 = 64%

119
106
164

R + G + B ~ 51%. #776AA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 106 + 164 = 389 (100%)
R 119 of 389 ~ 30.59%
G 106 of 389 ~ 27.25%
B 164 of 389 ~ 42.16'%

%30.59
%27.25
%42.16

CMYK color model

#776AA4 color CMYK value is (27,35,0,36).

  • cyan value is 27.44%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (27,35,0,36)
C27M35Y0K36 (27%, 35%, 0%, 36%)
(0.27 / 0.35 / 0.00 / 0.36)

CMYK percentages

%27.44
%35.37
%0
%35.69

Codes

Color #776AA4 in popluar color models

77 6A A4
RGB 119 106 164
HSL 253° 24.17% 52.94%
HSB/HSV 253° 35.37% 64.31%
CMYK 27.44% 35.37% 0.00%
35.69%

Color #776AA4 in popluar number systems.

HEX 77 6A A4
Decimal 119 106 164
Binary 1110111 1101010 10100100
Octal 167 152 244

Shades and tints

Shades of #776AA4

#776AA4
(119,106,164)
#6D6196
(109,97,150)
#635888
(99,88,136)
#594F7A
(89,79,122)
#4F466C
(79,70,108)
#453D5E
(69,61,94)
#3B3450
(59,52,80)
#312B42
(49,43,66)
#272234
(39,34,52)
#1D1926
(29,25,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #776AA4

#776AA4
(119,106,164)
#8377AC
(131,119,172)
#8F84B4
(143,132,180)
#9B91BC
(155,145,188)
#A79EC4
(167,158,196)
#B3ABCC
(179,171,204)
#BFB8D4
(191,184,212)
#CBC5DC
(203,197,220)
#D7D2E4
(215,210,228)
#E3DFEC
(227,223,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776AA4 color. Also use rgb(119,106,164) instead hex code.

Text Font Color

.myTextColor { color: #776AA4; }

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

This text font color is #776AA4.

Background Color

.myBgColor { background-color: #776AA4; }

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

This div background color is #776AA4.

Border color

.myBorderColor { border: 1px solid #776AA4; }

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

This div border color is #776AA4.

Opacity

.myOpacity80 { color: #776AA4; opacity: 0.8; }

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

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

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

This text has shadow with #776AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776AA4.

Preview

Color preview on black background

This text has color #776AA4 on black background.


Color preview on white background

This text has color #776AA4 on white background.


Black color preview on #776AA4 background

This text has black color on #776AA4 background.


White color preview on #776AA4 background

This text has white color on #776AA4 background.


Related colors

Complementary color

Complementary color for #hex is #88955B.


I love getcolorcode.com

Triadic colors

1 #A4776A and #6AA477 with #776AA4 are triadic colors.

2 #A46A77 and #6A77A4 with #776AA4 are triadic colors.