COLOR #86776A

HEX: #86776A
RGB: (134,119,106)

Color info

#86776A contains red, green and blue colors in about the same proportion. Web safe color of #86776A is #996666 (or #966).

RGB color model

#86776A color RGB value is (134,119,106).

  • red value is 134;
  • green value is 119;
  • blue value is 106.
RGB:
(134,119,106)
(53%,47%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 106 of 255 = 42%

134
119
106

R + G + B ~ 47%. #86776A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 106 = 359 (100%)
R 134 of 359 ~ 37.33%
G 119 of 359 ~ 33.15%
B 106 of 359 ~ 29.53%

%37.33
%33.15
%29.53

CMYK color model

#86776A color CMYK value is (0,11,21,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK:
(0,11,21,47)
C0M11Y21K47 
(0%,11%,21%,47%)
(0.00/0.11/0.21/0.47)	

CMYK percentages

%0
%11.19
%20.9
%47.45

Codes

Color #86776A in popluar color models

86776A
RGB134119106
HSL28°11.67%47.06%
HSB/HSV28°20.90%52.55%
CMYK0.00%11.19%20.90%
47.45%

Color #86776A in popluar number systems.

HEX86776A
Decimal134119106
Binary1000011011101111101010
Octal206167152

Shades and tints

Shades of #86776A

#86776A
(134,119,106)
#7A6D61
(122,109,97)
#6E6358
(110,99,88)
#62594F
(98,89,79)
#564F46
(86,79,70)
#4A453D
(74,69,61)
#3E3B34
(62,59,52)
#32312B
(50,49,43)
#262722
(38,39,34)
#1A1D19
(26,29,25)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #86776A

#86776A
(134,119,106)
#918377
(145,131,119)
#9C8F84
(156,143,132)
#A79B91
(167,155,145)
#B2A79E
(178,167,158)
#BDB3AB
(189,179,171)
#C8BFB8
(200,191,184)
#D3CBC5
(211,203,197)
#DED7D2
(222,215,210)
#E9E3DF
(233,227,223)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86776A color. Also use rgb(134,119,106) instead hex code.

Text Font Color

.myTextColor { color: #86776A; }

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

This text font color is #86776A.


Background Color

.myBgColor { background-color: #86776A; }

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

This div background color is #86776A.


Border color

.myBorderColor { border: 1px solid #86776A; }

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

This div border color is #86776A.


Opacity

.myOpacity80 { color: #86776A; opacity: 0.8; }

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

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

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

This text has shadow with #86776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86776A on black background.


Color preview on white background

This text has color #86776A on white background.



Black color preview on #86776A background

This text has black color on #86776A background.


White color preview on #86776A background

This text has white color on #86776A background.