COLOR #878766

HEX: #878766 RGB: (135,135,102)

Color info

#878766 contains red, green and blue colors in about the same proportion. Web safe color of #878766 is #999966 (or #996).

RGB color model

#878766 color RGB value is (135,135,102).

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

RGB channels and saturation

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

135
135
102

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

Portions of RGB colors in percentages

R + G + B = 135 + 135 + 102 = 372 (100%)
R 135 of 372 ~ 36.29%
G 135 of 372 ~ 36.29%
B 102 of 372 ~ 27.42'%

%36.29
%36.29
%27.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%

CMYK: (0,0,24,47)
C0M0Y24K47 (0%, 0%, 24%, 47%)
(0.00 / 0.00 / 0.24 / 0.47)

CMYK percentages

%0
%0
%24.44
%47.06

Codes

Color #878766 in popluar color models

87 87 66
RGB 135 135 102
HSL 60° 13.92% 46.47%
HSB/HSV 60° 24.44% 52.94%
CMYK 0.00% 0.00% 24.44%
47.06%

Color #878766 in popluar number systems.

HEX 87 87 66
Decimal 135 135 102
Binary 10000111 10000111 1100110
Octal 207 207 146

Shades and tints

Shades of #878766

#878766
(135,135,102)
#7B7B5D
(123,123,93)
#6F6F54
(111,111,84)
#63634B
(99,99,75)
#575742
(87,87,66)
#4B4B39
(75,75,57)
#3F3F30
(63,63,48)
#333327
(51,51,39)
#27271E
(39,39,30)
#1B1B15
(27,27,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #878766

#878766
(135,135,102)
#919173
(145,145,115)
#9B9B80
(155,155,128)
#A5A58D
(165,165,141)
#AFAF9A
(175,175,154)
#B9B9A7
(185,185,167)
#C3C3B4
(195,195,180)
#CDCDC1
(205,205,193)
#D7D7CE
(215,215,206)
#E1E1DB
(225,225,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878766; }

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

This text font color is #878766.

Background Color

.myBgColor { background-color: #878766; }

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

This div background color is #878766.

Border color

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

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

This div border color is #878766.

Opacity

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

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

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

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

This text has shadow with #878766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878766.

Preview

Color preview on black background

This text has color #878766 on black background.


Color preview on white background

This text has color #878766 on white background.


Black color preview on #878766 background

This text has black color on #878766 background.


White color preview on #878766 background

This text has white color on #878766 background.


Related colors

Complementary color

Complementary color for #hex is #787899.


I love getcolorcode.com