COLOR #878C6C

HEX: #878C6C
RGB: (135,140,108)

Color info

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

RGB color model

#878C6C color RGB value is (135,140,108).

  • red value is 135;
  • green value is 140;
  • blue value is 108.
RGB:
(135,140,108)
(53%,55%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 108 of 255 = 42%

135
140
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 108 = 383 (100%)
R 135 of 383 ~ 35.25%
G 140 of 383 ~ 36.55%
B 108 of 383 ~ 28.2%

%35.25
%36.55
%28.2

CMYK color model

#878C6C color CMYK value is (4,0,23,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(4,0,23,45)
C4M0Y23K45 
(4%,0%,23%,45%)
(0.04/0.00/0.23/0.45)	

CMYK percentages

%3.57
%0
%22.86
%45.1

Codes

Color #878C6C in popluar color models

878C6C
RGB135140108
HSL69°12.90%48.63%
HSB/HSV69°22.86%54.90%
CMYK3.57%0.00%22.86%
45.10%

Color #878C6C in popluar number systems.

HEX878C6C
Decimal135140108
Binary10000111100011001101100
Octal207214154

Shades and tints

Shades of #878C6C

#878C6C
(135,140,108)
#7B8063
(123,128,99)
#6F745A
(111,116,90)
#636851
(99,104,81)
#575C48
(87,92,72)
#4B503F
(75,80,63)
#3F4436
(63,68,54)
#33382D
(51,56,45)
#272C24
(39,44,36)
#1B201B
(27,32,27)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #878C6C

#878C6C
(135,140,108)
#919679
(145,150,121)
#9BA086
(155,160,134)
#A5AA93
(165,170,147)
#AFB4A0
(175,180,160)
#B9BEAD
(185,190,173)
#C3C8BA
(195,200,186)
#CDD2C7
(205,210,199)
#D7DCD4
(215,220,212)
#E1E6E1
(225,230,225)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878C6C color. Also use rgb(135,140,108) instead hex code.

Text Font Color

.myTextColor { color: #878C6C; }

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

This text font color is #878C6C.


Background Color

.myBgColor { background-color: #878C6C; }

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

This div background color is #878C6C.


Border color

.myBorderColor { border: 1px solid #878C6C; }

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

This div border color is #878C6C.


Opacity

.myOpacity80 { color: #878C6C; opacity: 0.8; }

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

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

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

This text has shadow with #878C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878C6C on black background.


Color preview on white background

This text has color #878C6C on white background.



Black color preview on #878C6C background

This text has black color on #878C6C background.


White color preview on #878C6C background

This text has white color on #878C6C background.