COLOR #877D7A

HEX: #877D7A
RGB: (135,125,122)

Color info

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

RGB color model

#877D7A color RGB value is (135,125,122).

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

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 122 of 255 = 48%

135
125
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 122 = 382 (100%)
R 135 of 382 ~ 35.34%
G 125 of 382 ~ 32.72%
B 122 of 382 ~ 31.94%

%35.34
%32.72
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 9.63%
  • 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
%9.63
%47.06

Codes

Color #877D7A in popluar color models

877D7A
RGB135125122
HSL14°5.14%50.39%
HSB/HSV14°9.63%52.94%
CMYK0.00%7.41%9.63%
47.06%

Color #877D7A in popluar number systems.

HEX877D7A
Decimal135125122
Binary1000011111111011111010
Octal207175172

Shades and tints

Shades of #877D7A

#877D7A
(135,125,122)
#7B726F
(123,114,111)
#6F6764
(111,103,100)
#635C59
(99,92,89)
#57514E
(87,81,78)
#4B4643
(75,70,67)
#3F3B38
(63,59,56)
#33302D
(51,48,45)
#272522
(39,37,34)
#1B1A17
(27,26,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #877D7A

#877D7A
(135,125,122)
#918886
(145,136,134)
#9B9392
(155,147,146)
#A59E9E
(165,158,158)
#AFA9AA
(175,169,170)
#B9B4B6
(185,180,182)
#C3BFC2
(195,191,194)
#CDCACE
(205,202,206)
#D7D5DA
(215,213,218)
#E1E0E6
(225,224,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D7A; }

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

This text font color is #877D7A.


Background Color

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

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

This div background color is #877D7A.


Border color

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

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

This div border color is #877D7A.


Opacity

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

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

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

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

This text has shadow with #877D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D7A on black background.


Color preview on white background

This text has color #877D7A on white background.



Black color preview on #877D7A background

This text has black color on #877D7A background.


White color preview on #877D7A background

This text has white color on #877D7A background.