COLOR #776E8D

HEX: #776E8D RGB: (119,110,141)

Color info

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

RGB color model

#776E8D color RGB value is (119,110,141).

RGB: (119,110,141) (47%, 43%, 55%)

RGB channels and saturation

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

119
110
141

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

Portions of RGB colors in percentages

R + G + B = 119 + 110 + 141 = 370 (100%)
R 119 of 370 ~ 32.16%
G 110 of 370 ~ 29.73%
B 141 of 370 ~ 38.11'%

%32.16
%29.73
%38.11

CMYK color model

#776E8D color CMYK value is (16,22,0,45).

  • cyan value is 15.60%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (16,22,0,45)
C16M22Y0K45 (16%, 22%, 0%, 45%)
(0.16 / 0.22 / 0.00 / 0.45)

CMYK percentages

%15.6
%21.99
%0
%44.71

Codes

Color #776E8D in popluar color models

77 6E 8D
RGB 119 110 141
HSL 257° 12.35% 49.22%
HSB/HSV 257° 21.99% 55.29%
CMYK 15.60% 21.99% 0.00%
44.71%

Color #776E8D in popluar number systems.

HEX 77 6E 8D
Decimal 119 110 141
Binary 1110111 1101110 10001101
Octal 167 156 215

Shades and tints

Shades of #776E8D

#776E8D
(119,110,141)
#6D6481
(109,100,129)
#635A75
(99,90,117)
#595069
(89,80,105)
#4F465D
(79,70,93)
#453C51
(69,60,81)
#3B3245
(59,50,69)
#312839
(49,40,57)
#271E2D
(39,30,45)
#1D1421
(29,20,33)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #776E8D

#776E8D
(119,110,141)
#837B97
(131,123,151)
#8F88A1
(143,136,161)
#9B95AB
(155,149,171)
#A7A2B5
(167,162,181)
#B3AFBF
(179,175,191)
#BFBCC9
(191,188,201)
#CBC9D3
(203,201,211)
#D7D6DD
(215,214,221)
#E3E3E7
(227,227,231)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776E8D; }

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

This text font color is #776E8D.

Background Color

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

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

This div background color is #776E8D.

Border color

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

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

This div border color is #776E8D.

Opacity

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

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

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

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

This text has shadow with #776E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776E8D.

Preview

Color preview on black background

This text has color #776E8D on black background.


Color preview on white background

This text has color #776E8D on white background.


Black color preview on #776E8D background

This text has black color on #776E8D background.


White color preview on #776E8D background

This text has white color on #776E8D background.


Related colors

Complementary color

Complementary color for #hex is #889172.


I love getcolorcode.com

Triadic colors

1 #8D776E and #6E8D77 with #776E8D are triadic colors.

2 #8D6E77 and #6E778D with #776E8D are triadic colors.