COLOR #877A58

HEX: #877A58 RGB: (135,122,88)

Color info

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

RGB color model

#877A58 color RGB value is (135,122,88).

RGB: (135,122,88) (53%, 48%, 35%)

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 88 of 255 = 35%

135
122
88

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

Portions of RGB colors in percentages

R + G + B = 135 + 122 + 88 = 345 (100%)
R 135 of 345 ~ 39.13%
G 122 of 345 ~ 35.36%
B 88 of 345 ~ 25.51'%

%39.13
%35.36
%25.51

CMYK color model

#877A58 color CMYK value is (0,10,35,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 34.81%
  • key color value is 47.06%

CMYK: (0,10,35,47)
C0M10Y35K47 (0%, 10%, 35%, 47%)
(0.00 / 0.10 / 0.35 / 0.47)

CMYK percentages

%0
%9.63
%34.81
%47.06

Codes

Color #877A58 in popluar color models

87 7A 58
RGB 135 122 88
HSL 43° 21.08% 43.73%
HSB/HSV 43° 34.81% 52.94%
CMYK 0.00% 9.63% 34.81%
47.06%

Color #877A58 in popluar number systems.

HEX 87 7A 58
Decimal 135 122 88
Binary 10000111 1111010 1011000
Octal 207 172 130

Shades and tints

Shades of #877A58

#877A58
(135,122,88)
#7B6F50
(123,111,80)
#6F6448
(111,100,72)
#635940
(99,89,64)
#574E38
(87,78,56)
#4B4330
(75,67,48)
#3F3828
(63,56,40)
#332D20
(51,45,32)
#272218
(39,34,24)
#1B1710
(27,23,16)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #877A58

#877A58
(135,122,88)
#918667
(145,134,103)
#9B9276
(155,146,118)
#A59E85
(165,158,133)
#AFAA94
(175,170,148)
#B9B6A3
(185,182,163)
#C3C2B2
(195,194,178)
#CDCEC1
(205,206,193)
#D7DAD0
(215,218,208)
#E1E6DF
(225,230,223)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A58; }

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

This text font color is #877A58.

Background Color

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

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

This div background color is #877A58.

Border color

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

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

This div border color is #877A58.

Opacity

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

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

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

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

This text has shadow with #877A58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877A58.

Preview

Color preview on black background

This text has color #877A58 on black background.


Color preview on white background

This text has color #877A58 on white background.


Black color preview on #877A58 background

This text has black color on #877A58 background.


White color preview on #877A58 background

This text has white color on #877A58 background.


Related colors

Complementary color

Complementary color for #hex is #7885A7.


I love getcolorcode.com

Triadic colors

1 #58877A and #7A5887 with #877A58 are triadic colors.

2 #587A87 and #7A8758 with #877A58 are triadic colors.