COLOR #776166

HEX: #776166
RGB: (119,97,102)

Color info

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

RGB color model

#776166 color RGB value is (119,97,102).

  • red value is 119;
  • green value is 97;
  • blue value is 102.
RGB:
(119,97,102)
(47%,38%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 102 of 255 = 40%

119
97
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 102 = 318 (100%)
R 119 of 318 ~ 37.42%
G 97 of 318 ~ 30.5%
B 102 of 318 ~ 32.08%

%37.42
%30.5
%32.08

CMYK color model

#776166 color CMYK value is (0,18,14,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(0,18,14,53)
C0M18Y14K53 
(0%,18%,14%,53%)
(0.00/0.18/0.14/0.53)	

CMYK percentages

%0
%18.49
%14.29
%53.33

Codes

Color #776166 in popluar color models

776166
RGB11997102
HSL346°10.19%42.35%
HSB/HSV346°18.49%46.67%
CMYK0.00%18.49%14.29%
53.33%

Color #776166 in popluar number systems.

HEX776166
Decimal11997102
Binary111011111000011100110
Octal167141146

Shades and tints

Shades of #776166

#776166
(119,97,102)
#6D595D
(109,89,93)
#635154
(99,81,84)
#59494B
(89,73,75)
#4F4142
(79,65,66)
#453939
(69,57,57)
#3B3130
(59,49,48)
#312927
(49,41,39)
#27211E
(39,33,30)
#1D1915
(29,25,21)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #776166

#776166
(119,97,102)
#836F73
(131,111,115)
#8F7D80
(143,125,128)
#9B8B8D
(155,139,141)
#A7999A
(167,153,154)
#B3A7A7
(179,167,167)
#BFB5B4
(191,181,180)
#CBC3C1
(203,195,193)
#D7D1CE
(215,209,206)
#E3DFDB
(227,223,219)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776166 color. Also use rgb(119,97,102) instead hex code.

Text Font Color

.myTextColor { color: #776166; }

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

This text font color is #776166.


Background Color

.myBgColor { background-color: #776166; }

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

This div background color is #776166.


Border color

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

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

This div border color is #776166.


Opacity

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

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

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

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

This text has shadow with #776166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776166 on black background.


Color preview on white background

This text has color #776166 on white background.



Black color preview on #776166 background

This text has black color on #776166 background.


White color preview on #776166 background

This text has white color on #776166 background.