COLOR #87664C

HEX: #87664C RGB: (135,102,76)

Color info

#87664C contains red, green and blue colors in about the same proportion. Web safe color of #87664C is #996633 (or #963).

RGB color model

#87664C color RGB value is (135,102,76).

RGB: (135,102,76) (53%, 40%, 30%)

RGB channels and saturation

R 135 of 255 = 53%
G 102 of 255 = 40%
B 76 of 255 = 30%

135
102
76

R + G + B ~ 41%. #87664C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 102 + 76 = 313 (100%)
R 135 of 313 ~ 43.13%
G 102 of 313 ~ 32.59%
B 76 of 313 ~ 24.28'%

%43.13
%32.59
%24.28

CMYK color model

#87664C color CMYK value is (0,24,44,47).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 43.70%
  • key color value is 47.06%
CMYK: (0,24,44,47) C0M24Y44K47 (0%,24%,44%,47%) (0.00/0.24/0.44/0.47) 

CMYK percentages

%0
%24.44
%43.7
%47.06

Codes

Color #87664C in popluar color models

87 66 4C
RGB 135 102 76
HSL 26° 27.96% 41.37%
HSB/HSV 26° 43.70% 52.94%
CMYK 0.00% 24.44% 43.70%
47.06%

Color #87664C in popluar number systems.

HEX 87 66 4C
Decimal 135 102 76
Binary 10000111 1100110 1001100
Octal 207 146 114

Shades and tints

Shades of #87664C

#87664C
(135,102,76)
#7B5D46
(123,93,70)
#6F5440
(111,84,64)
#634B3A
(99,75,58)
#574234
(87,66,52)
#4B392E
(75,57,46)
#3F3028
(63,48,40)
#332722
(51,39,34)
#271E1C
(39,30,28)
#1B1516
(27,21,22)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #87664C

#87664C
(135,102,76)
#91735C
(145,115,92)
#9B806C
(155,128,108)
#A58D7C
(165,141,124)
#AF9A8C
(175,154,140)
#B9A79C
(185,167,156)
#C3B4AC
(195,180,172)
#CDC1BC
(205,193,188)
#D7CECC
(215,206,204)
#E1DBDC
(225,219,220)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87664C; }

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

This text font color is #87664C.

Background Color

.myBgColor { background-color: #87664C; }

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

This div background color is #87664C.

Border color

.myBorderColor { border: 1px solid #87664C; }

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

This div border color is #87664C.

Opacity

.myOpacity80 { color: #87664C; opacity: 0.8; }

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

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

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

This text has shadow with #87664C color.


.textShadow {text-shadow: 3px 3px 1px #87664C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87664C; -webkit-box-shadow: 1px 1px 3px 2px #87664C; box-shadow:1px 1px 3px 2px #87664C;">
Div content here
</div>

This div box has shadow with color #87664C.

Preview

Color preview on black background

This text has color #87664C on black background.


Color preview on white background

This text has color #87664C on white background.


Black color preview on #87664C background

This text has black color on #87664C background.


White color preview on #87664C background

This text has white color on #87664C background.


Related colors

Complementary color

Complementary color for #hex is #7899B3.


I love getcolorcode.com

Triadic colors

1 #4C8766 and #664C87 with #87664C are triadic colors.

2 #4C6687 and #66874C with #87664C are triadic colors.