COLOR #776D8F

HEX: #776D8F
RGB: (119,109,143)

Color info

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

RGB color model

#776D8F color RGB value is (119,109,143).

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

RGB channels and saturation

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

119
109
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 143 = 371 (100%)
R 119 of 371 ~ 32.08%
G 109 of 371 ~ 29.38%
B 143 of 371 ~ 38.54%

%32.08
%29.38
%38.54

CMYK color model

#776D8F color CMYK value is (17,24,0,44).

  • cyan value is 16.78%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,24,0,44)
C17M24Y0K44 
(17%,24%,0%,44%)
(0.17/0.24/0.00/0.44)	

CMYK percentages

%16.78
%23.78
%0
%43.92

Codes

Color #776D8F in popluar color models

776D8F
RGB119109143
HSL258°13.49%49.41%
HSB/HSV258°23.78%56.08%
CMYK16.78%23.78%0.00%
43.92%

Color #776D8F in popluar number systems.

HEX776D8F
Decimal119109143
Binary1110111110110110001111
Octal167155217

Shades and tints

Shades of #776D8F

#776D8F
(119,109,143)
#6D6482
(109,100,130)
#635B75
(99,91,117)
#595268
(89,82,104)
#4F495B
(79,73,91)
#45404E
(69,64,78)
#3B3741
(59,55,65)
#312E34
(49,46,52)
#272527
(39,37,39)
#1D1C1A
(29,28,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #776D8F

#776D8F
(119,109,143)
#837A99
(131,122,153)
#8F87A3
(143,135,163)
#9B94AD
(155,148,173)
#A7A1B7
(167,161,183)
#B3AEC1
(179,174,193)
#BFBBCB
(191,187,203)
#CBC8D5
(203,200,213)
#D7D5DF
(215,213,223)
#E3E2E9
(227,226,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D8F; }

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

This text font color is #776D8F.


Background Color

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

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

This div background color is #776D8F.


Border color

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

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

This div border color is #776D8F.


Opacity

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

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

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

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

This text has shadow with #776D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D8F on black background.


Color preview on white background

This text has color #776D8F on white background.



Black color preview on #776D8F background

This text has black color on #776D8F background.


White color preview on #776D8F background

This text has white color on #776D8F background.