COLOR #877F4D

HEX: #877F4D RGB: (135,127,77)

Color info

#877F4D contains red, green and blue colors in about the same proportion. Web safe color of #877F4D is #996633 (or #963).

RGB color model

#877F4D color RGB value is (135,127,77).

RGB: (135,127,77) (53%, 50%, 30%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 77 of 255 = 30%

135
127
77

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

Portions of RGB colors in percentages

R + G + B = 135 + 127 + 77 = 339 (100%)
R 135 of 339 ~ 39.82%
G 127 of 339 ~ 37.46%
B 77 of 339 ~ 22.71'%

%39.82
%37.46
%22.71

CMYK color model

#877F4D color CMYK value is (0,6,43,47).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 42.96%
  • key color value is 47.06%
CMYK: (0,6,43,47) C0M6Y43K47 (0%,6%,43%,47%) (0.00/0.06/0.43/0.47) 

CMYK percentages

%0
%5.93
%42.96
%47.06

Codes

Color #877F4D in popluar color models

87 7F 4D
RGB 135 127 77
HSL 52° 27.36% 41.57%
HSB/HSV 52° 42.96% 52.94%
CMYK 0.00% 5.93% 42.96%
47.06%

Color #877F4D in popluar number systems.

HEX 87 7F 4D
Decimal 135 127 77
Binary 10000111 1111111 1001101
Octal 207 177 115

Shades and tints

Shades of #877F4D

#877F4D
(135,127,77)
#7B7446
(123,116,70)
#6F693F
(111,105,63)
#635E38
(99,94,56)
#575331
(87,83,49)
#4B482A
(75,72,42)
#3F3D23
(63,61,35)
#33321C
(51,50,28)
#272715
(39,39,21)
#1B1C0E
(27,28,14)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #877F4D

#877F4D
(135,127,77)
#918A5D
(145,138,93)
#9B956D
(155,149,109)
#A5A07D
(165,160,125)
#AFAB8D
(175,171,141)
#B9B69D
(185,182,157)
#C3C1AD
(195,193,173)
#CDCCBD
(205,204,189)
#D7D7CD
(215,215,205)
#E1E2DD
(225,226,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877F4D; }

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

This text font color is #877F4D.

Background Color

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

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

This div background color is #877F4D.

Border color

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

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

This div border color is #877F4D.

Opacity

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

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

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

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

This text has shadow with #877F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877F4D.

Preview

Color preview on black background

This text has color #877F4D on black background.


Color preview on white background

This text has color #877F4D on white background.


Black color preview on #877F4D background

This text has black color on #877F4D background.


White color preview on #877F4D background

This text has white color on #877F4D background.


Related colors

Complementary color

Complementary color for #hex is #7880B2.


I love getcolorcode.com

Triadic colors

1 #4D877F and #7F4D87 with #877F4D are triadic colors.

2 #4D7F87 and #7F874D with #877F4D are triadic colors.