COLOR #877D6B

HEX: #877D6B RGB: (135,125,107)

Color info

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

RGB color model

#877D6B color RGB value is (135,125,107).

RGB: (135,125,107) (53%, 49%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 107 of 255 = 42%

135
125
107

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

Portions of RGB colors in percentages

R + G + B = 135 + 125 + 107 = 367 (100%)
R 135 of 367 ~ 36.78%
G 125 of 367 ~ 34.06%
B 107 of 367 ~ 29.16'%

%36.78
%34.06
%29.16

CMYK color model

#877D6B color CMYK value is (0,7,21,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK: (0,7,21,47) C0M7Y21K47 (0%,7%,21%,47%) (0.00/0.07/0.21/0.47) 

CMYK percentages

%0
%7.41
%20.74
%47.06

Codes

Color #877D6B in popluar color models

87 7D 6B
RGB 135 125 107
HSL 39° 11.57% 47.45%
HSB/HSV 39° 20.74% 52.94%
CMYK 0.00% 7.41% 20.74%
47.06%

Color #877D6B in popluar number systems.

HEX 87 7D 6B
Decimal 135 125 107
Binary 10000111 1111101 1101011
Octal 207 175 153

Shades and tints

Shades of #877D6B

#877D6B
(135,125,107)
#7B7262
(123,114,98)
#6F6759
(111,103,89)
#635C50
(99,92,80)
#575147
(87,81,71)
#4B463E
(75,70,62)
#3F3B35
(63,59,53)
#33302C
(51,48,44)
#272523
(39,37,35)
#1B1A1A
(27,26,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #877D6B

#877D6B
(135,125,107)
#918878
(145,136,120)
#9B9385
(155,147,133)
#A59E92
(165,158,146)
#AFA99F
(175,169,159)
#B9B4AC
(185,180,172)
#C3BFB9
(195,191,185)
#CDCAC6
(205,202,198)
#D7D5D3
(215,213,211)
#E1E0E0
(225,224,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D6B; }

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

This text font color is #877D6B.

Background Color

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

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

This div background color is #877D6B.

Border color

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

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

This div border color is #877D6B.

Opacity

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

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

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

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

This text has shadow with #877D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877D6B.

Preview

Color preview on black background

This text has color #877D6B on black background.


Color preview on white background

This text has color #877D6B on white background.


Black color preview on #877D6B background

This text has black color on #877D6B background.


White color preview on #877D6B background

This text has white color on #877D6B background.


Related colors

Complementary color

Complementary color for #hex is #788294.


I love getcolorcode.com

Triadic colors

1 #6B877D and #7D6B87 with #877D6B are triadic colors.

2 #6B7D87 and #7D876B with #877D6B are triadic colors.