COLOR #776AC9

HEX: #776AC9
RGB: (119,106,201)

Color info

#776AC9 contains mainly blue color. Web safe color of #776AC9 is #6666CC (or #66C).

RGB color model

#776AC9 color RGB value is (119,106,201).

  • red value is 119;
  • green value is 106;
  • blue value is 201.
RGB:
(119,106,201)
(47%,42%,79%)

RGB channels and saturation

R 119 of 255 = 47%
G 106 of 255 = 42%
B 201 of 255 = 79%

119
106
201

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

Portions of RGB colors in percentages

R + G + B =
119 + 106 + 201 = 426 (100%)
R 119 of 426 ~ 27.93%
G 106 of 426 ~ 24.88%
B 201 of 426 ~ 47.18%

%27.93
%24.88
%47.18

CMYK color model

#776AC9 color CMYK value is (41,47,0,21).

  • cyan value is 40.80%
  • magenta value is 47.26%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(41,47,0,21)
C41M47Y0K21 
(41%,47%,0%,21%)
(0.41/0.47/0.00/0.21)	

CMYK percentages

%40.8
%47.26
%0
%21.18

Codes

Color #776AC9 in popluar color models

776AC9
RGB119106201
HSL248°46.80%60.20%
HSB/HSV248°47.26%78.82%
CMYK40.80%47.26%0.00%
21.18%

Color #776AC9 in popluar number systems.

HEX776AC9
Decimal119106201
Binary1110111110101011001001
Octal167152311

Shades and tints

Shades of #776AC9

#776AC9
(119,106,201)
#6D61B7
(109,97,183)
#6358A5
(99,88,165)
#594F93
(89,79,147)
#4F4681
(79,70,129)
#453D6F
(69,61,111)
#3B345D
(59,52,93)
#312B4B
(49,43,75)
#272239
(39,34,57)
#1D1927
(29,25,39)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #776AC9

#776AC9
(119,106,201)
#8377CD
(131,119,205)
#8F84D1
(143,132,209)
#9B91D5
(155,145,213)
#A79ED9
(167,158,217)
#B3ABDD
(179,171,221)
#BFB8E1
(191,184,225)
#CBC5E5
(203,197,229)
#D7D2E9
(215,210,233)
#E3DFED
(227,223,237)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776AC9; }

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

This text font color is #776AC9.


Background Color

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

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

This div background color is #776AC9.


Border color

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

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

This div border color is #776AC9.


Opacity

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

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

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

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

This text has shadow with #776AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776AC9 on black background.


Color preview on white background

This text has color #776AC9 on white background.



Black color preview on #776AC9 background

This text has black color on #776AC9 background.


White color preview on #776AC9 background

This text has white color on #776AC9 background.