COLOR #867776

HEX: #867776
RGB: (134,119,118)

Color info

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

RGB color model

#867776 color RGB value is (134,119,118).

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

RGB channels and saturation

R 134 of 255 = 53%
G 119 of 255 = 47%
B 118 of 255 = 46%

134
119
118

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 118 = 371 (100%)
R 134 of 371 ~ 36.12%
G 119 of 371 ~ 32.08%
B 118 of 371 ~ 31.81%

%36.12
%32.08
%31.81

CMYK color model

#867776 color CMYK value is (0,11,12,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(0,11,12,47)
C0M11Y12K47 
(0%,11%,12%,47%)
(0.00/0.11/0.12/0.47)	

CMYK percentages

%0
%11.19
%11.94
%47.45

Codes

Color #867776 in popluar color models

867776
RGB134119118
HSL6.35%49.41%
HSB/HSV11.94%52.55%
CMYK0.00%11.19%11.94%
47.45%

Color #867776 in popluar number systems.

HEX867776
Decimal134119118
Binary1000011011101111110110
Octal206167166

Shades and tints

Shades of #867776

#867776
(134,119,118)
#7A6D6C
(122,109,108)
#6E6362
(110,99,98)
#625958
(98,89,88)
#564F4E
(86,79,78)
#4A4544
(74,69,68)
#3E3B3A
(62,59,58)
#323130
(50,49,48)
#262726
(38,39,38)
#1A1D1C
(26,29,28)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #867776

#867776
(134,119,118)
#918382
(145,131,130)
#9C8F8E
(156,143,142)
#A79B9A
(167,155,154)
#B2A7A6
(178,167,166)
#BDB3B2
(189,179,178)
#C8BFBE
(200,191,190)
#D3CBCA
(211,203,202)
#DED7D6
(222,215,214)
#E9E3E2
(233,227,226)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867776; }

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

This text font color is #867776.


Background Color

.myBgColor { background-color: #867776; }

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

This div background color is #867776.


Border color

.myBorderColor { border: 1px solid #867776; }

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

This div border color is #867776.


Opacity

.myOpacity80 { color: #867776; opacity: 0.8; }

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

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

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

This text has shadow with #867776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867776 on black background.


Color preview on white background

This text has color #867776 on white background.



Black color preview on #867776 background

This text has black color on #867776 background.


White color preview on #867776 background

This text has white color on #867776 background.