COLOR #86767B

HEX: #86767B RGB: (134,118,123)

Color info

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

RGB color model

#86767B color RGB value is (134,118,123).

RGB: (134,118,123) (53%, 46%, 48%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 123 of 255 = 48%

134
118
123

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

Portions of RGB colors in percentages

R + G + B = 134 + 118 + 123 = 375 (100%)
R 134 of 375 ~ 35.73%
G 118 of 375 ~ 31.47%
B 123 of 375 ~ 32.8'%

%35.73
%31.47
%32.8

CMYK color model

#86767B color CMYK value is (0,12,8,47).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 8.21%
  • key color value is 47.45%

CMYK: (0,12,8,47)
C0M12Y8K47 (0%, 12%, 8%, 47%)
(0.00 / 0.12 / 0.08 / 0.47)

CMYK percentages

%0
%11.94
%8.21
%47.45

Codes

Color #86767B in popluar color models

86 76 7B
RGB 134 118 123
HSL 341° 6.35% 49.41%
HSB/HSV 341° 11.94% 52.55%
CMYK 0.00% 11.94% 8.21%
47.45%

Color #86767B in popluar number systems.

HEX 86 76 7B
Decimal 134 118 123
Binary 10000110 1110110 1111011
Octal 206 166 173

Shades and tints

Shades of #86767B

#86767B
(134,118,123)
#7A6C70
(122,108,112)
#6E6265
(110,98,101)
#62585A
(98,88,90)
#564E4F
(86,78,79)
#4A4444
(74,68,68)
#3E3A39
(62,58,57)
#32302E
(50,48,46)
#262623
(38,38,35)
#1A1C18
(26,28,24)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #86767B

#86767B
(134,118,123)
#918287
(145,130,135)
#9C8E93
(156,142,147)
#A79A9F
(167,154,159)
#B2A6AB
(178,166,171)
#BDB2B7
(189,178,183)
#C8BEC3
(200,190,195)
#D3CACF
(211,202,207)
#DED6DB
(222,214,219)
#E9E2E7
(233,226,231)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86767B color. Also use rgb(134,118,123) instead hex code.

Text Font Color

.myTextColor { color: #86767B; }

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

This text font color is #86767B.

Background Color

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

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

This div background color is #86767B.

Border color

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

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

This div border color is #86767B.

Opacity

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

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

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

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

This text has shadow with #86767B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86767B.

Preview

Color preview on black background

This text has color #86767B on black background.


Color preview on white background

This text has color #86767B on white background.


Black color preview on #86767B background

This text has black color on #86767B background.


White color preview on #86767B background

This text has white color on #86767B background.


Related colors

Complementary color

Complementary color for #hex is #798984.


I love getcolorcode.com

Triadic colors

1 #7B8676 and #767B86 with #86767B are triadic colors.

2 #7B7686 and #76867B with #86767B are triadic colors.