COLOR #867F77

HEX: #867F77
RGB: (134,127,119)

Color info

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

RGB color model

#867F77 color RGB value is (134,127,119).

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

RGB channels and saturation

R 134 of 255 = 53%
G 127 of 255 = 50%
B 119 of 255 = 47%

134
127
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 127 + 119 = 380 (100%)
R 134 of 380 ~ 35.26%
G 127 of 380 ~ 33.42%
B 119 of 380 ~ 31.32%

%35.26
%33.42
%31.32

CMYK color model

#867F77 color CMYK value is (0,5,11,47).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,5,11,47)
C0M5Y11K47 
(0%,5%,11%,47%)
(0.00/0.05/0.11/0.47)	

CMYK percentages

%0
%5.22
%11.19
%47.45

Codes

Color #867F77 in popluar color models

867F77
RGB134127119
HSL32°5.93%49.61%
HSB/HSV32°11.19%52.55%
CMYK0.00%5.22%11.19%
47.45%

Color #867F77 in popluar number systems.

HEX867F77
Decimal134127119
Binary1000011011111111110111
Octal206177167

Shades and tints

Shades of #867F77

#867F77
(134,127,119)
#7A746D
(122,116,109)
#6E6963
(110,105,99)
#625E59
(98,94,89)
#56534F
(86,83,79)
#4A4845
(74,72,69)
#3E3D3B
(62,61,59)
#323231
(50,50,49)
#262727
(38,39,39)
#1A1C1D
(26,28,29)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #867F77

#867F77
(134,127,119)
#918A83
(145,138,131)
#9C958F
(156,149,143)
#A7A09B
(167,160,155)
#B2ABA7
(178,171,167)
#BDB6B3
(189,182,179)
#C8C1BF
(200,193,191)
#D3CCCB
(211,204,203)
#DED7D7
(222,215,215)
#E9E2E3
(233,226,227)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867F77; }

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

This text font color is #867F77.


Background Color

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

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

This div background color is #867F77.


Border color

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

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

This div border color is #867F77.


Opacity

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

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

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

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

This text has shadow with #867F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867F77 on black background.


Color preview on white background

This text has color #867F77 on white background.



Black color preview on #867F77 background

This text has black color on #867F77 background.


White color preview on #867F77 background

This text has white color on #867F77 background.