COLOR #776D9E

HEX: #776D9E
RGB: (119,109,158)

Color info

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

RGB color model

#776D9E color RGB value is (119,109,158).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 158 of 255 = 62%

119
109
158

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 158 = 386 (100%)
R 119 of 386 ~ 30.83%
G 109 of 386 ~ 28.24%
B 158 of 386 ~ 40.93%

%30.83
%28.24
%40.93

CMYK color model

#776D9E color CMYK value is (25,31,0,38).

  • cyan value is 24.68%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(25,31,0,38)
C25M31Y0K38 
(25%,31%,0%,38%)
(0.25/0.31/0.00/0.38)	

CMYK percentages

%24.68
%31.01
%0
%38.04

Codes

Color #776D9E in popluar color models

776D9E
RGB119109158
HSL252°20.16%52.35%
HSB/HSV252°31.01%61.96%
CMYK24.68%31.01%0.00%
38.04%

Color #776D9E in popluar number systems.

HEX776D9E
Decimal119109158
Binary1110111110110110011110
Octal167155236

Shades and tints

Shades of #776D9E

#776D9E
(119,109,158)
#6D6490
(109,100,144)
#635B82
(99,91,130)
#595274
(89,82,116)
#4F4966
(79,73,102)
#454058
(69,64,88)
#3B374A
(59,55,74)
#312E3C
(49,46,60)
#27252E
(39,37,46)
#1D1C20
(29,28,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #776D9E

#776D9E
(119,109,158)
#837AA6
(131,122,166)
#8F87AE
(143,135,174)
#9B94B6
(155,148,182)
#A7A1BE
(167,161,190)
#B3AEC6
(179,174,198)
#BFBBCE
(191,187,206)
#CBC8D6
(203,200,214)
#D7D5DE
(215,213,222)
#E3E2E6
(227,226,230)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D9E; }

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

This text font color is #776D9E.


Background Color

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

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

This div background color is #776D9E.


Border color

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

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

This div border color is #776D9E.


Opacity

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

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

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

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

This text has shadow with #776D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D9E on black background.


Color preview on white background

This text has color #776D9E on white background.



Black color preview on #776D9E background

This text has black color on #776D9E background.


White color preview on #776D9E background

This text has white color on #776D9E background.