COLOR #867775

HEX: #867775
RGB: (134,119,117)

Color info

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

RGB color model

#867775 color RGB value is (134,119,117).

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

RGB channels and saturation

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

134
119
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 119 + 117 = 370 (100%)
R 134 of 370 ~ 36.22%
G 119 of 370 ~ 32.16%
B 117 of 370 ~ 31.62%

%36.22
%32.16
%31.62

CMYK color model

#867775 color CMYK value is (0,11,13,47).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(0,11,13,47)
C0M11Y13K47 
(0%,11%,13%,47%)
(0.00/0.11/0.13/0.47)	

CMYK percentages

%0
%11.19
%12.69
%47.45

Codes

Color #867775 in popluar color models

867775
RGB134119117
HSL6.77%49.22%
HSB/HSV12.69%52.55%
CMYK0.00%11.19%12.69%
47.45%

Color #867775 in popluar number systems.

HEX867775
Decimal134119117
Binary1000011011101111110101
Octal206167165

Shades and tints

Shades of #867775

#867775
(134,119,117)
#7A6D6B
(122,109,107)
#6E6361
(110,99,97)
#625957
(98,89,87)
#564F4D
(86,79,77)
#4A4543
(74,69,67)
#3E3B39
(62,59,57)
#32312F
(50,49,47)
#262725
(38,39,37)
#1A1D1B
(26,29,27)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #867775

#867775
(134,119,117)
#918381
(145,131,129)
#9C8F8D
(156,143,141)
#A79B99
(167,155,153)
#B2A7A5
(178,167,165)
#BDB3B1
(189,179,177)
#C8BFBD
(200,191,189)
#D3CBC9
(211,203,201)
#DED7D5
(222,215,213)
#E9E3E1
(233,227,225)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867775; }

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

This text font color is #867775.


Background Color

.myBgColor { background-color: #867775; }

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

This div background color is #867775.


Border color

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

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

This div border color is #867775.


Opacity

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

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

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

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

This text has shadow with #867775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867775 on black background.


Color preview on white background

This text has color #867775 on white background.



Black color preview on #867775 background

This text has black color on #867775 background.


White color preview on #867775 background

This text has white color on #867775 background.