COLOR #878F80

HEX: #878F80
RGB: (135,143,128)

Color info

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

RGB color model

#878F80 color RGB value is (135,143,128).

  • red value is 135;
  • green value is 143;
  • blue value is 128.
RGB:
(135,143,128)
(53%,56%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 128 of 255 = 50%

135
143
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 128 = 406 (100%)
R 135 of 406 ~ 33.25%
G 143 of 406 ~ 35.22%
B 128 of 406 ~ 31.53%

%33.25
%35.22
%31.53

CMYK color model

#878F80 color CMYK value is (6,0,10,44).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(6,0,10,44)
C6M0Y10K44 
(6%,0%,10%,44%)
(0.06/0.00/0.10/0.44)	

CMYK percentages

%5.59
%0
%10.49
%43.92

Codes

Color #878F80 in popluar color models

878F80
RGB135143128
HSL92°6.28%53.14%
HSB/HSV92°10.49%56.08%
CMYK5.59%0.00%10.49%
43.92%

Color #878F80 in popluar number systems.

HEX878F80
Decimal135143128
Binary100001111000111110000000
Octal207217200

Shades and tints

Shades of #878F80

#878F80
(135,143,128)
#7B8275
(123,130,117)
#6F756A
(111,117,106)
#63685F
(99,104,95)
#575B54
(87,91,84)
#4B4E49
(75,78,73)
#3F413E
(63,65,62)
#333433
(51,52,51)
#272728
(39,39,40)
#1B1A1D
(27,26,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #878F80

#878F80
(135,143,128)
#91998B
(145,153,139)
#9BA396
(155,163,150)
#A5ADA1
(165,173,161)
#AFB7AC
(175,183,172)
#B9C1B7
(185,193,183)
#C3CBC2
(195,203,194)
#CDD5CD
(205,213,205)
#D7DFD8
(215,223,216)
#E1E9E3
(225,233,227)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878F80 color. Also use rgb(135,143,128) instead hex code.

Text Font Color

.myTextColor { color: #878F80; }

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

This text font color is #878F80.


Background Color

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

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

This div background color is #878F80.


Border color

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

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

This div border color is #878F80.


Opacity

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

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

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

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

This text has shadow with #878F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878F80 on black background.


Color preview on white background

This text has color #878F80 on white background.



Black color preview on #878F80 background

This text has black color on #878F80 background.


White color preview on #878F80 background

This text has white color on #878F80 background.