COLOR #877669

HEX: #877669
RGB: (135,118,105)

Color info

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

RGB color model

#877669 color RGB value is (135,118,105).

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

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 105 of 255 = 41%

135
118
105

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 105 = 358 (100%)
R 135 of 358 ~ 37.71%
G 118 of 358 ~ 32.96%
B 105 of 358 ~ 29.33%

%37.71
%32.96
%29.33

CMYK color model

#877669 color CMYK value is (0,13,22,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(0,13,22,47)
C0M13Y22K47 
(0%,13%,22%,47%)
(0.00/0.13/0.22/0.47)	

CMYK percentages

%0
%12.59
%22.22
%47.06

Codes

Color #877669 in popluar color models

877669
RGB135118105
HSL26°12.50%47.06%
HSB/HSV26°22.22%52.94%
CMYK0.00%12.59%22.22%
47.06%

Color #877669 in popluar number systems.

HEX877669
Decimal135118105
Binary1000011111101101101001
Octal207166151

Shades and tints

Shades of #877669

#877669
(135,118,105)
#7B6C60
(123,108,96)
#6F6257
(111,98,87)
#63584E
(99,88,78)
#574E45
(87,78,69)
#4B443C
(75,68,60)
#3F3A33
(63,58,51)
#33302A
(51,48,42)
#272621
(39,38,33)
#1B1C18
(27,28,24)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #877669

#877669
(135,118,105)
#918276
(145,130,118)
#9B8E83
(155,142,131)
#A59A90
(165,154,144)
#AFA69D
(175,166,157)
#B9B2AA
(185,178,170)
#C3BEB7
(195,190,183)
#CDCAC4
(205,202,196)
#D7D6D1
(215,214,209)
#E1E2DE
(225,226,222)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877669; }

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

This text font color is #877669.


Background Color

.myBgColor { background-color: #877669; }

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

This div background color is #877669.


Border color

.myBorderColor { border: 1px solid #877669; }

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

This div border color is #877669.


Opacity

.myOpacity80 { color: #877669; opacity: 0.8; }

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

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

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

This text has shadow with #877669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877669 on black background.


Color preview on white background

This text has color #877669 on white background.



Black color preview on #877669 background

This text has black color on #877669 background.


White color preview on #877669 background

This text has white color on #877669 background.