COLOR #86726B

HEX: #86726B RGB: (134,114,107)

Color info

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

RGB color model

#86726B color RGB value is (134,114,107).

RGB: (134,114,107) (53%, 45%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 107 of 255 = 42%

134
114
107

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

Portions of RGB colors in percentages

R + G + B = 134 + 114 + 107 = 355 (100%)
R 134 of 355 ~ 37.75%
G 114 of 355 ~ 32.11%
B 107 of 355 ~ 30.14'%

%37.75
%32.11
%30.14

CMYK color model

#86726B color CMYK value is (0,15,20,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 20.15%
  • key color value is 47.45%

CMYK: (0,15,20,47)
C0M15Y20K47 (0%, 15%, 20%, 47%)
(0.00 / 0.15 / 0.20 / 0.47)

CMYK percentages

%0
%14.93
%20.15
%47.45

Codes

Color #86726B in popluar color models

86 72 6B
RGB 134 114 107
HSL 16° 11.20% 47.25%
HSB/HSV 16° 20.15% 52.55%
CMYK 0.00% 14.93% 20.15%
47.45%

Color #86726B in popluar number systems.

HEX 86 72 6B
Decimal 134 114 107
Binary 10000110 1110010 1101011
Octal 206 162 153

Shades and tints

Shades of #86726B

#86726B
(134,114,107)
#7A6862
(122,104,98)
#6E5E59
(110,94,89)
#625450
(98,84,80)
#564A47
(86,74,71)
#4A403E
(74,64,62)
#3E3635
(62,54,53)
#322C2C
(50,44,44)
#262223
(38,34,35)
#1A181A
(26,24,26)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #86726B

#86726B
(134,114,107)
#917E78
(145,126,120)
#9C8A85
(156,138,133)
#A79692
(167,150,146)
#B2A29F
(178,162,159)
#BDAEAC
(189,174,172)
#C8BAB9
(200,186,185)
#D3C6C6
(211,198,198)
#DED2D3
(222,210,211)
#E9DEE0
(233,222,224)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86726B color. Also use rgb(134,114,107) instead hex code.

Text Font Color

.myTextColor { color: #86726B; }

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

This text font color is #86726B.

Background Color

.myBgColor { background-color: #86726B; }

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

This div background color is #86726B.

Border color

.myBorderColor { border: 1px solid #86726B; }

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

This div border color is #86726B.

Opacity

.myOpacity80 { color: #86726B; opacity: 0.8; }

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

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

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

This text has shadow with #86726B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86726B.

Preview

Color preview on black background

This text has color #86726B on black background.


Color preview on white background

This text has color #86726B on white background.


Black color preview on #86726B background

This text has black color on #86726B background.


White color preview on #86726B background

This text has white color on #86726B background.


Related colors

Complementary color

Complementary color for #hex is #798D94.


I love getcolorcode.com

Triadic colors

1 #6B8672 and #726B86 with #86726B are triadic colors.

2 #6B7286 and #72866B with #86726B are triadic colors.