COLOR #867F6C

HEX: #867F6C RGB: (134,127,108)

Color info

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

RGB color model

#867F6C color RGB value is (134,127,108).

RGB: (134,127,108) (53%, 50%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 108 of 255 = 42%

134
127
108

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

Portions of RGB colors in percentages

R + G + B = 134 + 127 + 108 = 369 (100%)
R 134 of 369 ~ 36.31%
G 127 of 369 ~ 34.42%
B 108 of 369 ~ 29.27'%

%36.31
%34.42
%29.27

CMYK color model

#867F6C color CMYK value is (0,5,19,47).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 19.40%
  • key color value is 47.45%

CMYK: (0,5,19,47)
C0M5Y19K47 (0%, 5%, 19%, 47%)
(0.00 / 0.05 / 0.19 / 0.47)

CMYK percentages

%0
%5.22
%19.4
%47.45

Codes

Color #867F6C in popluar color models

86 7F 6C
RGB 134 127 108
HSL 44° 10.74% 47.45%
HSB/HSV 44° 19.40% 52.55%
CMYK 0.00% 5.22% 19.40%
47.45%

Color #867F6C in popluar number systems.

HEX 86 7F 6C
Decimal 134 127 108
Binary 10000110 1111111 1101100
Octal 206 177 154

Shades and tints

Shades of #867F6C

#867F6C
(134,127,108)
#7A7463
(122,116,99)
#6E695A
(110,105,90)
#625E51
(98,94,81)
#565348
(86,83,72)
#4A483F
(74,72,63)
#3E3D36
(62,61,54)
#32322D
(50,50,45)
#262724
(38,39,36)
#1A1C1B
(26,28,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #867F6C

#867F6C
(134,127,108)
#918A79
(145,138,121)
#9C9586
(156,149,134)
#A7A093
(167,160,147)
#B2ABA0
(178,171,160)
#BDB6AD
(189,182,173)
#C8C1BA
(200,193,186)
#D3CCC7
(211,204,199)
#DED7D4
(222,215,212)
#E9E2E1
(233,226,225)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867F6C color. Also use rgb(134,127,108) instead hex code.

Text Font Color

.myTextColor { color: #867F6C; }

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

This text font color is #867F6C.

Background Color

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

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

This div background color is #867F6C.

Border color

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

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

This div border color is #867F6C.

Opacity

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

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

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

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

This text has shadow with #867F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867F6C.

Preview

Color preview on black background

This text has color #867F6C on black background.


Color preview on white background

This text has color #867F6C on white background.


Black color preview on #867F6C background

This text has black color on #867F6C background.


White color preview on #867F6C background

This text has white color on #867F6C background.


Related colors

Complementary color

Complementary color for #hex is #798093.


I love getcolorcode.com

Triadic colors

1 #6C867F and #7F6C86 with #867F6C are triadic colors.

2 #6C7F86 and #7F866C with #867F6C are triadic colors.