COLOR #87765F

HEX: #87765F
RGB: (135,118,95)

Color info

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

RGB color model

#87765F color RGB value is (135,118,95).

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

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 95 of 255 = 37%

135
118
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 95 = 348 (100%)
R 135 of 348 ~ 38.79%
G 118 of 348 ~ 33.91%
B 95 of 348 ~ 27.3%

%38.79
%33.91
%27.3

CMYK color model

#87765F color CMYK value is (0,13,30,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(0,13,30,47)
C0M13Y30K47 
(0%,13%,30%,47%)
(0.00/0.13/0.30/0.47)	

CMYK percentages

%0
%12.59
%29.63
%47.06

Codes

Color #87765F in popluar color models

87765F
RGB13511895
HSL35°17.39%45.10%
HSB/HSV35°29.63%52.94%
CMYK0.00%12.59%29.63%
47.06%

Color #87765F in popluar number systems.

HEX87765F
Decimal13511895
Binary1000011111101101011111
Octal207166137

Shades and tints

Shades of #87765F

#87765F
(135,118,95)
#7B6C57
(123,108,87)
#6F624F
(111,98,79)
#635847
(99,88,71)
#574E3F
(87,78,63)
#4B4437
(75,68,55)
#3F3A2F
(63,58,47)
#333027
(51,48,39)
#27261F
(39,38,31)
#1B1C17
(27,28,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #87765F

#87765F
(135,118,95)
#91826D
(145,130,109)
#9B8E7B
(155,142,123)
#A59A89
(165,154,137)
#AFA697
(175,166,151)
#B9B2A5
(185,178,165)
#C3BEB3
(195,190,179)
#CDCAC1
(205,202,193)
#D7D6CF
(215,214,207)
#E1E2DD
(225,226,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87765F; }

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

This text font color is #87765F.


Background Color

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

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

This div background color is #87765F.


Border color

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

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

This div border color is #87765F.


Opacity

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

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

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

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

This text has shadow with #87765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87765F on black background.


Color preview on white background

This text has color #87765F on white background.



Black color preview on #87765F background

This text has black color on #87765F background.


White color preview on #87765F background

This text has white color on #87765F background.