COLOR #87765C

HEX: #87765C
RGB: (135,118,92)

Color info

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

RGB color model

#87765C color RGB value is (135,118,92).

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

RGB channels and saturation

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

135
118
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 92 = 345 (100%)
R 135 of 345 ~ 39.13%
G 118 of 345 ~ 34.2%
B 92 of 345 ~ 26.67%

%39.13
%34.2
%26.67

CMYK color model

#87765C color CMYK value is (0,13,32,47).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(0,13,32,47)
C0M13Y32K47 
(0%,13%,32%,47%)
(0.00/0.13/0.32/0.47)	

CMYK percentages

%0
%12.59
%31.85
%47.06

Codes

Color #87765C in popluar color models

87765C
RGB13511892
HSL36°18.94%44.51%
HSB/HSV36°31.85%52.94%
CMYK0.00%12.59%31.85%
47.06%

Color #87765C in popluar number systems.

HEX87765C
Decimal13511892
Binary1000011111101101011100
Octal207166134

Shades and tints

Shades of #87765C

#87765C
(135,118,92)
#7B6C54
(123,108,84)
#6F624C
(111,98,76)
#635844
(99,88,68)
#574E3C
(87,78,60)
#4B4434
(75,68,52)
#3F3A2C
(63,58,44)
#333024
(51,48,36)
#27261C
(39,38,28)
#1B1C14
(27,28,20)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #87765C

#87765C
(135,118,92)
#91826A
(145,130,106)
#9B8E78
(155,142,120)
#A59A86
(165,154,134)
#AFA694
(175,166,148)
#B9B2A2
(185,178,162)
#C3BEB0
(195,190,176)
#CDCABE
(205,202,190)
#D7D6CC
(215,214,204)
#E1E2DA
(225,226,218)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87765C; }

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

This text font color is #87765C.


Background Color

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

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

This div background color is #87765C.


Border color

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

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

This div border color is #87765C.


Opacity

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

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

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

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

This text has shadow with #87765C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87765C on black background.


Color preview on white background

This text has color #87765C on white background.



Black color preview on #87765C background

This text has black color on #87765C background.


White color preview on #87765C background

This text has white color on #87765C background.