COLOR #776D8D

HEX: #776D8D
RGB: (119,109,141)

Color info

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

RGB color model

#776D8D color RGB value is (119,109,141).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 141 of 255 = 55%

119
109
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 141 = 369 (100%)
R 119 of 369 ~ 32.25%
G 109 of 369 ~ 29.54%
B 141 of 369 ~ 38.21%

%32.25
%29.54
%38.21

CMYK color model

#776D8D color CMYK value is (16,23,0,45).

  • cyan value is 15.60%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,23,0,45)
C16M23Y0K45 
(16%,23%,0%,45%)
(0.16/0.23/0.00/0.45)	

CMYK percentages

%15.6
%22.7
%0
%44.71

Codes

Color #776D8D in popluar color models

776D8D
RGB119109141
HSL259°12.80%49.02%
HSB/HSV259°22.70%55.29%
CMYK15.60%22.70%0.00%
44.71%

Color #776D8D in popluar number systems.

HEX776D8D
Decimal119109141
Binary1110111110110110001101
Octal167155215

Shades and tints

Shades of #776D8D

#776D8D
(119,109,141)
#6D6481
(109,100,129)
#635B75
(99,91,117)
#595269
(89,82,105)
#4F495D
(79,73,93)
#454051
(69,64,81)
#3B3745
(59,55,69)
#312E39
(49,46,57)
#27252D
(39,37,45)
#1D1C21
(29,28,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #776D8D

#776D8D
(119,109,141)
#837A97
(131,122,151)
#8F87A1
(143,135,161)
#9B94AB
(155,148,171)
#A7A1B5
(167,161,181)
#B3AEBF
(179,174,191)
#BFBBC9
(191,187,201)
#CBC8D3
(203,200,211)
#D7D5DD
(215,213,221)
#E3E2E7
(227,226,231)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D8D; }

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

This text font color is #776D8D.


Background Color

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

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

This div background color is #776D8D.


Border color

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

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

This div border color is #776D8D.


Opacity

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

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

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

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

This text has shadow with #776D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D8D on black background.


Color preview on white background

This text has color #776D8D on white background.



Black color preview on #776D8D background

This text has black color on #776D8D background.


White color preview on #776D8D background

This text has white color on #776D8D background.