COLOR #776967

HEX: #776967
RGB: (119,105,103)

Color info

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

RGB color model

#776967 color RGB value is (119,105,103).

  • red value is 119;
  • green value is 105;
  • blue value is 103.
RGB:
(119,105,103)
(47%,41%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 103 of 255 = 40%

119
105
103

R + G + B ~ 43%. #776967 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 103 = 327 (100%)
R 119 of 327 ~ 36.39%
G 105 of 327 ~ 32.11%
B 103 of 327 ~ 31.5%

%36.39
%32.11
%31.5

CMYK color model

#776967 color CMYK value is (0,12,13,53).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(0,12,13,53)
C0M12Y13K53 
(0%,12%,13%,53%)
(0.00/0.12/0.13/0.53)	

CMYK percentages

%0
%11.76
%13.45
%53.33

Codes

Color #776967 in popluar color models

776967
RGB119105103
HSL7.21%43.53%
HSB/HSV13.45%46.67%
CMYK0.00%11.76%13.45%
53.33%

Color #776967 in popluar number systems.

HEX776967
Decimal119105103
Binary111011111010011100111
Octal167151147

Shades and tints

Shades of #776967

#776967
(119,105,103)
#6D605E
(109,96,94)
#635755
(99,87,85)
#594E4C
(89,78,76)
#4F4543
(79,69,67)
#453C3A
(69,60,58)
#3B3331
(59,51,49)
#312A28
(49,42,40)
#27211F
(39,33,31)
#1D1816
(29,24,22)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #776967

#776967
(119,105,103)
#837674
(131,118,116)
#8F8381
(143,131,129)
#9B908E
(155,144,142)
#A79D9B
(167,157,155)
#B3AAA8
(179,170,168)
#BFB7B5
(191,183,181)
#CBC4C2
(203,196,194)
#D7D1CF
(215,209,207)
#E3DEDC
(227,222,220)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776967 color. Also use rgb(119,105,103) instead hex code.

Text Font Color

.myTextColor { color: #776967; }

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

This text font color is #776967.


Background Color

.myBgColor { background-color: #776967; }

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

This div background color is #776967.


Border color

.myBorderColor { border: 1px solid #776967; }

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

This div border color is #776967.


Opacity

.myOpacity80 { color: #776967; opacity: 0.8; }

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

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

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

This text has shadow with #776967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776967 on black background.


Color preview on white background

This text has color #776967 on white background.



Black color preview on #776967 background

This text has black color on #776967 background.


White color preview on #776967 background

This text has white color on #776967 background.