COLOR #877C67

HEX: #877C67
RGB: (135,124,103)

Color info

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

RGB color model

#877C67 color RGB value is (135,124,103).

  • red value is 135;
  • green value is 124;
  • blue value is 103.
RGB:
(135,124,103)
(53%,49%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 103 of 255 = 40%

135
124
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 103 = 362 (100%)
R 135 of 362 ~ 37.29%
G 124 of 362 ~ 34.25%
B 103 of 362 ~ 28.45%

%37.29
%34.25
%28.45

CMYK color model

#877C67 color CMYK value is (0,8,24,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(0,8,24,47)
C0M8Y24K47 
(0%,8%,24%,47%)
(0.00/0.08/0.24/0.47)	

CMYK percentages

%0
%8.15
%23.7
%47.06

Codes

Color #877C67 in popluar color models

877C67
RGB135124103
HSL39°13.45%46.67%
HSB/HSV39°23.70%52.94%
CMYK0.00%8.15%23.70%
47.06%

Color #877C67 in popluar number systems.

HEX877C67
Decimal135124103
Binary1000011111111001100111
Octal207174147

Shades and tints

Shades of #877C67

#877C67
(135,124,103)
#7B715E
(123,113,94)
#6F6655
(111,102,85)
#635B4C
(99,91,76)
#575043
(87,80,67)
#4B453A
(75,69,58)
#3F3A31
(63,58,49)
#332F28
(51,47,40)
#27241F
(39,36,31)
#1B1916
(27,25,22)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #877C67

#877C67
(135,124,103)
#918774
(145,135,116)
#9B9281
(155,146,129)
#A59D8E
(165,157,142)
#AFA89B
(175,168,155)
#B9B3A8
(185,179,168)
#C3BEB5
(195,190,181)
#CDC9C2
(205,201,194)
#D7D4CF
(215,212,207)
#E1DFDC
(225,223,220)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C67; }

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

This text font color is #877C67.


Background Color

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

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

This div background color is #877C67.


Border color

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

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

This div border color is #877C67.


Opacity

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

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

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

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

This text has shadow with #877C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C67 on black background.


Color preview on white background

This text has color #877C67 on white background.



Black color preview on #877C67 background

This text has black color on #877C67 background.


White color preview on #877C67 background

This text has white color on #877C67 background.