COLOR #877D80

HEX: #877D80
RGB: (135,125,128)

Color info

#877D80 contains red, green and blue colors in about the same proportion. Web safe color of #877D80 is #996666 (or #966).

RGB color model

#877D80 color RGB value is (135,125,128).

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

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 128 of 255 = 50%

135
125
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 128 = 388 (100%)
R 135 of 388 ~ 34.79%
G 125 of 388 ~ 32.22%
B 128 of 388 ~ 32.99%

%34.79
%32.22
%32.99

CMYK color model

#877D80 color CMYK value is (0,7,5,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(0,7,5,47)
C0M7Y5K47 
(0%,7%,5%,47%)
(0.00/0.07/0.05/0.47)	

CMYK percentages

%0
%7.41
%5.19
%47.06

Codes

Color #877D80 in popluar color models

877D80
RGB135125128
HSL342°4.00%50.98%
HSB/HSV342°7.41%52.94%
CMYK0.00%7.41%5.19%
47.06%

Color #877D80 in popluar number systems.

HEX877D80
Decimal135125128
Binary10000111111110110000000
Octal207175200

Shades and tints

Shades of #877D80

#877D80
(135,125,128)
#7B7275
(123,114,117)
#6F676A
(111,103,106)
#635C5F
(99,92,95)
#575154
(87,81,84)
#4B4649
(75,70,73)
#3F3B3E
(63,59,62)
#333033
(51,48,51)
#272528
(39,37,40)
#1B1A1D
(27,26,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #877D80

#877D80
(135,125,128)
#91888B
(145,136,139)
#9B9396
(155,147,150)
#A59EA1
(165,158,161)
#AFA9AC
(175,169,172)
#B9B4B7
(185,180,183)
#C3BFC2
(195,191,194)
#CDCACD
(205,202,205)
#D7D5D8
(215,213,216)
#E1E0E3
(225,224,227)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877D80 color. Also use rgb(135,125,128) instead hex code.

Text Font Color

.myTextColor { color: #877D80; }

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

This text font color is #877D80.


Background Color

.myBgColor { background-color: #877D80; }

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

This div background color is #877D80.


Border color

.myBorderColor { border: 1px solid #877D80; }

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

This div border color is #877D80.


Opacity

.myOpacity80 { color: #877D80; opacity: 0.8; }

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

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

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

This text has shadow with #877D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D80 on black background.


Color preview on white background

This text has color #877D80 on white background.



Black color preview on #877D80 background

This text has black color on #877D80 background.


White color preview on #877D80 background

This text has white color on #877D80 background.