COLOR #878763

HEX: #878763
RGB: (135,135,99)

Color info

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

RGB color model

#878763 color RGB value is (135,135,99).

  • red value is 135;
  • green value is 135;
  • blue value is 99.
RGB:
(135,135,99)
(53%,53%,39%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 99 of 255 = 39%

135
135
99

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

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 99 = 369 (100%)
R 135 of 369 ~ 36.59%
G 135 of 369 ~ 36.59%
B 99 of 369 ~ 26.83%

%36.59
%36.59
%26.83

CMYK color model

#878763 color CMYK value is (0,0,27,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 47.06%
CMYK:
(0,0,27,47)
C0M0Y27K47 
(0%,0%,27%,47%)
(0.00/0.00/0.27/0.47)	

CMYK percentages

%0
%0
%26.67
%47.06

Codes

Color #878763 in popluar color models

878763
RGB13513599
HSL60°15.38%45.88%
HSB/HSV60°26.67%52.94%
CMYK0.00%0.00%26.67%
47.06%

Color #878763 in popluar number systems.

HEX878763
Decimal13513599
Binary10000111100001111100011
Octal207207143

Shades and tints

Shades of #878763

#878763
(135,135,99)
#7B7B5A
(123,123,90)
#6F6F51
(111,111,81)
#636348
(99,99,72)
#57573F
(87,87,63)
#4B4B36
(75,75,54)
#3F3F2D
(63,63,45)
#333324
(51,51,36)
#27271B
(39,39,27)
#1B1B12
(27,27,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #878763

#878763
(135,135,99)
#919171
(145,145,113)
#9B9B7F
(155,155,127)
#A5A58D
(165,165,141)
#AFAF9B
(175,175,155)
#B9B9A9
(185,185,169)
#C3C3B7
(195,195,183)
#CDCDC5
(205,205,197)
#D7D7D3
(215,215,211)
#E1E1E1
(225,225,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878763; }

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

This text font color is #878763.


Background Color

.myBgColor { background-color: #878763; }

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

This div background color is #878763.


Border color

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

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

This div border color is #878763.


Opacity

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

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

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

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

This text has shadow with #878763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878763 on black background.


Color preview on white background

This text has color #878763 on white background.



Black color preview on #878763 background

This text has black color on #878763 background.


White color preview on #878763 background

This text has white color on #878763 background.