COLOR #87785D

HEX: #87785D RGB: (135,120,93)

Color info

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

RGB color model

#87785D color RGB value is (135,120,93).

RGB: (135,120,93) (53%, 47%, 36%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 93 of 255 = 36%

135
120
93

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

Portions of RGB colors in percentages

R + G + B = 135 + 120 + 93 = 348 (100%)
R 135 of 348 ~ 38.79%
G 120 of 348 ~ 34.48%
B 93 of 348 ~ 26.72'%

%38.79
%34.48
%26.72

CMYK color model

#87785D color CMYK value is (0,11,31,47).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 31.11%
  • key color value is 47.06%

CMYK: (0,11,31,47)
C0M11Y31K47 (0%, 11%, 31%, 47%)
(0.00 / 0.11 / 0.31 / 0.47)

CMYK percentages

%0
%11.11
%31.11
%47.06

Codes

Color #87785D in popluar color models

87 78 5D
RGB 135 120 93
HSL 39° 18.42% 44.71%
HSB/HSV 39° 31.11% 52.94%
CMYK 0.00% 11.11% 31.11%
47.06%

Color #87785D in popluar number systems.

HEX 87 78 5D
Decimal 135 120 93
Binary 10000111 1111000 1011101
Octal 207 170 135

Shades and tints

Shades of #87785D

#87785D
(135,120,93)
#7B6E55
(123,110,85)
#6F644D
(111,100,77)
#635A45
(99,90,69)
#57503D
(87,80,61)
#4B4635
(75,70,53)
#3F3C2D
(63,60,45)
#333225
(51,50,37)
#27281D
(39,40,29)
#1B1E15
(27,30,21)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87785D

#87785D
(135,120,93)
#91846B
(145,132,107)
#9B9079
(155,144,121)
#A59C87
(165,156,135)
#AFA895
(175,168,149)
#B9B4A3
(185,180,163)
#C3C0B1
(195,192,177)
#CDCCBF
(205,204,191)
#D7D8CD
(215,216,205)
#E1E4DB
(225,228,219)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87785D color. Also use rgb(135,120,93) instead hex code.

Text Font Color

.myTextColor { color: #87785D; }

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

This text font color is #87785D.

Background Color

.myBgColor { background-color: #87785D; }

<div style="background-color:#87785D">Inner text</div>

This div background color is #87785D.

Border color

.myBorderColor { border: 1px solid #87785D; }

<div style="border:3px solid #87785D">Div</div>

This div border color is #87785D.

Opacity

.myOpacity80 { color: #87785D; opacity: 0.8; }

<p style="color:#87785D;opacity:0.8;">80%</p>

Text with #87785D 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 #87785D;}

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

This text has shadow with #87785D color.


.textShadow {text-shadow: 3px 3px 1px #87785D', 3px 3px 1px red;}

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

This text has shadow with #87785D primary color and red secondary color.


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

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

This text has shadow with #87785D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87785D; -webkit-box-shadow: 1px 1px 3px 2px #87785D; box-shadow:1px 1px 3px 2px #87785D;">
Div content here
</div>

This div box has shadow with color #87785D.

Preview

Color preview on black background

This text has color #87785D on black background.


Color preview on white background

This text has color #87785D on white background.


Black color preview on #87785D background

This text has black color on #87785D background.


White color preview on #87785D background

This text has white color on #87785D background.


Related colors

Complementary color

Complementary color for #87785D is #7887A2.


I love getcolorcode.com

Triadic colors

1 #5D8778 and #785D87 with #87785D are triadic colors.

2 #5D7887 and #78875D with #87785D are triadic colors.