COLOR #867F7D

HEX: #867F7D RGB: (134,127,125)

Color info

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

RGB color model

#867F7D color RGB value is (134,127,125).

RGB: (134,127,125) (53%, 50%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 125 of 255 = 49%

134
127
125

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

Portions of RGB colors in percentages

R + G + B = 134 + 127 + 125 = 386 (100%)
R 134 of 386 ~ 34.72%
G 127 of 386 ~ 32.9%
B 125 of 386 ~ 32.38'%

%34.72
%32.9
%32.38

CMYK color model

#867F7D color CMYK value is (0,5,7,47).

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

CMYK: (0,5,7,47)
C0M5Y7K47 (0%, 5%, 7%, 47%)
(0.00 / 0.05 / 0.07 / 0.47)

CMYK percentages

%0
%5.22
%6.72
%47.45

Codes

Color #867F7D in popluar color models

86 7F 7D
RGB 134 127 125
HSL 13° 3.59% 50.78%
HSB/HSV 13° 6.72% 52.55%
CMYK 0.00% 5.22% 6.72%
47.45%

Color #867F7D in popluar number systems.

HEX 86 7F 7D
Decimal 134 127 125
Binary 10000110 1111111 1111101
Octal 206 177 175

Shades and tints

Shades of #867F7D

#867F7D
(134,127,125)
#7A7472
(122,116,114)
#6E6967
(110,105,103)
#625E5C
(98,94,92)
#565351
(86,83,81)
#4A4846
(74,72,70)
#3E3D3B
(62,61,59)
#323230
(50,50,48)
#262725
(38,39,37)
#1A1C1A
(26,28,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #867F7D

#867F7D
(134,127,125)
#918A88
(145,138,136)
#9C9593
(156,149,147)
#A7A09E
(167,160,158)
#B2ABA9
(178,171,169)
#BDB6B4
(189,182,180)
#C8C1BF
(200,193,191)
#D3CCCA
(211,204,202)
#DED7D5
(222,215,213)
#E9E2E0
(233,226,224)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867F7D; }

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

This text font color is #867F7D.

Background Color

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

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

This div background color is #867F7D.

Border color

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

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

This div border color is #867F7D.

Opacity

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

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

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

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

This text has shadow with #867F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867F7D.

Preview

Color preview on black background

This text has color #867F7D on black background.


Color preview on white background

This text has color #867F7D on white background.


Black color preview on #867F7D background

This text has black color on #867F7D background.


White color preview on #867F7D background

This text has white color on #867F7D background.


Related colors

Complementary color

Complementary color for #hex is #798082.


I love getcolorcode.com

Triadic colors

1 #7D867F and #7F7D86 with #867F7D are triadic colors.

2 #7D7F86 and #7F867D with #867F7D are triadic colors.