COLOR #878679

HEX: #878679
RGB: (135,134,121)

Color info

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

RGB color model

#878679 color RGB value is (135,134,121).

  • red value is 135;
  • green value is 134;
  • blue value is 121.
RGB:
(135,134,121)
(53%,53%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 121 of 255 = 47%

135
134
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 134 + 121 = 390 (100%)
R 135 of 390 ~ 34.62%
G 134 of 390 ~ 34.36%
B 121 of 390 ~ 31.03%

%34.62
%34.36
%31.03

CMYK color model

#878679 color CMYK value is (0,1,10,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,1,10,47)
C0M1Y10K47 
(0%,1%,10%,47%)
(0.00/0.01/0.10/0.47)	

CMYK percentages

%0
%0.74
%10.37
%47.06

Codes

Color #878679 in popluar color models

878679
RGB135134121
HSL56°5.51%50.20%
HSB/HSV56°10.37%52.94%
CMYK0.00%0.74%10.37%
47.06%

Color #878679 in popluar number systems.

HEX878679
Decimal135134121
Binary10000111100001101111001
Octal207206171

Shades and tints

Shades of #878679

#878679
(135,134,121)
#7B7A6E
(123,122,110)
#6F6E63
(111,110,99)
#636258
(99,98,88)
#57564D
(87,86,77)
#4B4A42
(75,74,66)
#3F3E37
(63,62,55)
#33322C
(51,50,44)
#272621
(39,38,33)
#1B1A16
(27,26,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #878679

#878679
(135,134,121)
#919185
(145,145,133)
#9B9C91
(155,156,145)
#A5A79D
(165,167,157)
#AFB2A9
(175,178,169)
#B9BDB5
(185,189,181)
#C3C8C1
(195,200,193)
#CDD3CD
(205,211,205)
#D7DED9
(215,222,217)
#E1E9E5
(225,233,229)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878679; }

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

This text font color is #878679.


Background Color

.myBgColor { background-color: #878679; }

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

This div background color is #878679.


Border color

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

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

This div border color is #878679.


Opacity

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

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

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

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

This text has shadow with #878679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878679 on black background.


Color preview on white background

This text has color #878679 on white background.



Black color preview on #878679 background

This text has black color on #878679 background.


White color preview on #878679 background

This text has white color on #878679 background.