COLOR #776DCB

HEX: #776DCB
RGB: (119,109,203)

Color info

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

RGB color model

#776DCB color RGB value is (119,109,203).

  • red value is 119;
  • green value is 109;
  • blue value is 203.
RGB:
(119,109,203)
(47%,43%,80%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 203 of 255 = 80%

119
109
203

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 203 = 431 (100%)
R 119 of 431 ~ 27.61%
G 109 of 431 ~ 25.29%
B 203 of 431 ~ 47.1%

%27.61
%25.29
%47.1

CMYK color model

#776DCB color CMYK value is (41,46,0,20).

  • cyan value is 41.38%
  • magenta value is 46.31%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(41,46,0,20)
C41M46Y0K20 
(41%,46%,0%,20%)
(0.41/0.46/0.00/0.20)	

CMYK percentages

%41.38
%46.31
%0
%20.39

Codes

Color #776DCB in popluar color models

776DCB
RGB119109203
HSL246°47.47%61.18%
HSB/HSV246°46.31%79.61%
CMYK41.38%46.31%0.00%
20.39%

Color #776DCB in popluar number systems.

HEX776DCB
Decimal119109203
Binary1110111110110111001011
Octal167155313

Shades and tints

Shades of #776DCB

#776DCB
(119,109,203)
#6D64B9
(109,100,185)
#635BA7
(99,91,167)
#595295
(89,82,149)
#4F4983
(79,73,131)
#454071
(69,64,113)
#3B375F
(59,55,95)
#312E4D
(49,46,77)
#27253B
(39,37,59)
#1D1C29
(29,28,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #776DCB

#776DCB
(119,109,203)
#837ACF
(131,122,207)
#8F87D3
(143,135,211)
#9B94D7
(155,148,215)
#A7A1DB
(167,161,219)
#B3AEDF
(179,174,223)
#BFBBE3
(191,187,227)
#CBC8E7
(203,200,231)
#D7D5EB
(215,213,235)
#E3E2EF
(227,226,239)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776DCB color. Also use rgb(119,109,203) instead hex code.

Text Font Color

.myTextColor { color: #776DCB; }

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

This text font color is #776DCB.


Background Color

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

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

This div background color is #776DCB.


Border color

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

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

This div border color is #776DCB.


Opacity

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

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

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

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

This text has shadow with #776DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776DCB on black background.


Color preview on white background

This text has color #776DCB on white background.



Black color preview on #776DCB background

This text has black color on #776DCB background.


White color preview on #776DCB background

This text has white color on #776DCB background.