COLOR #776B79

HEX: #776B79 RGB: (119,107,121)

Color info

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

RGB color model

#776B79 color RGB value is (119,107,121).

RGB: (119,107,121) (47%, 42%, 47%)

RGB channels and saturation

R 119 of 255 = 47%
G 107 of 255 = 42%
B 121 of 255 = 47%

119
107
121

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

Portions of RGB colors in percentages

R + G + B = 119 + 107 + 121 = 347 (100%)
R 119 of 347 ~ 34.29%
G 107 of 347 ~ 30.84%
B 121 of 347 ~ 34.87'%

%34.29
%30.84
%34.87

CMYK color model

#776B79 color CMYK value is (2,12,0,53).

  • cyan value is 1.65%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (2,12,0,53)
C2M12Y0K53 (2%, 12%, 0%, 53%)
(0.02 / 0.12 / 0.00 / 0.53)

CMYK percentages

%1.65
%11.57
%0
%52.55

Codes

Color #776B79 in popluar color models

77 6B 79
RGB 119 107 121
HSL 291° 6.14% 44.71%
HSB/HSV 291° 11.57% 47.45%
CMYK 1.65% 11.57% 0.00%
52.55%

Color #776B79 in popluar number systems.

HEX 77 6B 79
Decimal 119 107 121
Binary 1110111 1101011 1111001
Octal 167 153 171

Shades and tints

Shades of #776B79

#776B79
(119,107,121)
#6D626E
(109,98,110)
#635963
(99,89,99)
#595058
(89,80,88)
#4F474D
(79,71,77)
#453E42
(69,62,66)
#3B3537
(59,53,55)
#312C2C
(49,44,44)
#272321
(39,35,33)
#1D1A16
(29,26,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #776B79

#776B79
(119,107,121)
#837885
(131,120,133)
#8F8591
(143,133,145)
#9B929D
(155,146,157)
#A79FA9
(167,159,169)
#B3ACB5
(179,172,181)
#BFB9C1
(191,185,193)
#CBC6CD
(203,198,205)
#D7D3D9
(215,211,217)
#E3E0E5
(227,224,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B79 color. Also use rgb(119,107,121) instead hex code.

Text Font Color

.myTextColor { color: #776B79; }

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

This text font color is #776B79.

Background Color

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

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

This div background color is #776B79.

Border color

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

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

This div border color is #776B79.

Opacity

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

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

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

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

This text has shadow with #776B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #776B79.

Preview

Color preview on black background

This text has color #776B79 on black background.


Color preview on white background

This text has color #776B79 on white background.


Black color preview on #776B79 background

This text has black color on #776B79 background.


White color preview on #776B79 background

This text has white color on #776B79 background.


Related colors

Complementary color

Complementary color for #hex is #889486.


I love getcolorcode.com

Triadic colors

1 #79776B and #6B7977 with #776B79 are triadic colors.

2 #796B77 and #6B7779 with #776B79 are triadic colors.