COLOR #877C64

HEX: #877C64
RGB: (135,124,100)

Color info

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

RGB color model

#877C64 color RGB value is (135,124,100).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 100 of 255 = 39%

135
124
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 100 = 359 (100%)
R 135 of 359 ~ 37.6%
G 124 of 359 ~ 34.54%
B 100 of 359 ~ 27.86%

%37.6
%34.54
%27.86

CMYK color model

#877C64 color CMYK value is (0,8,26,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(0,8,26,47)
C0M8Y26K47 
(0%,8%,26%,47%)
(0.00/0.08/0.26/0.47)	

CMYK percentages

%0
%8.15
%25.93
%47.06

Codes

Color #877C64 in popluar color models

877C64
RGB135124100
HSL41°14.89%46.08%
HSB/HSV41°25.93%52.94%
CMYK0.00%8.15%25.93%
47.06%

Color #877C64 in popluar number systems.

HEX877C64
Decimal135124100
Binary1000011111111001100100
Octal207174144

Shades and tints

Shades of #877C64

#877C64
(135,124,100)
#7B715B
(123,113,91)
#6F6652
(111,102,82)
#635B49
(99,91,73)
#575040
(87,80,64)
#4B4537
(75,69,55)
#3F3A2E
(63,58,46)
#332F25
(51,47,37)
#27241C
(39,36,28)
#1B1913
(27,25,19)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #877C64

#877C64
(135,124,100)
#918772
(145,135,114)
#9B9280
(155,146,128)
#A59D8E
(165,157,142)
#AFA89C
(175,168,156)
#B9B3AA
(185,179,170)
#C3BEB8
(195,190,184)
#CDC9C6
(205,201,198)
#D7D4D4
(215,212,212)
#E1DFE2
(225,223,226)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C64; }

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

This text font color is #877C64.


Background Color

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

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

This div background color is #877C64.


Border color

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

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

This div border color is #877C64.


Opacity

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

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

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

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

This text has shadow with #877C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C64 on black background.


Color preview on white background

This text has color #877C64 on white background.



Black color preview on #877C64 background

This text has black color on #877C64 background.


White color preview on #877C64 background

This text has white color on #877C64 background.