COLOR #878767

HEX: #878767
RGB: (135,135,103)

Color info

#878767 contains red, green and blue colors in about the same proportion. Web safe color of #878767 is #999966 (or #996).

RGB color model

#878767 color RGB value is (135,135,103).

  • red value is 135;
  • green value is 135;
  • blue value is 103.
RGB:
(135,135,103)
(53%,53%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 103 of 255 = 40%

135
135
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 103 = 373 (100%)
R 135 of 373 ~ 36.19%
G 135 of 373 ~ 36.19%
B 103 of 373 ~ 27.61%

%36.19
%36.19
%27.61

CMYK color model

#878767 color CMYK value is (0,0,24,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(0,0,24,47)
C0M0Y24K47 
(0%,0%,24%,47%)
(0.00/0.00/0.24/0.47)	

CMYK percentages

%0
%0
%23.7
%47.06

Codes

Color #878767 in popluar color models

878767
RGB135135103
HSL60°13.45%46.67%
HSB/HSV60°23.70%52.94%
CMYK0.00%0.00%23.70%
47.06%

Color #878767 in popluar number systems.

HEX878767
Decimal135135103
Binary10000111100001111100111
Octal207207147

Shades and tints

Shades of #878767

#878767
(135,135,103)
#7B7B5E
(123,123,94)
#6F6F55
(111,111,85)
#63634C
(99,99,76)
#575743
(87,87,67)
#4B4B3A
(75,75,58)
#3F3F31
(63,63,49)
#333328
(51,51,40)
#27271F
(39,39,31)
#1B1B16
(27,27,22)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #878767

#878767
(135,135,103)
#919174
(145,145,116)
#9B9B81
(155,155,129)
#A5A58E
(165,165,142)
#AFAF9B
(175,175,155)
#B9B9A8
(185,185,168)
#C3C3B5
(195,195,181)
#CDCDC2
(205,205,194)
#D7D7CF
(215,215,207)
#E1E1DC
(225,225,220)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878767 color. Also use rgb(135,135,103) instead hex code.

Text Font Color

.myTextColor { color: #878767; }

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

This text font color is #878767.


Background Color

.myBgColor { background-color: #878767; }

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

This div background color is #878767.


Border color

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

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

This div border color is #878767.


Opacity

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

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

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

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

This text has shadow with #878767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878767 on black background.


Color preview on white background

This text has color #878767 on white background.



Black color preview on #878767 background

This text has black color on #878767 background.


White color preview on #878767 background

This text has white color on #878767 background.