COLOR #877C6D

HEX: #877C6D RGB: (135,124,109)

Color info

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

RGB color model

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

RGB: (135,124,109) (53%, 49%, 43%)

RGB channels and saturation

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

135
124
109

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

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 109 = 368 (100%)
R 135 of 368 ~ 36.68%
G 124 of 368 ~ 33.7%
B 109 of 368 ~ 29.62'%

%36.68
%33.7
%29.62

CMYK color model

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

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

CMYK: (0,8,19,47)
C0M8Y19K47 (0%, 8%, 19%, 47%)
(0.00 / 0.08 / 0.19 / 0.47)

CMYK percentages

%0
%8.15
%19.26
%47.06

Codes

Color #877C6D in popluar color models

87 7C 6D
RGB 135 124 109
HSL 35° 10.66% 47.84%
HSB/HSV 35° 19.26% 52.94%
CMYK 0.00% 8.15% 19.26%
47.06%

Color #877C6D in popluar number systems.

HEX 87 7C 6D
Decimal 135 124 109
Binary 10000111 1111100 1101101
Octal 207 174 155

Shades and tints

Shades of #877C6D

#877C6D
(135,124,109)
#7B7164
(123,113,100)
#6F665B
(111,102,91)
#635B52
(99,91,82)
#575049
(87,80,73)
#4B4540
(75,69,64)
#3F3A37
(63,58,55)
#332F2E
(51,47,46)
#272425
(39,36,37)
#1B191C
(27,25,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #877C6D

#877C6D
(135,124,109)
#91877A
(145,135,122)
#9B9287
(155,146,135)
#A59D94
(165,157,148)
#AFA8A1
(175,168,161)
#B9B3AE
(185,179,174)
#C3BEBB
(195,190,187)
#CDC9C8
(205,201,200)
#D7D4D5
(215,212,213)
#E1DFE2
(225,223,226)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C6D; }

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

This text font color is #877C6D.

Background Color

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

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

This div background color is #877C6D.

Border color

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

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

This div border color is #877C6D.

Opacity

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

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

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

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

This text has shadow with #877C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C6D.

Preview

Color preview on black background

This text has color #877C6D on black background.


Color preview on white background

This text has color #877C6D on white background.


Black color preview on #877C6D background

This text has black color on #877C6D background.


White color preview on #877C6D background

This text has white color on #877C6D background.


Related colors

Complementary color

Complementary color for #hex is #788392.


I love getcolorcode.com

Triadic colors

1 #6D877C and #7C6D87 with #877C6D are triadic colors.

2 #6D7C87 and #7C876D with #877C6D are triadic colors.