COLOR #877B6C

HEX: #877B6C
RGB: (135,123,108)

Color info

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

RGB color model

#877B6C color RGB value is (135,123,108).

  • red value is 135;
  • green value is 123;
  • blue value is 108.
RGB:
(135,123,108)
(53%,48%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 108 of 255 = 42%

135
123
108

R + G + B ~ 48%. #877B6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 123 + 108 = 366 (100%)
R 135 of 366 ~ 36.89%
G 123 of 366 ~ 33.61%
B 108 of 366 ~ 29.51%

%36.89
%33.61
%29.51

CMYK color model

#877B6C color CMYK value is (0,9,20,47).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(0,9,20,47)
C0M9Y20K47 
(0%,9%,20%,47%)
(0.00/0.09/0.20/0.47)	

CMYK percentages

%0
%8.89
%20
%47.06

Codes

Color #877B6C in popluar color models

877B6C
RGB135123108
HSL33°11.11%47.65%
HSB/HSV33°20.00%52.94%
CMYK0.00%8.89%20.00%
47.06%

Color #877B6C in popluar number systems.

HEX877B6C
Decimal135123108
Binary1000011111110111101100
Octal207173154

Shades and tints

Shades of #877B6C

#877B6C
(135,123,108)
#7B7063
(123,112,99)
#6F655A
(111,101,90)
#635A51
(99,90,81)
#574F48
(87,79,72)
#4B443F
(75,68,63)
#3F3936
(63,57,54)
#332E2D
(51,46,45)
#272324
(39,35,36)
#1B181B
(27,24,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #877B6C

#877B6C
(135,123,108)
#918779
(145,135,121)
#9B9386
(155,147,134)
#A59F93
(165,159,147)
#AFABA0
(175,171,160)
#B9B7AD
(185,183,173)
#C3C3BA
(195,195,186)
#CDCFC7
(205,207,199)
#D7DBD4
(215,219,212)
#E1E7E1
(225,231,225)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877B6C color. Also use rgb(135,123,108) instead hex code.

Text Font Color

.myTextColor { color: #877B6C; }

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

This text font color is #877B6C.


Background Color

.myBgColor { background-color: #877B6C; }

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

This div background color is #877B6C.


Border color

.myBorderColor { border: 1px solid #877B6C; }

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

This div border color is #877B6C.


Opacity

.myOpacity80 { color: #877B6C; opacity: 0.8; }

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

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

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

This text has shadow with #877B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877B6C on black background.


Color preview on white background

This text has color #877B6C on white background.



Black color preview on #877B6C background

This text has black color on #877B6C background.


White color preview on #877B6C background

This text has white color on #877B6C background.