COLOR #877A62

HEX: #877A62 RGB: (135,122,98)

Color info

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

RGB color model

#877A62 color RGB value is (135,122,98).

RGB: (135,122,98) (53%, 48%, 38%)

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 98 of 255 = 38%

135
122
98

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

Portions of RGB colors in percentages

R + G + B = 135 + 122 + 98 = 355 (100%)
R 135 of 355 ~ 38.03%
G 122 of 355 ~ 34.37%
B 98 of 355 ~ 27.61'%

%38.03
%34.37
%27.61

CMYK color model

#877A62 color CMYK value is (0,10,27,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK: (0,10,27,47) C0M10Y27K47 (0%,10%,27%,47%) (0.00/0.10/0.27/0.47) 

CMYK percentages

%0
%9.63
%27.41
%47.06

Codes

Color #877A62 in popluar color models

87 7A 62
RGB 135 122 98
HSL 39° 15.88% 45.69%
HSB/HSV 39° 27.41% 52.94%
CMYK 0.00% 9.63% 27.41%
47.06%

Color #877A62 in popluar number systems.

HEX 87 7A 62
Decimal 135 122 98
Binary 10000111 1111010 1100010
Octal 207 172 142

Shades and tints

Shades of #877A62

#877A62
(135,122,98)
#7B6F5A
(123,111,90)
#6F6452
(111,100,82)
#63594A
(99,89,74)
#574E42
(87,78,66)
#4B433A
(75,67,58)
#3F3832
(63,56,50)
#332D2A
(51,45,42)
#272222
(39,34,34)
#1B171A
(27,23,26)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #877A62

#877A62
(135,122,98)
#918670
(145,134,112)
#9B927E
(155,146,126)
#A59E8C
(165,158,140)
#AFAA9A
(175,170,154)
#B9B6A8
(185,182,168)
#C3C2B6
(195,194,182)
#CDCEC4
(205,206,196)
#D7DAD2
(215,218,210)
#E1E6E0
(225,230,224)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A62; }

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

This text font color is #877A62.

Background Color

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

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

This div background color is #877A62.

Border color

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

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

This div border color is #877A62.

Opacity

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

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

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

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

This text has shadow with #877A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877A62.

Preview

Color preview on black background

This text has color #877A62 on black background.


Color preview on white background

This text has color #877A62 on white background.


Black color preview on #877A62 background

This text has black color on #877A62 background.


White color preview on #877A62 background

This text has white color on #877A62 background.


Related colors

Complementary color

Complementary color for #hex is #78859D.


I love getcolorcode.com

Triadic colors

1 #62877A and #7A6287 with #877A62 are triadic colors.

2 #627A87 and #7A8762 with #877A62 are triadic colors.