COLOR #86776F

HEX: #86776F RGB: (134,119,111)

Color info

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

RGB color model

#86776F color RGB value is (134,119,111).

RGB: (134,119,111) (53%, 47%, 44%)

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 111 of 255 = 44%

134
119
111

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

Portions of RGB colors in percentages

R + G + B = 134 + 119 + 111 = 364 (100%)
R 134 of 364 ~ 36.81%
G 119 of 364 ~ 32.69%
B 111 of 364 ~ 30.49'%

%36.81
%32.69
%30.49

CMYK color model

#86776F color CMYK value is (0,11,17,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 17.16%
  • key color value is 47.45%

CMYK: (0,11,17,47)
C0M11Y17K47 (0%, 11%, 17%, 47%)
(0.00 / 0.11 / 0.17 / 0.47)

CMYK percentages

%0
%11.19
%17.16
%47.45

Codes

Color #86776F in popluar color models

86 77 6F
RGB 134 119 111
HSL 21° 9.39% 48.04%
HSB/HSV 21° 17.16% 52.55%
CMYK 0.00% 11.19% 17.16%
47.45%

Color #86776F in popluar number systems.

HEX 86 77 6F
Decimal 134 119 111
Binary 10000110 1110111 1101111
Octal 206 167 157

Shades and tints

Shades of #86776F

#86776F
(134,119,111)
#7A6D65
(122,109,101)
#6E635B
(110,99,91)
#625951
(98,89,81)
#564F47
(86,79,71)
#4A453D
(74,69,61)
#3E3B33
(62,59,51)
#323129
(50,49,41)
#26271F
(38,39,31)
#1A1D15
(26,29,21)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #86776F

#86776F
(134,119,111)
#91837C
(145,131,124)
#9C8F89
(156,143,137)
#A79B96
(167,155,150)
#B2A7A3
(178,167,163)
#BDB3B0
(189,179,176)
#C8BFBD
(200,191,189)
#D3CBCA
(211,203,202)
#DED7D7
(222,215,215)
#E9E3E4
(233,227,228)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86776F; }

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

This text font color is #86776F.

Background Color

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

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

This div background color is #86776F.

Border color

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

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

This div border color is #86776F.

Opacity

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

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

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

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

This text has shadow with #86776F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86776F.

Preview

Color preview on black background

This text has color #86776F on black background.


Color preview on white background

This text has color #86776F on white background.


Black color preview on #86776F background

This text has black color on #86776F background.


White color preview on #86776F background

This text has white color on #86776F background.


Related colors

Complementary color

Complementary color for #hex is #798890.


I love getcolorcode.com

Triadic colors

1 #6F8677 and #776F86 with #86776F are triadic colors.

2 #6F7786 and #77866F with #86776F are triadic colors.