COLOR #776D7B

HEX: #776D7B RGB: (119,109,123)

Color info

#776D7B contains red, green and blue colors in about the same proportion. Web safe color of #776D7B is #666666 (or #666).

RGB color model

#776D7B color RGB value is (119,109,123).

RGB: (119,109,123) (47%, 43%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 123 of 255 = 48%

119
109
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 109 + 123 = 351 (100%)
R 119 of 351 ~ 33.9%
G 109 of 351 ~ 31.05%
B 123 of 351 ~ 35.04'%

%33.9
%31.05
%35.04

CMYK color model

#776D7B color CMYK value is (3,11,0,52).

  • cyan value is 3.25%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (3,11,0,52)
C3M11Y0K52 (3%, 11%, 0%, 52%)
(0.03 / 0.11 / 0.00 / 0.52)

CMYK percentages

%3.25
%11.38
%0
%51.76

Codes

Color #776D7B in popluar color models

77 6D 7B
RGB 119 109 123
HSL 283° 6.03% 45.49%
HSB/HSV 283° 11.38% 48.24%
CMYK 3.25% 11.38% 0.00%
51.76%

Color #776D7B in popluar number systems.

HEX 77 6D 7B
Decimal 119 109 123
Binary 1110111 1101101 1111011
Octal 167 155 173

Shades and tints

Shades of #776D7B

#776D7B
(119,109,123)
#6D6470
(109,100,112)
#635B65
(99,91,101)
#59525A
(89,82,90)
#4F494F
(79,73,79)
#454044
(69,64,68)
#3B3739
(59,55,57)
#312E2E
(49,46,46)
#272523
(39,37,35)
#1D1C18
(29,28,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #776D7B

#776D7B
(119,109,123)
#837A87
(131,122,135)
#8F8793
(143,135,147)
#9B949F
(155,148,159)
#A7A1AB
(167,161,171)
#B3AEB7
(179,174,183)
#BFBBC3
(191,187,195)
#CBC8CF
(203,200,207)
#D7D5DB
(215,213,219)
#E3E2E7
(227,226,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D7B; }

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

This text font color is #776D7B.

Background Color

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

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

This div background color is #776D7B.

Border color

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

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

This div border color is #776D7B.

Opacity

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

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

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

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

This text has shadow with #776D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776D7B.

Preview

Color preview on black background

This text has color #776D7B on black background.


Color preview on white background

This text has color #776D7B on white background.


Black color preview on #776D7B background

This text has black color on #776D7B background.


White color preview on #776D7B background

This text has white color on #776D7B background.


Related colors

Complementary color

Complementary color for #hex is #889284.


I love getcolorcode.com

Triadic colors

1 #7B776D and #6D7B77 with #776D7B are triadic colors.

2 #7B6D77 and #6D777B with #776D7B are triadic colors.