COLOR #877C7C

HEX: #877C7C
RGB: (135,124,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
124
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 124 = 383 (100%)
R 135 of 383 ~ 35.25%
G 124 of 383 ~ 32.38%
B 124 of 383 ~ 32.38%

%35.25
%32.38
%32.38

CMYK color model

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

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

CMYK percentages

%0
%8.15
%8.15
%47.06

Codes

Color #877C7C in popluar color models

877C7C
RGB135124124
HSL4.38%50.78%
HSB/HSV8.15%52.94%
CMYK0.00%8.15%8.15%
47.06%

Color #877C7C in popluar number systems.

HEX877C7C
Decimal135124124
Binary1000011111111001111100
Octal207174174

Shades and tints

Shades of #877C7C

#877C7C
(135,124,124)
#7B7171
(123,113,113)
#6F6666
(111,102,102)
#635B5B
(99,91,91)
#575050
(87,80,80)
#4B4545
(75,69,69)
#3F3A3A
(63,58,58)
#332F2F
(51,47,47)
#272424
(39,36,36)
#1B1919
(27,25,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #877C7C

#877C7C
(135,124,124)
#918787
(145,135,135)
#9B9292
(155,146,146)
#A59D9D
(165,157,157)
#AFA8A8
(175,168,168)
#B9B3B3
(185,179,179)
#C3BEBE
(195,190,190)
#CDC9C9
(205,201,201)
#D7D4D4
(215,212,212)
#E1DFDF
(225,223,223)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C7C; }

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

This text font color is #877C7C.


Background Color

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

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

This div background color is #877C7C.


Border color

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

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

This div border color is #877C7C.


Opacity

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

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

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

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

This text has shadow with #877C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C7C on black background.


Color preview on white background

This text has color #877C7C on white background.



Black color preview on #877C7C background

This text has black color on #877C7C background.


White color preview on #877C7C background

This text has white color on #877C7C background.