COLOR #877C4C

HEX: #877C4C RGB: (135,124,76)

Color info

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

RGB color model

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

RGB: (135,124,76) (53%, 49%, 30%)

RGB channels and saturation

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

135
124
76

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

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 76 = 335 (100%)
R 135 of 335 ~ 40.3%
G 124 of 335 ~ 37.01%
B 76 of 335 ~ 22.69'%

%40.3
%37.01
%22.69

CMYK color model

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

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

CMYK: (0,8,44,47)
C0M8Y44K47 (0%, 8%, 44%, 47%)
(0.00 / 0.08 / 0.44 / 0.47)

CMYK percentages

%0
%8.15
%43.7
%47.06

Codes

Color #877C4C in popluar color models

87 7C 4C
RGB 135 124 76
HSL 49° 27.96% 41.37%
HSB/HSV 49° 43.70% 52.94%
CMYK 0.00% 8.15% 43.70%
47.06%

Color #877C4C in popluar number systems.

HEX 87 7C 4C
Decimal 135 124 76
Binary 10000111 1111100 1001100
Octal 207 174 114

Shades and tints

Shades of #877C4C

#877C4C
(135,124,76)
#7B7146
(123,113,70)
#6F6640
(111,102,64)
#635B3A
(99,91,58)
#575034
(87,80,52)
#4B452E
(75,69,46)
#3F3A28
(63,58,40)
#332F22
(51,47,34)
#27241C
(39,36,28)
#1B1916
(27,25,22)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #877C4C

#877C4C
(135,124,76)
#91875C
(145,135,92)
#9B926C
(155,146,108)
#A59D7C
(165,157,124)
#AFA88C
(175,168,140)
#B9B39C
(185,179,156)
#C3BEAC
(195,190,172)
#CDC9BC
(205,201,188)
#D7D4CC
(215,212,204)
#E1DFDC
(225,223,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C4C; }

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

This text font color is #877C4C.

Background Color

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

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

This div background color is #877C4C.

Border color

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

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

This div border color is #877C4C.

Opacity

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

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

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

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

This text has shadow with #877C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C4C.

Preview

Color preview on black background

This text has color #877C4C on black background.


Color preview on white background

This text has color #877C4C on white background.


Black color preview on #877C4C background

This text has black color on #877C4C background.


White color preview on #877C4C background

This text has white color on #877C4C background.


Related colors

Complementary color

Complementary color for #hex is #7883B3.


I love getcolorcode.com

Triadic colors

1 #4C877C and #7C4C87 with #877C4C are triadic colors.

2 #4C7C87 and #7C874C with #877C4C are triadic colors.