COLOR #877A69

HEX: #877A69
RGB: (135,122,105)

Color info

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

RGB color model

#877A69 color RGB value is (135,122,105).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 105 of 255 = 41%

135
122
105

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 105 = 362 (100%)
R 135 of 362 ~ 37.29%
G 122 of 362 ~ 33.7%
B 105 of 362 ~ 29.01%

%37.29
%33.7
%29.01

CMYK color model

#877A69 color CMYK value is (0,10,22,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(0,10,22,47)
C0M10Y22K47 
(0%,10%,22%,47%)
(0.00/0.10/0.22/0.47)	

CMYK percentages

%0
%9.63
%22.22
%47.06

Codes

Color #877A69 in popluar color models

877A69
RGB135122105
HSL34°12.50%47.06%
HSB/HSV34°22.22%52.94%
CMYK0.00%9.63%22.22%
47.06%

Color #877A69 in popluar number systems.

HEX877A69
Decimal135122105
Binary1000011111110101101001
Octal207172151

Shades and tints

Shades of #877A69

#877A69
(135,122,105)
#7B6F60
(123,111,96)
#6F6457
(111,100,87)
#63594E
(99,89,78)
#574E45
(87,78,69)
#4B433C
(75,67,60)
#3F3833
(63,56,51)
#332D2A
(51,45,42)
#272221
(39,34,33)
#1B1718
(27,23,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #877A69

#877A69
(135,122,105)
#918676
(145,134,118)
#9B9283
(155,146,131)
#A59E90
(165,158,144)
#AFAA9D
(175,170,157)
#B9B6AA
(185,182,170)
#C3C2B7
(195,194,183)
#CDCEC4
(205,206,196)
#D7DAD1
(215,218,209)
#E1E6DE
(225,230,222)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A69; }

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

This text font color is #877A69.


Background Color

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

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

This div background color is #877A69.


Border color

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

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

This div border color is #877A69.


Opacity

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

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

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

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

This text has shadow with #877A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A69 on black background.


Color preview on white background

This text has color #877A69 on white background.



Black color preview on #877A69 background

This text has black color on #877A69 background.


White color preview on #877A69 background

This text has white color on #877A69 background.