COLOR #867C73

HEX: #867C73 RGB: (134,124,115)

Color info

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

RGB color model

#867C73 color RGB value is (134,124,115).

RGB: (134,124,115) (53%, 49%, 45%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 115 of 255 = 45%

134
124
115

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 115 = 373 (100%)
R 134 of 373 ~ 35.92%
G 124 of 373 ~ 33.24%
B 115 of 373 ~ 30.83'%

%35.92
%33.24
%30.83

CMYK color model

#867C73 color CMYK value is (0,7,14,47).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK: (0,7,14,47) C0M7Y14K47 (0%,7%,14%,47%) (0.00/0.07/0.14/0.47) 

CMYK percentages

%0
%7.46
%14.18
%47.45

Codes

Color #867C73 in popluar color models

86 7C 73
RGB 134 124 115
HSL 28° 7.63% 48.82%
HSB/HSV 28° 14.18% 52.55%
CMYK 0.00% 7.46% 14.18%
47.45%

Color #867C73 in popluar number systems.

HEX 86 7C 73
Decimal 134 124 115
Binary 10000110 1111100 1110011
Octal 206 174 163

Shades and tints

Shades of #867C73

#867C73
(134,124,115)
#7A7169
(122,113,105)
#6E665F
(110,102,95)
#625B55
(98,91,85)
#56504B
(86,80,75)
#4A4541
(74,69,65)
#3E3A37
(62,58,55)
#322F2D
(50,47,45)
#262423
(38,36,35)
#1A1919
(26,25,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #867C73

#867C73
(134,124,115)
#91877F
(145,135,127)
#9C928B
(156,146,139)
#A79D97
(167,157,151)
#B2A8A3
(178,168,163)
#BDB3AF
(189,179,175)
#C8BEBB
(200,190,187)
#D3C9C7
(211,201,199)
#DED4D3
(222,212,211)
#E9DFDF
(233,223,223)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867C73; }

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

This text font color is #867C73.

Background Color

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

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

This div background color is #867C73.

Border color

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

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

This div border color is #867C73.

Opacity

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

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

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

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

This text has shadow with #867C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867C73.

Preview

Color preview on black background

This text has color #867C73 on black background.


Color preview on white background

This text has color #867C73 on white background.


Black color preview on #867C73 background

This text has black color on #867C73 background.


White color preview on #867C73 background

This text has white color on #867C73 background.


Related colors

Complementary color

Complementary color for #hex is #79838C.


I love getcolorcode.com

Triadic colors

1 #73867C and #7C7386 with #867C73 are triadic colors.

2 #737C86 and #7C8673 with #867C73 are triadic colors.