COLOR #878C7A

HEX: #878C7A
RGB: (135,140,122)

Color info

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

RGB color model

#878C7A color RGB value is (135,140,122).

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

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 122 of 255 = 48%

135
140
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 122 = 397 (100%)
R 135 of 397 ~ 34.01%
G 140 of 397 ~ 35.26%
B 122 of 397 ~ 30.73%

%34.01
%35.26
%30.73

CMYK color model

#878C7A color CMYK value is (4,0,13,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 45.10%
CMYK:
(4,0,13,45)
C4M0Y13K45 
(4%,0%,13%,45%)
(0.04/0.00/0.13/0.45)	

CMYK percentages

%3.57
%0
%12.86
%45.1

Codes

Color #878C7A in popluar color models

878C7A
RGB135140122
HSL77°7.26%51.37%
HSB/HSV77°12.86%54.90%
CMYK3.57%0.00%12.86%
45.10%

Color #878C7A in popluar number systems.

HEX878C7A
Decimal135140122
Binary10000111100011001111010
Octal207214172

Shades and tints

Shades of #878C7A

#878C7A
(135,140,122)
#7B806F
(123,128,111)
#6F7464
(111,116,100)
#636859
(99,104,89)
#575C4E
(87,92,78)
#4B5043
(75,80,67)
#3F4438
(63,68,56)
#33382D
(51,56,45)
#272C22
(39,44,34)
#1B2017
(27,32,23)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #878C7A

#878C7A
(135,140,122)
#919686
(145,150,134)
#9BA092
(155,160,146)
#A5AA9E
(165,170,158)
#AFB4AA
(175,180,170)
#B9BEB6
(185,190,182)
#C3C8C2
(195,200,194)
#CDD2CE
(205,210,206)
#D7DCDA
(215,220,218)
#E1E6E6
(225,230,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878C7A; }

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

This text font color is #878C7A.


Background Color

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

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

This div background color is #878C7A.


Border color

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

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

This div border color is #878C7A.


Opacity

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

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

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

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

This text has shadow with #878C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878C7A on black background.


Color preview on white background

This text has color #878C7A on white background.



Black color preview on #878C7A background

This text has black color on #878C7A background.


White color preview on #878C7A background

This text has white color on #878C7A background.