COLOR #776D6C

HEX: #776D6C
RGB: (119,109,108)

Color info

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

RGB color model

#776D6C color RGB value is (119,109,108).

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

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 108 of 255 = 42%

119
109
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 108 = 336 (100%)
R 119 of 336 ~ 35.42%
G 109 of 336 ~ 32.44%
B 108 of 336 ~ 32.14%

%35.42
%32.44
%32.14

CMYK color model

#776D6C color CMYK value is (0,8,9,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK: (0,8,9,53) C0M8Y9K53 (0%,8%,9%,53%) (0.00/0.08/0.09/0.53)

CMYK percentages

%0
%8.4
%9.24
%53.33

Codes

Color #776D6C in popluar color models

776D6C
RGB119109108
HSL4.85%44.51%
HSB/HSV9.24%46.67%
CMYK0.00%8.40%9.24%
53.33%

Color #776D6C in popluar number systems.

HEX776D6C
Decimal119109108
Binary111011111011011101100
Octal167155154

Shades and tints

Shades of #776D6C

#776D6C
(119,109,108)
#6D6463
(109,100,99)
#635B5A
(99,91,90)
#595251
(89,82,81)
#4F4948
(79,73,72)
#45403F
(69,64,63)
#3B3736
(59,55,54)
#312E2D
(49,46,45)
#272524
(39,37,36)
#1D1C1B
(29,28,27)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #776D6C

#776D6C
(119,109,108)
#837A79
(131,122,121)
#8F8786
(143,135,134)
#9B9493
(155,148,147)
#A7A1A0
(167,161,160)
#B3AEAD
(179,174,173)
#BFBBBA
(191,187,186)
#CBC8C7
(203,200,199)
#D7D5D4
(215,213,212)
#E3E2E1
(227,226,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776D6C; }

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

This text font color is #776D6C.


Background Color

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

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

This div background color is #776D6C.


Border color

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

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

This div border color is #776D6C.


Opacity

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

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

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

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

This text has shadow with #776D6C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #776D6C on black background.


Color preview on white background

This text has color #776D6C on white background.



Black color preview on #776D6C background

This text has black color on #776D6C background.


White color preview on #776D6C background

This text has white color on #776D6C background.