COLOR #776C8D

HEX: #776C8D
RGB: (119,108,141)

Color info

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

RGB color model

#776C8D color RGB value is (119,108,141).

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

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 141 of 255 = 55%

119
108
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 141 = 368 (100%)
R 119 of 368 ~ 32.34%
G 108 of 368 ~ 29.35%
B 141 of 368 ~ 38.32%

%32.34
%29.35
%38.32

CMYK color model

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

  • cyan value is 15.60%
  • magenta value is 23.40%
  • 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
%23.4
%0
%44.71

Codes

Color #776C8D in popluar color models

776C8D
RGB119108141
HSL260°13.25%48.82%
HSB/HSV260°23.40%55.29%
CMYK15.60%23.40%0.00%
44.71%

Color #776C8D in popluar number systems.

HEX776C8D
Decimal119108141
Binary1110111110110010001101
Octal167154215

Shades and tints

Shades of #776C8D

#776C8D
(119,108,141)
#6D6381
(109,99,129)
#635A75
(99,90,117)
#595169
(89,81,105)
#4F485D
(79,72,93)
#453F51
(69,63,81)
#3B3645
(59,54,69)
#312D39
(49,45,57)
#27242D
(39,36,45)
#1D1B21
(29,27,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #776C8D

#776C8D
(119,108,141)
#837997
(131,121,151)
#8F86A1
(143,134,161)
#9B93AB
(155,147,171)
#A7A0B5
(167,160,181)
#B3ADBF
(179,173,191)
#BFBAC9
(191,186,201)
#CBC7D3
(203,199,211)
#D7D4DD
(215,212,221)
#E3E1E7
(227,225,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776C8D; }

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

This text font color is #776C8D.


Background Color

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

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

This div background color is #776C8D.


Border color

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

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

This div border color is #776C8D.


Opacity

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

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

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

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

This text has shadow with #776C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C8D on black background.


Color preview on white background

This text has color #776C8D on white background.



Black color preview on #776C8D background

This text has black color on #776C8D background.


White color preview on #776C8D background

This text has white color on #776C8D background.