COLOR #87765B

HEX: #87765B
RGB: (135,118,91)

Color info

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

RGB color model

#87765B color RGB value is (135,118,91).

  • red value is 135;
  • green value is 118;
  • blue value is 91.
RGB:
(135,118,91)
(53%,46%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 91 of 255 = 36%

135
118
91

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 91 = 344 (100%)
R 135 of 344 ~ 39.24%
G 118 of 344 ~ 34.3%
B 91 of 344 ~ 26.45%

%39.24
%34.3
%26.45

CMYK color model

#87765B color CMYK value is (0,13,33,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(0,13,33,47)
C0M13Y33K47 
(0%,13%,33%,47%)
(0.00/0.13/0.33/0.47)	

CMYK percentages

%0
%12.59
%32.59
%47.06

Codes

Color #87765B in popluar color models

87765B
RGB13511891
HSL37°19.47%44.31%
HSB/HSV37°32.59%52.94%
CMYK0.00%12.59%32.59%
47.06%

Color #87765B in popluar number systems.

HEX87765B
Decimal13511891
Binary1000011111101101011011
Octal207166133

Shades and tints

Shades of #87765B

#87765B
(135,118,91)
#7B6C53
(123,108,83)
#6F624B
(111,98,75)
#635843
(99,88,67)
#574E3B
(87,78,59)
#4B4433
(75,68,51)
#3F3A2B
(63,58,43)
#333023
(51,48,35)
#27261B
(39,38,27)
#1B1C13
(27,28,19)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #87765B

#87765B
(135,118,91)
#918269
(145,130,105)
#9B8E77
(155,142,119)
#A59A85
(165,154,133)
#AFA693
(175,166,147)
#B9B2A1
(185,178,161)
#C3BEAF
(195,190,175)
#CDCABD
(205,202,189)
#D7D6CB
(215,214,203)
#E1E2D9
(225,226,217)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87765B color. Also use rgb(135,118,91) instead hex code.

Text Font Color

.myTextColor { color: #87765B; }

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

This text font color is #87765B.


Background Color

.myBgColor { background-color: #87765B; }

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

This div background color is #87765B.


Border color

.myBorderColor { border: 1px solid #87765B; }

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

This div border color is #87765B.


Opacity

.myOpacity80 { color: #87765B; opacity: 0.8; }

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

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

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

This text has shadow with #87765B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87765B on black background.


Color preview on white background

This text has color #87765B on white background.



Black color preview on #87765B background

This text has black color on #87765B background.


White color preview on #87765B background

This text has white color on #87765B background.