COLOR #776FAA

HEX: #776FAA RGB: (119,111,170)

Color info

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

RGB color model

#776FAA color RGB value is (119,111,170).

RGB: (119,111,170) (47%, 44%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 170 of 255 = 67%

119
111
170

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

Portions of RGB colors in percentages

R + G + B = 119 + 111 + 170 = 400 (100%)
R 119 of 400 ~ 29.75%
G 111 of 400 ~ 27.75%
B 170 of 400 ~ 42.5'%

%29.75
%27.75
%42.5

CMYK color model

#776FAA color CMYK value is (30,35,0,33).

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

CMYK: (30,35,0,33)
C30M35Y0K33 (30%, 35%, 0%, 33%)
(0.30 / 0.35 / 0.00 / 0.33)

CMYK percentages

%30
%34.71
%0
%33.33

Codes

Color #776FAA in popluar color models

77 6F AA
RGB 119 111 170
HSL 248° 25.76% 55.10%
HSB/HSV 248° 34.71% 66.67%
CMYK 30.00% 34.71% 0.00%
33.33%

Color #776FAA in popluar number systems.

HEX 77 6F AA
Decimal 119 111 170
Binary 1110111 1101111 10101010
Octal 167 157 252

Shades and tints

Shades of #776FAA

#776FAA
(119,111,170)
#6D659B
(109,101,155)
#635B8C
(99,91,140)
#59517D
(89,81,125)
#4F476E
(79,71,110)
#453D5F
(69,61,95)
#3B3350
(59,51,80)
#312941
(49,41,65)
#271F32
(39,31,50)
#1D1523
(29,21,35)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #776FAA

#776FAA
(119,111,170)
#837CB1
(131,124,177)
#8F89B8
(143,137,184)
#9B96BF
(155,150,191)
#A7A3C6
(167,163,198)
#B3B0CD
(179,176,205)
#BFBDD4
(191,189,212)
#CBCADB
(203,202,219)
#D7D7E2
(215,215,226)
#E3E4E9
(227,228,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776FAA color. Also use rgb(119,111,170) instead hex code.

Text Font Color

.myTextColor { color: #776FAA; }

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

This text font color is #776FAA.

Background Color

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

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

This div background color is #776FAA.

Border color

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

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

This div border color is #776FAA.

Opacity

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

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

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

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

This text has shadow with #776FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776FAA.

Preview

Color preview on black background

This text has color #776FAA on black background.


Color preview on white background

This text has color #776FAA on white background.


Black color preview on #776FAA background

This text has black color on #776FAA background.


White color preview on #776FAA background

This text has white color on #776FAA background.


Related colors

Complementary color

Complementary color for #hex is #889055.


I love getcolorcode.com

Triadic colors

1 #AA776F and #6FAA77 with #776FAA are triadic colors.

2 #AA6F77 and #6F77AA with #776FAA are triadic colors.