COLOR #86787C

HEX: #86787C RGB: (134,120,124)

Color info

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

RGB color model

#86787C color RGB value is (134,120,124).

RGB: (134,120,124) (53%, 47%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 120 of 255 = 47%
B 124 of 255 = 49%

134
120
124

R + G + B ~ 50%. #86787C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 120 + 124 = 378 (100%)
R 134 of 378 ~ 35.45%
G 120 of 378 ~ 31.75%
B 124 of 378 ~ 32.8'%

%35.45
%31.75
%32.8

CMYK color model

#86787C color CMYK value is (0,10,7,47).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 7.46%
  • key color value is 47.45%
CMYK: (0,10,7,47) C0M10Y7K47 (0%,10%,7%,47%) (0.00/0.10/0.07/0.47) 

CMYK percentages

%0
%10.45
%7.46
%47.45

Codes

Color #86787C in popluar color models

86 78 7C
RGB 134 120 124
HSL 343° 5.51% 49.80%
HSB/HSV 343° 10.45% 52.55%
CMYK 0.00% 10.45% 7.46%
47.45%

Color #86787C in popluar number systems.

HEX 86 78 7C
Decimal 134 120 124
Binary 10000110 1111000 1111100
Octal 206 170 174

Shades and tints

Shades of #86787C

#86787C
(134,120,124)
#7A6E71
(122,110,113)
#6E6466
(110,100,102)
#625A5B
(98,90,91)
#565050
(86,80,80)
#4A4645
(74,70,69)
#3E3C3A
(62,60,58)
#32322F
(50,50,47)
#262824
(38,40,36)
#1A1E19
(26,30,25)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #86787C

#86787C
(134,120,124)
#918487
(145,132,135)
#9C9092
(156,144,146)
#A79C9D
(167,156,157)
#B2A8A8
(178,168,168)
#BDB4B3
(189,180,179)
#C8C0BE
(200,192,190)
#D3CCC9
(211,204,201)
#DED8D4
(222,216,212)
#E9E4DF
(233,228,223)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86787C color. Also use rgb(134,120,124) instead hex code.

Text Font Color

.myTextColor { color: #86787C; }

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

This text font color is #86787C.

Background Color

.myBgColor { background-color: #86787C; }

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

This div background color is #86787C.

Border color

.myBorderColor { border: 1px solid #86787C; }

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

This div border color is #86787C.

Opacity

.myOpacity80 { color: #86787C; opacity: 0.8; }

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

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

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

This text has shadow with #86787C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86787C.

Preview

Color preview on black background

This text has color #86787C on black background.


Color preview on white background

This text has color #86787C on white background.


Black color preview on #86787C background

This text has black color on #86787C background.


White color preview on #86787C background

This text has white color on #86787C background.


Related colors

Complementary color

Complementary color for #hex is #798783.


I love getcolorcode.com

Triadic colors

1 #7C8678 and #787C86 with #86787C are triadic colors.

2 #7C7886 and #78867C with #86787C are triadic colors.