COLOR #87796F

HEX: #87796F RGB: (135,121,111)

Color info

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

RGB color model

#87796F color RGB value is (135,121,111).

RGB: (135,121,111) (53%, 47%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 111 of 255 = 44%

135
121
111

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

Portions of RGB colors in percentages

R + G + B = 135 + 121 + 111 = 367 (100%)
R 135 of 367 ~ 36.78%
G 121 of 367 ~ 32.97%
B 111 of 367 ~ 30.25'%

%36.78
%32.97
%30.25

CMYK color model

#87796F color CMYK value is (0,10,18,47).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 17.78%
  • key color value is 47.06%

CMYK: (0,10,18,47)
C0M10Y18K47 (0%, 10%, 18%, 47%)
(0.00 / 0.10 / 0.18 / 0.47)

CMYK percentages

%0
%10.37
%17.78
%47.06

Codes

Color #87796F in popluar color models

87 79 6F
RGB 135 121 111
HSL 25° 9.76% 48.24%
HSB/HSV 25° 17.78% 52.94%
CMYK 0.00% 10.37% 17.78%
47.06%

Color #87796F in popluar number systems.

HEX 87 79 6F
Decimal 135 121 111
Binary 10000111 1111001 1101111
Octal 207 171 157

Shades and tints

Shades of #87796F

#87796F
(135,121,111)
#7B6E65
(123,110,101)
#6F635B
(111,99,91)
#635851
(99,88,81)
#574D47
(87,77,71)
#4B423D
(75,66,61)
#3F3733
(63,55,51)
#332C29
(51,44,41)
#27211F
(39,33,31)
#1B1615
(27,22,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #87796F

#87796F
(135,121,111)
#91857C
(145,133,124)
#9B9189
(155,145,137)
#A59D96
(165,157,150)
#AFA9A3
(175,169,163)
#B9B5B0
(185,181,176)
#C3C1BD
(195,193,189)
#CDCDCA
(205,205,202)
#D7D9D7
(215,217,215)
#E1E5E4
(225,229,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87796F color. Also use rgb(135,121,111) instead hex code.

Text Font Color

.myTextColor { color: #87796F; }

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

This text font color is #87796F.

Background Color

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

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

This div background color is #87796F.

Border color

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

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

This div border color is #87796F.

Opacity

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

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

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

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

This text has shadow with #87796F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87796F.

Preview

Color preview on black background

This text has color #87796F on black background.


Color preview on white background

This text has color #87796F on white background.


Black color preview on #87796F background

This text has black color on #87796F background.


White color preview on #87796F background

This text has white color on #87796F background.


Related colors

Complementary color

Complementary color for #hex is #788690.


I love getcolorcode.com

Triadic colors

1 #6F8779 and #796F87 with #87796F are triadic colors.

2 #6F7987 and #79876F with #87796F are triadic colors.