COLOR #867B7F

HEX: #867B7F
RGB: (134,123,127)

Color info

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

RGB color model

#867B7F color RGB value is (134,123,127).

  • red value is 134;
  • green value is 123;
  • blue value is 127.
RGB:
(134,123,127)
(53%,48%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 123 of 255 = 48%
B 127 of 255 = 50%

134
123
127

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

Portions of RGB colors in percentages

R + G + B =
134 + 123 + 127 = 384 (100%)
R 134 of 384 ~ 34.9%
G 123 of 384 ~ 32.03%
B 127 of 384 ~ 33.07%

%34.9
%32.03
%33.07

CMYK color model

#867B7F color CMYK value is (0,8,5,47).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(0,8,5,47)
C0M8Y5K47 
(0%,8%,5%,47%)
(0.00/0.08/0.05/0.47)	

CMYK percentages

%0
%8.21
%5.22
%47.45

Codes

Color #867B7F in popluar color models

867B7F
RGB134123127
HSL338°4.35%50.39%
HSB/HSV338°8.21%52.55%
CMYK0.00%8.21%5.22%
47.45%

Color #867B7F in popluar number systems.

HEX867B7F
Decimal134123127
Binary1000011011110111111111
Octal206173177

Shades and tints

Shades of #867B7F

#867B7F
(134,123,127)
#7A7074
(122,112,116)
#6E6569
(110,101,105)
#625A5E
(98,90,94)
#564F53
(86,79,83)
#4A4448
(74,68,72)
#3E393D
(62,57,61)
#322E32
(50,46,50)
#262327
(38,35,39)
#1A181C
(26,24,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #867B7F

#867B7F
(134,123,127)
#91878A
(145,135,138)
#9C9395
(156,147,149)
#A79FA0
(167,159,160)
#B2ABAB
(178,171,171)
#BDB7B6
(189,183,182)
#C8C3C1
(200,195,193)
#D3CFCC
(211,207,204)
#DEDBD7
(222,219,215)
#E9E7E2
(233,231,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867B7F; }

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

This text font color is #867B7F.


Background Color

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

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

This div background color is #867B7F.


Border color

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

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

This div border color is #867B7F.


Opacity

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

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

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

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

This text has shadow with #867B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867B7F on black background.


Color preview on white background

This text has color #867B7F on white background.



Black color preview on #867B7F background

This text has black color on #867B7F background.


White color preview on #867B7F background

This text has white color on #867B7F background.