COLOR #867C71

HEX: #867C71 RGB: (134,124,113)

Color info

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

RGB color model

#867C71 color RGB value is (134,124,113).

RGB: (134,124,113) (53%, 49%, 44%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 113 of 255 = 44%

134
124
113

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 113 = 371 (100%)
R 134 of 371 ~ 36.12%
G 124 of 371 ~ 33.42%
B 113 of 371 ~ 30.46'%

%36.12
%33.42
%30.46

CMYK color model

#867C71 color CMYK value is (0,7,16,47).

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

CMYK: (0,7,16,47)
C0M7Y16K47 (0%, 7%, 16%, 47%)
(0.00 / 0.07 / 0.16 / 0.47)

CMYK percentages

%0
%7.46
%15.67
%47.45

Codes

Color #867C71 in popluar color models

86 7C 71
RGB 134 124 113
HSL 31° 8.50% 48.43%
HSB/HSV 31° 15.67% 52.55%
CMYK 0.00% 7.46% 15.67%
47.45%

Color #867C71 in popluar number systems.

HEX 86 7C 71
Decimal 134 124 113
Binary 10000110 1111100 1110001
Octal 206 174 161

Shades and tints

Shades of #867C71

#867C71
(134,124,113)
#7A7167
(122,113,103)
#6E665D
(110,102,93)
#625B53
(98,91,83)
#565049
(86,80,73)
#4A453F
(74,69,63)
#3E3A35
(62,58,53)
#322F2B
(50,47,43)
#262421
(38,36,33)
#1A1917
(26,25,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #867C71

#867C71
(134,124,113)
#91877D
(145,135,125)
#9C9289
(156,146,137)
#A79D95
(167,157,149)
#B2A8A1
(178,168,161)
#BDB3AD
(189,179,173)
#C8BEB9
(200,190,185)
#D3C9C5
(211,201,197)
#DED4D1
(222,212,209)
#E9DFDD
(233,223,221)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867C71 color. Also use rgb(134,124,113) instead hex code.

Text Font Color

.myTextColor { color: #867C71; }

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

This text font color is #867C71.

Background Color

.myBgColor { background-color: #867C71; }

<div style="background-color:#867C71">Inner text</div>

This div background color is #867C71.

Border color

.myBorderColor { border: 1px solid #867C71; }

<div style="border:3px solid #867C71">Div</div>

This div border color is #867C71.

Opacity

.myOpacity80 { color: #867C71; opacity: 0.8; }

<p style="color:#867C71;opacity:0.8;">80%</p>

Text with #867C71 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 #867C71;}

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

This text has shadow with #867C71 color.


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

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

This text has shadow with #867C71 primary color and red secondary color.


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

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

This text has shadow with #867C71 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #867C71.

Preview

Color preview on black background

This text has color #867C71 on black background.


Color preview on white background

This text has color #867C71 on white background.


Black color preview on #867C71 background

This text has black color on #867C71 background.


White color preview on #867C71 background

This text has white color on #867C71 background.


Related colors

Complementary color

Complementary color for #hex is #79838E.


I love getcolorcode.com

Triadic colors

1 #71867C and #7C7186 with #867C71 are triadic colors.

2 #717C86 and #7C8671 with #867C71 are triadic colors.