COLOR #877D7C

HEX: #877D7C
RGB: (135,125,124)

Color info

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

RGB color model

#877D7C color RGB value is (135,125,124).

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

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 124 of 255 = 49%

135
125
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 124 = 384 (100%)
R 135 of 384 ~ 35.16%
G 125 of 384 ~ 32.55%
B 124 of 384 ~ 32.29%

%35.16
%32.55
%32.29

CMYK color model

#877D7C color CMYK value is (0,7,8,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(0,7,8,47)
C0M7Y8K47 
(0%,7%,8%,47%)
(0.00/0.07/0.08/0.47)	

CMYK percentages

%0
%7.41
%8.15
%47.06

Codes

Color #877D7C in popluar color models

877D7C
RGB135125124
HSL4.38%50.78%
HSB/HSV8.15%52.94%
CMYK0.00%7.41%8.15%
47.06%

Color #877D7C in popluar number systems.

HEX877D7C
Decimal135125124
Binary1000011111111011111100
Octal207175174

Shades and tints

Shades of #877D7C

#877D7C
(135,125,124)
#7B7271
(123,114,113)
#6F6766
(111,103,102)
#635C5B
(99,92,91)
#575150
(87,81,80)
#4B4645
(75,70,69)
#3F3B3A
(63,59,58)
#33302F
(51,48,47)
#272524
(39,37,36)
#1B1A19
(27,26,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #877D7C

#877D7C
(135,125,124)
#918887
(145,136,135)
#9B9392
(155,147,146)
#A59E9D
(165,158,157)
#AFA9A8
(175,169,168)
#B9B4B3
(185,180,179)
#C3BFBE
(195,191,190)
#CDCAC9
(205,202,201)
#D7D5D4
(215,213,212)
#E1E0DF
(225,224,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D7C; }

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

This text font color is #877D7C.


Background Color

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

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

This div background color is #877D7C.


Border color

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

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

This div border color is #877D7C.


Opacity

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

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

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

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

This text has shadow with #877D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D7C on black background.


Color preview on white background

This text has color #877D7C on white background.



Black color preview on #877D7C background

This text has black color on #877D7C background.


White color preview on #877D7C background

This text has white color on #877D7C background.