COLOR #776BBE

HEX: #776BBE
RGB: (119,107,190)

Color info

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

RGB color model

#776BBE color RGB value is (119,107,190).

  • red value is 119;
  • green value is 107;
  • blue value is 190.
RGB:
(119,107,190)
(47%,42%,75%)

RGB channels and saturation

R 119 of 255 = 47%
G 107 of 255 = 42%
B 190 of 255 = 75%

119
107
190

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

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 190 = 416 (100%)
R 119 of 416 ~ 28.61%
G 107 of 416 ~ 25.72%
B 190 of 416 ~ 45.67%

%28.61
%25.72
%45.67

CMYK color model

#776BBE color CMYK value is (37,44,0,25).

  • cyan value is 37.37%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,44,0,25)
C37M44Y0K25 
(37%,44%,0%,25%)
(0.37/0.44/0.00/0.25)	

CMYK percentages

%37.37
%43.68
%0
%25.49

Codes

Color #776BBE in popluar color models

776BBE
RGB119107190
HSL249°38.97%58.24%
HSB/HSV249°43.68%74.51%
CMYK37.37%43.68%0.00%
25.49%

Color #776BBE in popluar number systems.

HEX776BBE
Decimal119107190
Binary1110111110101110111110
Octal167153276

Shades and tints

Shades of #776BBE

#776BBE
(119,107,190)
#6D62AD
(109,98,173)
#63599C
(99,89,156)
#59508B
(89,80,139)
#4F477A
(79,71,122)
#453E69
(69,62,105)
#3B3558
(59,53,88)
#312C47
(49,44,71)
#272336
(39,35,54)
#1D1A25
(29,26,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #776BBE

#776BBE
(119,107,190)
#8378C3
(131,120,195)
#8F85C8
(143,133,200)
#9B92CD
(155,146,205)
#A79FD2
(167,159,210)
#B3ACD7
(179,172,215)
#BFB9DC
(191,185,220)
#CBC6E1
(203,198,225)
#D7D3E6
(215,211,230)
#E3E0EB
(227,224,235)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776BBE color. Also use rgb(119,107,190) instead hex code.

Text Font Color

.myTextColor { color: #776BBE; }

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

This text font color is #776BBE.


Background Color

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

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

This div background color is #776BBE.


Border color

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

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

This div border color is #776BBE.


Opacity

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

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

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

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

This text has shadow with #776BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776BBE on black background.


Color preview on white background

This text has color #776BBE on white background.



Black color preview on #776BBE background

This text has black color on #776BBE background.


White color preview on #776BBE background

This text has white color on #776BBE background.