COLOR #877A4F

HEX: #877A4F
RGB: (135,122,79)

Color info

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

RGB color model

#877A4F color RGB value is (135,122,79).

  • red value is 135;
  • green value is 122;
  • blue value is 79.
RGB:
(135,122,79)
(53%,48%,31%)

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 79 of 255 = 31%

135
122
79

R + G + B ~ 44%. #877A4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 79 = 336 (100%)
R 135 of 336 ~ 40.18%
G 122 of 336 ~ 36.31%
B 79 of 336 ~ 23.51%

%40.18
%36.31
%23.51

CMYK color model

#877A4F color CMYK value is (0,10,41,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 41.48%
  • key color value is 47.06%
CMYK:
(0,10,41,47)
C0M10Y41K47 
(0%,10%,41%,47%)
(0.00/0.10/0.41/0.47)	

CMYK percentages

%0
%9.63
%41.48
%47.06

Codes

Color #877A4F in popluar color models

877A4F
RGB13512279
HSL46°26.17%41.96%
HSB/HSV46°41.48%52.94%
CMYK0.00%9.63%41.48%
47.06%

Color #877A4F in popluar number systems.

HEX877A4F
Decimal13512279
Binary1000011111110101001111
Octal207172117

Shades and tints

Shades of #877A4F

#877A4F
(135,122,79)
#7B6F48
(123,111,72)
#6F6441
(111,100,65)
#63593A
(99,89,58)
#574E33
(87,78,51)
#4B432C
(75,67,44)
#3F3825
(63,56,37)
#332D1E
(51,45,30)
#272217
(39,34,23)
#1B1710
(27,23,16)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #877A4F

#877A4F
(135,122,79)
#91865F
(145,134,95)
#9B926F
(155,146,111)
#A59E7F
(165,158,127)
#AFAA8F
(175,170,143)
#B9B69F
(185,182,159)
#C3C2AF
(195,194,175)
#CDCEBF
(205,206,191)
#D7DACF
(215,218,207)
#E1E6DF
(225,230,223)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877A4F color. Also use rgb(135,122,79) instead hex code.

Text Font Color

.myTextColor { color: #877A4F; }

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

This text font color is #877A4F.


Background Color

.myBgColor { background-color: #877A4F; }

<div style="background-color:#877A4F">Inner text</div>

This div background color is #877A4F.


Border color

.myBorderColor { border: 1px solid #877A4F; }

<div style="border:3px solid #877A4F">Div</div>

This div border color is #877A4F.


Opacity

.myOpacity80 { color: #877A4F; opacity: 0.8; }

<p style="color:#877A4F;opacity:0.8;">80%</p>

Text with #877A4F 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 #877A4F;}

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

This text has shadow with #877A4F color.

.textShadow {text-shadow: 3px 3px 1px #877A4F, 3px 3px 1px red;}

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

This text has shadow with #877A4F primary color and red secondary color.


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

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

This text has shadow with #877A4F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A4F on black background.


Color preview on white background

This text has color #877A4F on white background.



Black color preview on #877A4F background

This text has black color on #877A4F background.


White color preview on #877A4F background

This text has white color on #877A4F background.