COLOR #877C62

HEX: #877C62
RGB: (135,124,98)

Color info

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

RGB color model

#877C62 color RGB value is (135,124,98).

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

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 98 of 255 = 38%

135
124
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 98 = 357 (100%)
R 135 of 357 ~ 37.82%
G 124 of 357 ~ 34.73%
B 98 of 357 ~ 27.45%

%37.82
%34.73
%27.45

CMYK color model

#877C62 color CMYK value is (0,8,27,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(0,8,27,47)
C0M8Y27K47 
(0%,8%,27%,47%)
(0.00/0.08/0.27/0.47)	

CMYK percentages

%0
%8.15
%27.41
%47.06

Codes

Color #877C62 in popluar color models

877C62
RGB13512498
HSL42°15.88%45.69%
HSB/HSV42°27.41%52.94%
CMYK0.00%8.15%27.41%
47.06%

Color #877C62 in popluar number systems.

HEX877C62
Decimal13512498
Binary1000011111111001100010
Octal207174142

Shades and tints

Shades of #877C62

#877C62
(135,124,98)
#7B715A
(123,113,90)
#6F6652
(111,102,82)
#635B4A
(99,91,74)
#575042
(87,80,66)
#4B453A
(75,69,58)
#3F3A32
(63,58,50)
#332F2A
(51,47,42)
#272422
(39,36,34)
#1B191A
(27,25,26)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #877C62

#877C62
(135,124,98)
#918770
(145,135,112)
#9B927E
(155,146,126)
#A59D8C
(165,157,140)
#AFA89A
(175,168,154)
#B9B3A8
(185,179,168)
#C3BEB6
(195,190,182)
#CDC9C4
(205,201,196)
#D7D4D2
(215,212,210)
#E1DFE0
(225,223,224)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C62; }

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

This text font color is #877C62.


Background Color

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

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

This div background color is #877C62.


Border color

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

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

This div border color is #877C62.


Opacity

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

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

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

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

This text has shadow with #877C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C62 on black background.


Color preview on white background

This text has color #877C62 on white background.



Black color preview on #877C62 background

This text has black color on #877C62 background.


White color preview on #877C62 background

This text has white color on #877C62 background.