COLOR #877C7D

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

Color info

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

RGB color model

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

RGB: (135,124,125) (53%, 49%, 49%)

RGB channels and saturation

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

135
124
125

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

Portions of RGB colors in percentages

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

%35.16
%32.29
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 7.41%
  • key color value is 47.06%

CMYK: (0,8,7,47)
C0M8Y7K47 (0%, 8%, 7%, 47%)
(0.00 / 0.08 / 0.07 / 0.47)

CMYK percentages

%0
%8.15
%7.41
%47.06

Codes

Color #877C7D in popluar color models

87 7C 7D
RGB 135 124 125
HSL 355° 4.38% 50.78%
HSB/HSV 355° 8.15% 52.94%
CMYK 0.00% 8.15% 7.41%
47.06%

Color #877C7D in popluar number systems.

HEX 87 7C 7D
Decimal 135 124 125
Binary 10000111 1111100 1111101
Octal 207 174 175

Shades and tints

Shades of #877C7D

#877C7D
(135,124,125)
#7B7172
(123,113,114)
#6F6667
(111,102,103)
#635B5C
(99,91,92)
#575051
(87,80,81)
#4B4546
(75,69,70)
#3F3A3B
(63,58,59)
#332F30
(51,47,48)
#272425
(39,36,37)
#1B191A
(27,25,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #877C7D

#877C7D
(135,124,125)
#918788
(145,135,136)
#9B9293
(155,146,147)
#A59D9E
(165,157,158)
#AFA8A9
(175,168,169)
#B9B3B4
(185,179,180)
#C3BEBF
(195,190,191)
#CDC9CA
(205,201,202)
#D7D4D5
(215,212,213)
#E1DFE0
(225,223,224)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C7D; }

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

This text font color is #877C7D.

Background Color

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

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

This div background color is #877C7D.

Border color

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

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

This div border color is #877C7D.

Opacity

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

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

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

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

This text has shadow with #877C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C7D.

Preview

Color preview on black background

This text has color #877C7D on black background.


Color preview on white background

This text has color #877C7D on white background.


Black color preview on #877C7D background

This text has black color on #877C7D background.


White color preview on #877C7D background

This text has white color on #877C7D background.


Related colors

Complementary color

Complementary color for #hex is #788382.


I love getcolorcode.com

Triadic colors

1 #7D877C and #7C7D87 with #877C7D are triadic colors.

2 #7D7C87 and #7C877D with #877C7D are triadic colors.