COLOR #87795C

HEX: #87795C
RGB: (135,121,92)

Color info

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

RGB color model

#87795C color RGB value is (135,121,92).

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

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 92 of 255 = 36%

135
121
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 92 = 348 (100%)
R 135 of 348 ~ 38.79%
G 121 of 348 ~ 34.77%
B 92 of 348 ~ 26.44%

%38.79
%34.77
%26.44

CMYK color model

#87795C color CMYK value is (0,10,32,47).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(0,10,32,47)
C0M10Y32K47 
(0%,10%,32%,47%)
(0.00/0.10/0.32/0.47)	

CMYK percentages

%0
%10.37
%31.85
%47.06

Codes

Color #87795C in popluar color models

87795C
RGB13512192
HSL40°18.94%44.51%
HSB/HSV40°31.85%52.94%
CMYK0.00%10.37%31.85%
47.06%

Color #87795C in popluar number systems.

HEX87795C
Decimal13512192
Binary1000011111110011011100
Octal207171134

Shades and tints

Shades of #87795C

#87795C
(135,121,92)
#7B6E54
(123,110,84)
#6F634C
(111,99,76)
#635844
(99,88,68)
#574D3C
(87,77,60)
#4B4234
(75,66,52)
#3F372C
(63,55,44)
#332C24
(51,44,36)
#27211C
(39,33,28)
#1B1614
(27,22,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #87795C

#87795C
(135,121,92)
#91856A
(145,133,106)
#9B9178
(155,145,120)
#A59D86
(165,157,134)
#AFA994
(175,169,148)
#B9B5A2
(185,181,162)
#C3C1B0
(195,193,176)
#CDCDBE
(205,205,190)
#D7D9CC
(215,217,204)
#E1E5DA
(225,229,218)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87795C color. Also use rgb(135,121,92) instead hex code.

Text Font Color

.myTextColor { color: #87795C; }

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

This text font color is #87795C.


Background Color

.myBgColor { background-color: #87795C; }

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

This div background color is #87795C.


Border color

.myBorderColor { border: 1px solid #87795C; }

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

This div border color is #87795C.


Opacity

.myOpacity80 { color: #87795C; opacity: 0.8; }

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

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

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

This text has shadow with #87795C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87795C on black background.


Color preview on white background

This text has color #87795C on white background.



Black color preview on #87795C background

This text has black color on #87795C background.


White color preview on #87795C background

This text has white color on #87795C background.