COLOR #877666

HEX: #877666
RGB: (135,118,102)

Color info

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

RGB color model

#877666 color RGB value is (135,118,102).

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

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 102 of 255 = 40%

135
118
102

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 102 = 355 (100%)
R 135 of 355 ~ 38.03%
G 118 of 355 ~ 33.24%
B 102 of 355 ~ 28.73%

%38.03
%33.24
%28.73

CMYK color model

#877666 color CMYK value is (0,13,24,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(0,13,24,47)
C0M13Y24K47 
(0%,13%,24%,47%)
(0.00/0.13/0.24/0.47)	

CMYK percentages

%0
%12.59
%24.44
%47.06

Codes

Color #877666 in popluar color models

877666
RGB135118102
HSL29°13.92%46.47%
HSB/HSV29°24.44%52.94%
CMYK0.00%12.59%24.44%
47.06%

Color #877666 in popluar number systems.

HEX877666
Decimal135118102
Binary1000011111101101100110
Octal207166146

Shades and tints

Shades of #877666

#877666
(135,118,102)
#7B6C5D
(123,108,93)
#6F6254
(111,98,84)
#63584B
(99,88,75)
#574E42
(87,78,66)
#4B4439
(75,68,57)
#3F3A30
(63,58,48)
#333027
(51,48,39)
#27261E
(39,38,30)
#1B1C15
(27,28,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #877666

#877666
(135,118,102)
#918273
(145,130,115)
#9B8E80
(155,142,128)
#A59A8D
(165,154,141)
#AFA69A
(175,166,154)
#B9B2A7
(185,178,167)
#C3BEB4
(195,190,180)
#CDCAC1
(205,202,193)
#D7D6CE
(215,214,206)
#E1E2DB
(225,226,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877666; }

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

This text font color is #877666.


Background Color

.myBgColor { background-color: #877666; }

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

This div background color is #877666.


Border color

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

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

This div border color is #877666.


Opacity

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

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

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

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

This text has shadow with #877666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877666 on black background.


Color preview on white background

This text has color #877666 on white background.



Black color preview on #877666 background

This text has black color on #877666 background.


White color preview on #877666 background

This text has white color on #877666 background.