COLOR #776972

HEX: #776972
RGB: (119,105,114)

Color info

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

RGB color model

#776972 color RGB value is (119,105,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 114 of 255 = 45%

119
105
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 114 = 338 (100%)
R 119 of 338 ~ 35.21%
G 105 of 338 ~ 31.07%
B 114 of 338 ~ 33.73%

%35.21
%31.07
%33.73

CMYK color model

#776972 color CMYK value is (0,12,4,53).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(0,12,4,53)
C0M12Y4K53 
(0%,12%,4%,53%)
(0.00/0.12/0.04/0.53)	

CMYK percentages

%0
%11.76
%4.2
%53.33

Codes

Color #776972 in popluar color models

776972
RGB119105114
HSL321°6.25%43.92%
HSB/HSV321°11.76%46.67%
CMYK0.00%11.76%4.20%
53.33%

Color #776972 in popluar number systems.

HEX776972
Decimal119105114
Binary111011111010011110010
Octal167151162

Shades and tints

Shades of #776972

#776972
(119,105,114)
#6D6068
(109,96,104)
#63575E
(99,87,94)
#594E54
(89,78,84)
#4F454A
(79,69,74)
#453C40
(69,60,64)
#3B3336
(59,51,54)
#312A2C
(49,42,44)
#272122
(39,33,34)
#1D1818
(29,24,24)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #776972

#776972
(119,105,114)
#83767E
(131,118,126)
#8F838A
(143,131,138)
#9B9096
(155,144,150)
#A79DA2
(167,157,162)
#B3AAAE
(179,170,174)
#BFB7BA
(191,183,186)
#CBC4C6
(203,196,198)
#D7D1D2
(215,209,210)
#E3DEDE
(227,222,222)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776972; }

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

This text font color is #776972.


Background Color

.myBgColor { background-color: #776972; }

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

This div background color is #776972.


Border color

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

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

This div border color is #776972.


Opacity

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

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

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

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

This text has shadow with #776972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776972 on black background.


Color preview on white background

This text has color #776972 on white background.



Black color preview on #776972 background

This text has black color on #776972 background.


White color preview on #776972 background

This text has white color on #776972 background.