COLOR #877F7C

HEX: #877F7C
RGB: (135,127,124)

Color info

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

RGB color model

#877F7C color RGB value is (135,127,124).

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

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 124 of 255 = 49%

135
127
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 124 = 386 (100%)
R 135 of 386 ~ 34.97%
G 127 of 386 ~ 32.9%
B 124 of 386 ~ 32.12%

%34.97
%32.9
%32.12

CMYK color model

#877F7C color CMYK value is (0,6,8,47).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(0,6,8,47)
C0M6Y8K47 
(0%,6%,8%,47%)
(0.00/0.06/0.08/0.47)	

CMYK percentages

%0
%5.93
%8.15
%47.06

Codes

Color #877F7C in popluar color models

877F7C
RGB135127124
HSL16°4.38%50.78%
HSB/HSV16°8.15%52.94%
CMYK0.00%5.93%8.15%
47.06%

Color #877F7C in popluar number systems.

HEX877F7C
Decimal135127124
Binary1000011111111111111100
Octal207177174

Shades and tints

Shades of #877F7C

#877F7C
(135,127,124)
#7B7471
(123,116,113)
#6F6966
(111,105,102)
#635E5B
(99,94,91)
#575350
(87,83,80)
#4B4845
(75,72,69)
#3F3D3A
(63,61,58)
#33322F
(51,50,47)
#272724
(39,39,36)
#1B1C19
(27,28,25)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #877F7C

#877F7C
(135,127,124)
#918A87
(145,138,135)
#9B9592
(155,149,146)
#A5A09D
(165,160,157)
#AFABA8
(175,171,168)
#B9B6B3
(185,182,179)
#C3C1BE
(195,193,190)
#CDCCC9
(205,204,201)
#D7D7D4
(215,215,212)
#E1E2DF
(225,226,223)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877F7C; }

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

This text font color is #877F7C.


Background Color

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

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

This div background color is #877F7C.


Border color

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

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

This div border color is #877F7C.


Opacity

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

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

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

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

This text has shadow with #877F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877F7C on black background.


Color preview on white background

This text has color #877F7C on white background.



Black color preview on #877F7C background

This text has black color on #877F7C background.


White color preview on #877F7C background

This text has white color on #877F7C background.