COLOR #877D79

HEX: #877D79
RGB: (135,125,121)

Color info

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

RGB color model

#877D79 color RGB value is (135,125,121).

  • red value is 135;
  • green value is 125;
  • blue value is 121.
RGB:
(135,125,121)
(53%,49%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 121 of 255 = 47%

135
125
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 121 = 381 (100%)
R 135 of 381 ~ 35.43%
G 125 of 381 ~ 32.81%
B 121 of 381 ~ 31.76%

%35.43
%32.81
%31.76

CMYK color model

#877D79 color CMYK value is (0,7,10,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,7,10,47)
C0M7Y10K47 
(0%,7%,10%,47%)
(0.00/0.07/0.10/0.47)	

CMYK percentages

%0
%7.41
%10.37
%47.06

Codes

Color #877D79 in popluar color models

877D79
RGB135125121
HSL17°5.51%50.20%
HSB/HSV17°10.37%52.94%
CMYK0.00%7.41%10.37%
47.06%

Color #877D79 in popluar number systems.

HEX877D79
Decimal135125121
Binary1000011111111011111001
Octal207175171

Shades and tints

Shades of #877D79

#877D79
(135,125,121)
#7B726E
(123,114,110)
#6F6763
(111,103,99)
#635C58
(99,92,88)
#57514D
(87,81,77)
#4B4642
(75,70,66)
#3F3B37
(63,59,55)
#33302C
(51,48,44)
#272521
(39,37,33)
#1B1A16
(27,26,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #877D79

#877D79
(135,125,121)
#918885
(145,136,133)
#9B9391
(155,147,145)
#A59E9D
(165,158,157)
#AFA9A9
(175,169,169)
#B9B4B5
(185,180,181)
#C3BFC1
(195,191,193)
#CDCACD
(205,202,205)
#D7D5D9
(215,213,217)
#E1E0E5
(225,224,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877D79 color. Also use rgb(135,125,121) instead hex code.

Text Font Color

.myTextColor { color: #877D79; }

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

This text font color is #877D79.


Background Color

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

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

This div background color is #877D79.


Border color

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

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

This div border color is #877D79.


Opacity

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

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

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

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

This text has shadow with #877D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D79 on black background.


Color preview on white background

This text has color #877D79 on white background.



Black color preview on #877D79 background

This text has black color on #877D79 background.


White color preview on #877D79 background

This text has white color on #877D79 background.