COLOR #87765E

HEX: #87765E
RGB: (135,118,94)

Color info

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

RGB color model

#87765E color RGB value is (135,118,94).

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

RGB channels and saturation

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

135
118
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 94 = 347 (100%)
R 135 of 347 ~ 38.9%
G 118 of 347 ~ 34.01%
B 94 of 347 ~ 27.09%

%38.9
%34.01
%27.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 30.37%
  • 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
%30.37
%47.06

Codes

Color #87765E in popluar color models

87765E
RGB13511894
HSL35°17.90%44.90%
HSB/HSV35°30.37%52.94%
CMYK0.00%12.59%30.37%
47.06%

Color #87765E in popluar number systems.

HEX87765E
Decimal13511894
Binary1000011111101101011110
Octal207166136

Shades and tints

Shades of #87765E

#87765E
(135,118,94)
#7B6C56
(123,108,86)
#6F624E
(111,98,78)
#635846
(99,88,70)
#574E3E
(87,78,62)
#4B4436
(75,68,54)
#3F3A2E
(63,58,46)
#333026
(51,48,38)
#27261E
(39,38,30)
#1B1C16
(27,28,22)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #87765E

#87765E
(135,118,94)
#91826C
(145,130,108)
#9B8E7A
(155,142,122)
#A59A88
(165,154,136)
#AFA696
(175,166,150)
#B9B2A4
(185,178,164)
#C3BEB2
(195,190,178)
#CDCAC0
(205,202,192)
#D7D6CE
(215,214,206)
#E1E2DC
(225,226,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87765E; }

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

This text font color is #87765E.


Background Color

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

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

This div background color is #87765E.


Border color

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

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

This div border color is #87765E.


Opacity

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

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

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

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

This text has shadow with #87765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87765E on black background.


Color preview on white background

This text has color #87765E on white background.



Black color preview on #87765E background

This text has black color on #87765E background.


White color preview on #87765E background

This text has white color on #87765E background.