COLOR #876A64

HEX: #876A64 RGB: (135,106,100)

Color info

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

RGB color model

#876A64 color RGB value is (135,106,100).

RGB: (135,106,100) (53%, 42%, 39%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 100 of 255 = 39%

135
106
100

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

Portions of RGB colors in percentages

R + G + B = 135 + 106 + 100 = 341 (100%)
R 135 of 341 ~ 39.59%
G 106 of 341 ~ 31.09%
B 100 of 341 ~ 29.33'%

%39.59
%31.09
%29.33

CMYK color model

#876A64 color CMYK value is (0,21,26,47).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 25.93%
  • key color value is 47.06%

CMYK: (0,21,26,47)
C0M21Y26K47 (0%, 21%, 26%, 47%)
(0.00 / 0.21 / 0.26 / 0.47)

CMYK percentages

%0
%21.48
%25.93
%47.06

Codes

Color #876A64 in popluar color models

87 6A 64
RGB 135 106 100
HSL 10° 14.89% 46.08%
HSB/HSV 10° 25.93% 52.94%
CMYK 0.00% 21.48% 25.93%
47.06%

Color #876A64 in popluar number systems.

HEX 87 6A 64
Decimal 135 106 100
Binary 10000111 1101010 1100100
Octal 207 152 144

Shades and tints

Shades of #876A64

#876A64
(135,106,100)
#7B615B
(123,97,91)
#6F5852
(111,88,82)
#634F49
(99,79,73)
#574640
(87,70,64)
#4B3D37
(75,61,55)
#3F342E
(63,52,46)
#332B25
(51,43,37)
#27221C
(39,34,28)
#1B1913
(27,25,19)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #876A64

#876A64
(135,106,100)
#917772
(145,119,114)
#9B8480
(155,132,128)
#A5918E
(165,145,142)
#AF9E9C
(175,158,156)
#B9ABAA
(185,171,170)
#C3B8B8
(195,184,184)
#CDC5C6
(205,197,198)
#D7D2D4
(215,210,212)
#E1DFE2
(225,223,226)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876A64 color. Also use rgb(135,106,100) instead hex code.

Text Font Color

.myTextColor { color: #876A64; }

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

This text font color is #876A64.

Background Color

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

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

This div background color is #876A64.

Border color

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

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

This div border color is #876A64.

Opacity

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

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

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

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

This text has shadow with #876A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876A64.

Preview

Color preview on black background

This text has color #876A64 on black background.


Color preview on white background

This text has color #876A64 on white background.


Black color preview on #876A64 background

This text has black color on #876A64 background.


White color preview on #876A64 background

This text has white color on #876A64 background.


Related colors

Complementary color

Complementary color for #hex is #78959B.


I love getcolorcode.com

Triadic colors

1 #64876A and #6A6487 with #876A64 are triadic colors.

2 #646A87 and #6A8764 with #876A64 are triadic colors.