COLOR #877D75

HEX: #877D75 RGB: (135,125,117)

Color info

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

RGB color model

#877D75 color RGB value is (135,125,117).

RGB: (135,125,117) (53%, 49%, 46%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 117 of 255 = 46%

135
125
117

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

Portions of RGB colors in percentages

R + G + B = 135 + 125 + 117 = 377 (100%)
R 135 of 377 ~ 35.81%
G 125 of 377 ~ 33.16%
B 117 of 377 ~ 31.03'%

%35.81
%33.16
%31.03

CMYK color model

#877D75 color CMYK value is (0,7,13,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK: (0,7,13,47) C0M7Y13K47 (0%,7%,13%,47%) (0.00/0.07/0.13/0.47) 

CMYK percentages

%0
%7.41
%13.33
%47.06

Codes

Color #877D75 in popluar color models

87 7D 75
RGB 135 125 117
HSL 27° 7.14% 49.41%
HSB/HSV 27° 13.33% 52.94%
CMYK 0.00% 7.41% 13.33%
47.06%

Color #877D75 in popluar number systems.

HEX 87 7D 75
Decimal 135 125 117
Binary 10000111 1111101 1110101
Octal 207 175 165

Shades and tints

Shades of #877D75

#877D75
(135,125,117)
#7B726B
(123,114,107)
#6F6761
(111,103,97)
#635C57
(99,92,87)
#57514D
(87,81,77)
#4B4643
(75,70,67)
#3F3B39
(63,59,57)
#33302F
(51,48,47)
#272525
(39,37,37)
#1B1A1B
(27,26,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #877D75

#877D75
(135,125,117)
#918881
(145,136,129)
#9B938D
(155,147,141)
#A59E99
(165,158,153)
#AFA9A5
(175,169,165)
#B9B4B1
(185,180,177)
#C3BFBD
(195,191,189)
#CDCAC9
(205,202,201)
#D7D5D5
(215,213,213)
#E1E0E1
(225,224,225)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D75; }

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

This text font color is #877D75.

Background Color

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

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

This div background color is #877D75.

Border color

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

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

This div border color is #877D75.

Opacity

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

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

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

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

This text has shadow with #877D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877D75.

Preview

Color preview on black background

This text has color #877D75 on black background.


Color preview on white background

This text has color #877D75 on white background.


Black color preview on #877D75 background

This text has black color on #877D75 background.


White color preview on #877D75 background

This text has white color on #877D75 background.


Related colors

Complementary color

Complementary color for #hex is #78828A.


I love getcolorcode.com

Triadic colors

1 #75877D and #7D7587 with #877D75 are triadic colors.

2 #757D87 and #7D8775 with #877D75 are triadic colors.