COLOR #877A75

HEX: #877A75
RGB: (135,122,117)

Color info

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

RGB color model

#877A75 color RGB value is (135,122,117).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 117 of 255 = 46%

135
122
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 117 = 374 (100%)
R 135 of 374 ~ 36.1%
G 122 of 374 ~ 32.62%
B 117 of 374 ~ 31.28%

%36.1
%32.62
%31.28

CMYK color model

#877A75 color CMYK value is (0,10,13,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(0,10,13,47)
C0M10Y13K47 
(0%,10%,13%,47%)
(0.00/0.10/0.13/0.47)	

CMYK percentages

%0
%9.63
%13.33
%47.06

Codes

Color #877A75 in popluar color models

877A75
RGB135122117
HSL17°7.14%49.41%
HSB/HSV17°13.33%52.94%
CMYK0.00%9.63%13.33%
47.06%

Color #877A75 in popluar number systems.

HEX877A75
Decimal135122117
Binary1000011111110101110101
Octal207172165

Shades and tints

Shades of #877A75

#877A75
(135,122,117)
#7B6F6B
(123,111,107)
#6F6461
(111,100,97)
#635957
(99,89,87)
#574E4D
(87,78,77)
#4B4343
(75,67,67)
#3F3839
(63,56,57)
#332D2F
(51,45,47)
#272225
(39,34,37)
#1B171B
(27,23,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #877A75

#877A75
(135,122,117)
#918681
(145,134,129)
#9B928D
(155,146,141)
#A59E99
(165,158,153)
#AFAAA5
(175,170,165)
#B9B6B1
(185,182,177)
#C3C2BD
(195,194,189)
#CDCEC9
(205,206,201)
#D7DAD5
(215,218,213)
#E1E6E1
(225,230,225)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A75; }

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

This text font color is #877A75.


Background Color

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

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

This div background color is #877A75.


Border color

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

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

This div border color is #877A75.


Opacity

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

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

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

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

This text has shadow with #877A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A75 on black background.


Color preview on white background

This text has color #877A75 on white background.



Black color preview on #877A75 background

This text has black color on #877A75 background.


White color preview on #877A75 background

This text has white color on #877A75 background.