COLOR #877A5B

HEX: #877A5B
RGB: (135,122,91)

Color info

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

RGB color model

#877A5B color RGB value is (135,122,91).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 91 of 255 = 36%

135
122
91

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 91 = 348 (100%)
R 135 of 348 ~ 38.79%
G 122 of 348 ~ 35.06%
B 91 of 348 ~ 26.15%

%38.79
%35.06
%26.15

CMYK color model

#877A5B color CMYK value is (0,10,33,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK: (0,10,33,47) C0M10Y33K47 (0%,10%,33%,47%) (0.00/0.10/0.33/0.47)

CMYK percentages

%0
%9.63
%32.59
%47.06

Codes

Color #877A5B in popluar color models

877A5B
RGB13512291
HSL42°19.47%44.31%
HSB/HSV42°32.59%52.94%
CMYK0.00%9.63%32.59%
47.06%

Color #877A5B in popluar number systems.

HEX877A5B
Decimal13512291
Binary1000011111110101011011
Octal207172133

Shades and tints

Shades of #877A5B

#877A5B
(135,122,91)
#7B6F53
(123,111,83)
#6F644B
(111,100,75)
#635943
(99,89,67)
#574E3B
(87,78,59)
#4B4333
(75,67,51)
#3F382B
(63,56,43)
#332D23
(51,45,35)
#27221B
(39,34,27)
#1B1713
(27,23,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #877A5B

#877A5B
(135,122,91)
#918669
(145,134,105)
#9B9277
(155,146,119)
#A59E85
(165,158,133)
#AFAA93
(175,170,147)
#B9B6A1
(185,182,161)
#C3C2AF
(195,194,175)
#CDCEBD
(205,206,189)
#D7DACB
(215,218,203)
#E1E6D9
(225,230,217)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A5B; }

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

This text font color is #877A5B.


Background Color

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

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

This div background color is #877A5B.


Border color

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

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

This div border color is #877A5B.


Opacity

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

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

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

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

This text has shadow with #877A5B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #877A5B on black background.


Color preview on white background

This text has color #877A5B on white background.



Black color preview on #877A5B background

This text has black color on #877A5B background.


White color preview on #877A5B background

This text has white color on #877A5B background.