COLOR #776E8F

HEX: #776E8F
RGB: (119,110,143)

Color info

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

RGB color model

#776E8F color RGB value is (119,110,143).

  • red value is 119;
  • green value is 110;
  • blue value is 143.
RGB:
(119,110,143)
(47%,43%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 110 of 255 = 43%
B 143 of 255 = 56%

119
110
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 110 + 143 = 372 (100%)
R 119 of 372 ~ 31.99%
G 110 of 372 ~ 29.57%
B 143 of 372 ~ 38.44%

%31.99
%29.57
%38.44

CMYK color model

#776E8F color CMYK value is (17,23,0,44).

  • cyan value is 16.78%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,23,0,44)
C17M23Y0K44 
(17%,23%,0%,44%)
(0.17/0.23/0.00/0.44)	

CMYK percentages

%16.78
%23.08
%0
%43.92

Codes

Color #776E8F in popluar color models

776E8F
RGB119110143
HSL256°13.04%49.61%
HSB/HSV256°23.08%56.08%
CMYK16.78%23.08%0.00%
43.92%

Color #776E8F in popluar number systems.

HEX776E8F
Decimal119110143
Binary1110111110111010001111
Octal167156217

Shades and tints

Shades of #776E8F

#776E8F
(119,110,143)
#6D6482
(109,100,130)
#635A75
(99,90,117)
#595068
(89,80,104)
#4F465B
(79,70,91)
#453C4E
(69,60,78)
#3B3241
(59,50,65)
#312834
(49,40,52)
#271E27
(39,30,39)
#1D141A
(29,20,26)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #776E8F

#776E8F
(119,110,143)
#837B99
(131,123,153)
#8F88A3
(143,136,163)
#9B95AD
(155,149,173)
#A7A2B7
(167,162,183)
#B3AFC1
(179,175,193)
#BFBCCB
(191,188,203)
#CBC9D5
(203,201,213)
#D7D6DF
(215,214,223)
#E3E3E9
(227,227,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776E8F color. Also use rgb(119,110,143) instead hex code.

Text Font Color

.myTextColor { color: #776E8F; }

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

This text font color is #776E8F.


Background Color

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

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

This div background color is #776E8F.


Border color

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

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

This div border color is #776E8F.


Opacity

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

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

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

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

This text has shadow with #776E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776E8F on black background.


Color preview on white background

This text has color #776E8F on white background.



Black color preview on #776E8F background

This text has black color on #776E8F background.


White color preview on #776E8F background

This text has white color on #776E8F background.