COLOR #87A779

HEX: #87A779
RGB: (135,167,121)

Color info

#87A779 contains red, green and blue colors in about the same proportion. Web safe color of #87A779 is #999966 (or #996).

RGB color model

#87A779 color RGB value is (135,167,121).

  • red value is 135;
  • green value is 167;
  • blue value is 121.
RGB:
(135,167,121)
(53%,65%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 121 of 255 = 47%

135
167
121

R + G + B ~ 55%. #87A779 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 121 = 423 (100%)
R 135 of 423 ~ 31.91%
G 167 of 423 ~ 39.48%
B 121 of 423 ~ 28.61%

%31.91
%39.48
%28.61

CMYK color model

#87A779 color CMYK value is (19,0,28,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(19,0,28,35)
C19M0Y28K35 
(19%,0%,28%,35%)
(0.19/0.00/0.28/0.35)	

CMYK percentages

%19.16
%0
%27.54
%34.51

Codes

Color #87A779 in popluar color models

87A779
RGB135167121
HSL102°20.72%56.47%
HSB/HSV102°27.54%65.49%
CMYK19.16%0.00%27.54%
34.51%

Color #87A779 in popluar number systems.

HEX87A779
Decimal135167121
Binary10000111101001111111001
Octal207247171

Shades and tints

Shades of #87A779

#87A779
(135,167,121)
#7B986E
(123,152,110)
#6F8963
(111,137,99)
#637A58
(99,122,88)
#576B4D
(87,107,77)
#4B5C42
(75,92,66)
#3F4D37
(63,77,55)
#333E2C
(51,62,44)
#272F21
(39,47,33)
#1B2016
(27,32,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #87A779

#87A779
(135,167,121)
#91AF85
(145,175,133)
#9BB791
(155,183,145)
#A5BF9D
(165,191,157)
#AFC7A9
(175,199,169)
#B9CFB5
(185,207,181)
#C3D7C1
(195,215,193)
#CDDFCD
(205,223,205)
#D7E7D9
(215,231,217)
#E1EFE5
(225,239,229)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A779 color. Also use rgb(135,167,121) instead hex code.

Text Font Color

.myTextColor { color: #87A779; }

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

This text font color is #87A779.


Background Color

.myBgColor { background-color: #87A779; }

<div style="background-color:#87A779">Inner text</div>

This div background color is #87A779.


Border color

.myBorderColor { border: 1px solid #87A779; }

<div style="border:3px solid #87A779">Div</div>

This div border color is #87A779.


Opacity

.myOpacity80 { color: #87A779; opacity: 0.8; }

<p style="color:#87A779;opacity:0.8;">80%</p>

Text with #87A779 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 #87A779;}

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

This text has shadow with #87A779 color.

.textShadow {text-shadow: 3px 3px 1px #87A779, 3px 3px 1px red;}

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

This text has shadow with #87A779 primary color and red secondary color.


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

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

This text has shadow with #87A779 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A779 on black background.


Color preview on white background

This text has color #87A779 on white background.



Black color preview on #87A779 background

This text has black color on #87A779 background.


White color preview on #87A779 background

This text has white color on #87A779 background.