COLOR #86727A

HEX: #86727A
RGB: (134,114,122)

Color info

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

RGB color model

#86727A color RGB value is (134,114,122).

  • red value is 134;
  • green value is 114;
  • blue value is 122.
RGB:
(134,114,122)
(53%,45%,48%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 122 of 255 = 48%

134
114
122

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

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 122 = 370 (100%)
R 134 of 370 ~ 36.22%
G 114 of 370 ~ 30.81%
B 122 of 370 ~ 32.97%

%36.22
%30.81
%32.97

CMYK color model

#86727A color CMYK value is (0,15,9,47).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(0,15,9,47)
C0M15Y9K47 
(0%,15%,9%,47%)
(0.00/0.15/0.09/0.47)	

CMYK percentages

%0
%14.93
%8.96
%47.45

Codes

Color #86727A in popluar color models

86727A
RGB134114122
HSL336°8.06%48.63%
HSB/HSV336°14.93%52.55%
CMYK0.00%14.93%8.96%
47.45%

Color #86727A in popluar number systems.

HEX86727A
Decimal134114122
Binary1000011011100101111010
Octal206162172

Shades and tints

Shades of #86727A

#86727A
(134,114,122)
#7A686F
(122,104,111)
#6E5E64
(110,94,100)
#625459
(98,84,89)
#564A4E
(86,74,78)
#4A4043
(74,64,67)
#3E3638
(62,54,56)
#322C2D
(50,44,45)
#262222
(38,34,34)
#1A1817
(26,24,23)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #86727A

#86727A
(134,114,122)
#917E86
(145,126,134)
#9C8A92
(156,138,146)
#A7969E
(167,150,158)
#B2A2AA
(178,162,170)
#BDAEB6
(189,174,182)
#C8BAC2
(200,186,194)
#D3C6CE
(211,198,206)
#DED2DA
(222,210,218)
#E9DEE6
(233,222,230)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86727A color. Also use rgb(134,114,122) instead hex code.

Text Font Color

.myTextColor { color: #86727A; }

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

This text font color is #86727A.


Background Color

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

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

This div background color is #86727A.


Border color

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

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

This div border color is #86727A.


Opacity

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

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

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

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

This text has shadow with #86727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86727A on black background.


Color preview on white background

This text has color #86727A on white background.



Black color preview on #86727A background

This text has black color on #86727A background.


White color preview on #86727A background

This text has white color on #86727A background.