COLOR #87794D

HEX: #87794D
RGB: (135,121,77)

Color info

#87794D contains red, green and blue colors in about the same proportion. Web safe color of #87794D is #996633 (or #963).

RGB color model

#87794D color RGB value is (135,121,77).

  • red value is 135;
  • green value is 121;
  • blue value is 77.
RGB:
(135,121,77)
(53%,47%,30%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 77 of 255 = 30%

135
121
77

R + G + B ~ 43%. #87794D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 77 = 333 (100%)
R 135 of 333 ~ 40.54%
G 121 of 333 ~ 36.34%
B 77 of 333 ~ 23.12%

%40.54
%36.34
%23.12

CMYK color model

#87794D color CMYK value is (0,10,43,47).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 42.96%
  • key color value is 47.06%
CMYK:
(0,10,43,47)
C0M10Y43K47 
(0%,10%,43%,47%)
(0.00/0.10/0.43/0.47)	

CMYK percentages

%0
%10.37
%42.96
%47.06

Codes

Color #87794D in popluar color models

87794D
RGB13512177
HSL46°27.36%41.57%
HSB/HSV46°42.96%52.94%
CMYK0.00%10.37%42.96%
47.06%

Color #87794D in popluar number systems.

HEX87794D
Decimal13512177
Binary1000011111110011001101
Octal207171115

Shades and tints

Shades of #87794D

#87794D
(135,121,77)
#7B6E46
(123,110,70)
#6F633F
(111,99,63)
#635838
(99,88,56)
#574D31
(87,77,49)
#4B422A
(75,66,42)
#3F3723
(63,55,35)
#332C1C
(51,44,28)
#272115
(39,33,21)
#1B160E
(27,22,14)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #87794D

#87794D
(135,121,77)
#91855D
(145,133,93)
#9B916D
(155,145,109)
#A59D7D
(165,157,125)
#AFA98D
(175,169,141)
#B9B59D
(185,181,157)
#C3C1AD
(195,193,173)
#CDCDBD
(205,205,189)
#D7D9CD
(215,217,205)
#E1E5DD
(225,229,221)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87794D color. Also use rgb(135,121,77) instead hex code.

Text Font Color

.myTextColor { color: #87794D; }

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

This text font color is #87794D.


Background Color

.myBgColor { background-color: #87794D; }

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

This div background color is #87794D.


Border color

.myBorderColor { border: 1px solid #87794D; }

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

This div border color is #87794D.


Opacity

.myOpacity80 { color: #87794D; opacity: 0.8; }

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

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

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

This text has shadow with #87794D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87794D on black background.


Color preview on white background

This text has color #87794D on white background.



Black color preview on #87794D background

This text has black color on #87794D background.


White color preview on #87794D background

This text has white color on #87794D background.