COLOR #887A64

HEX: #887A64 RGB: (136,122,100)

Color info

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

RGB color model

#887A64 color RGB value is (136,122,100).

RGB: (136,122,100) (53%, 48%, 39%)

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 100 of 255 = 39%

136
122
100

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

Portions of RGB colors in percentages

R + G + B = 136 + 122 + 100 = 358 (100%)
R 136 of 358 ~ 37.99%
G 122 of 358 ~ 34.08%
B 100 of 358 ~ 27.93'%

%37.99
%34.08
%27.93

CMYK color model

#887A64 color CMYK value is (0,10,26,47).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 26.47%
  • key color value is 46.67%

CMYK: (0,10,26,47)
C0M10Y26K47 (0%, 10%, 26%, 47%)
(0.00 / 0.10 / 0.26 / 0.47)

CMYK percentages

%0
%10.29
%26.47
%46.67

Codes

Color #887A64 in popluar color models

88 7A 64
RGB 136 122 100
HSL 37° 15.25% 46.27%
HSB/HSV 37° 26.47% 53.33%
CMYK 0.00% 10.29% 26.47%
46.67%

Color #887A64 in popluar number systems.

HEX 88 7A 64
Decimal 136 122 100
Binary 10001000 1111010 1100100
Octal 210 172 144

Shades and tints

Shades of #887A64

#887A64
(136,122,100)
#7C6F5B
(124,111,91)
#706452
(112,100,82)
#645949
(100,89,73)
#584E40
(88,78,64)
#4C4337
(76,67,55)
#40382E
(64,56,46)
#342D25
(52,45,37)
#28221C
(40,34,28)
#1C1713
(28,23,19)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #887A64

#887A64
(136,122,100)
#928672
(146,134,114)
#9C9280
(156,146,128)
#A69E8E
(166,158,142)
#B0AA9C
(176,170,156)
#BAB6AA
(186,182,170)
#C4C2B8
(196,194,184)
#CECEC6
(206,206,198)
#D8DAD4
(216,218,212)
#E2E6E2
(226,230,226)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887A64 color. Also use rgb(136,122,100) instead hex code.

Text Font Color

.myTextColor { color: #887A64; }

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

This text font color is #887A64.

Background Color

.myBgColor { background-color: #887A64; }

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

This div background color is #887A64.

Border color

.myBorderColor { border: 1px solid #887A64; }

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

This div border color is #887A64.

Opacity

.myOpacity80 { color: #887A64; opacity: 0.8; }

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

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

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

This text has shadow with #887A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887A64.

Preview

Color preview on black background

This text has color #887A64 on black background.


Color preview on white background

This text has color #887A64 on white background.


Black color preview on #887A64 background

This text has black color on #887A64 background.


White color preview on #887A64 background

This text has white color on #887A64 background.


Related colors

Complementary color

Complementary color for #hex is #77859B.


I love getcolorcode.com

Triadic colors

1 #64887A and #7A6488 with #887A64 are triadic colors.

2 #647A88 and #7A8864 with #887A64 are triadic colors.