COLOR #877A63

HEX: #877A63
RGB: (135,122,99)

Color info

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

RGB color model

#877A63 color RGB value is (135,122,99).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 99 of 255 = 39%

135
122
99

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 99 = 356 (100%)
R 135 of 356 ~ 37.92%
G 122 of 356 ~ 34.27%
B 99 of 356 ~ 27.81%

%37.92
%34.27
%27.81

CMYK color model

#877A63 color CMYK value is (0,10,27,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 26.67%
  • key color value is 47.06%
CMYK:
(0,10,27,47)
C0M10Y27K47 
(0%,10%,27%,47%)
(0.00/0.10/0.27/0.47)	

CMYK percentages

%0
%9.63
%26.67
%47.06

Codes

Color #877A63 in popluar color models

877A63
RGB13512299
HSL38°15.38%45.88%
HSB/HSV38°26.67%52.94%
CMYK0.00%9.63%26.67%
47.06%

Color #877A63 in popluar number systems.

HEX877A63
Decimal13512299
Binary1000011111110101100011
Octal207172143

Shades and tints

Shades of #877A63

#877A63
(135,122,99)
#7B6F5A
(123,111,90)
#6F6451
(111,100,81)
#635948
(99,89,72)
#574E3F
(87,78,63)
#4B4336
(75,67,54)
#3F382D
(63,56,45)
#332D24
(51,45,36)
#27221B
(39,34,27)
#1B1712
(27,23,18)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #877A63

#877A63
(135,122,99)
#918671
(145,134,113)
#9B927F
(155,146,127)
#A59E8D
(165,158,141)
#AFAA9B
(175,170,155)
#B9B6A9
(185,182,169)
#C3C2B7
(195,194,183)
#CDCEC5
(205,206,197)
#D7DAD3
(215,218,211)
#E1E6E1
(225,230,225)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A63; }

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

This text font color is #877A63.


Background Color

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

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

This div background color is #877A63.


Border color

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

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

This div border color is #877A63.


Opacity

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

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

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

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

This text has shadow with #877A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A63 on black background.


Color preview on white background

This text has color #877A63 on white background.



Black color preview on #877A63 background

This text has black color on #877A63 background.


White color preview on #877A63 background

This text has white color on #877A63 background.