COLOR #86757C

HEX: #86757C RGB: (134,117,124)

Color info

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

RGB color model

#86757C color RGB value is (134,117,124).

RGB: (134,117,124) (53%, 46%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 117 of 255 = 46%
B 124 of 255 = 49%

134
117
124

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

Portions of RGB colors in percentages

R + G + B = 134 + 117 + 124 = 375 (100%)
R 134 of 375 ~ 35.73%
G 117 of 375 ~ 31.2%
B 124 of 375 ~ 33.07'%

%35.73
%31.2
%33.07

CMYK color model

#86757C color CMYK value is (0,13,7,47).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 7.46%
  • key color value is 47.45%

CMYK: (0,13,7,47)
C0M13Y7K47 (0%, 13%, 7%, 47%)
(0.00 / 0.13 / 0.07 / 0.47)

CMYK percentages

%0
%12.69
%7.46
%47.45

Codes

Color #86757C in popluar color models

86 75 7C
RGB 134 117 124
HSL 335° 6.77% 49.22%
HSB/HSV 335° 12.69% 52.55%
CMYK 0.00% 12.69% 7.46%
47.45%

Color #86757C in popluar number systems.

HEX 86 75 7C
Decimal 134 117 124
Binary 10000110 1110101 1111100
Octal 206 165 174

Shades and tints

Shades of #86757C

#86757C
(134,117,124)
#7A6B71
(122,107,113)
#6E6166
(110,97,102)
#62575B
(98,87,91)
#564D50
(86,77,80)
#4A4345
(74,67,69)
#3E393A
(62,57,58)
#322F2F
(50,47,47)
#262524
(38,37,36)
#1A1B19
(26,27,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #86757C

#86757C
(134,117,124)
#918187
(145,129,135)
#9C8D92
(156,141,146)
#A7999D
(167,153,157)
#B2A5A8
(178,165,168)
#BDB1B3
(189,177,179)
#C8BDBE
(200,189,190)
#D3C9C9
(211,201,201)
#DED5D4
(222,213,212)
#E9E1DF
(233,225,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86757C; }

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

This text font color is #86757C.

Background Color

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

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

This div background color is #86757C.

Border color

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

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

This div border color is #86757C.

Opacity

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

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

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

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

This text has shadow with #86757C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86757C.

Preview

Color preview on black background

This text has color #86757C on black background.


Color preview on white background

This text has color #86757C on white background.


Black color preview on #86757C background

This text has black color on #86757C background.


White color preview on #86757C background

This text has white color on #86757C background.


Related colors

Complementary color

Complementary color for #hex is #798A83.


I love getcolorcode.com

Triadic colors

1 #7C8675 and #757C86 with #86757C are triadic colors.

2 #7C7586 and #75867C with #86757C are triadic colors.