COLOR #877738

HEX: #877738
RGB: (135,119,56)

Color info

#877738 contains mainly red and green colors. Web safe color of #877738 is #996633 (or #963).

RGB color model

#877738 color RGB value is (135,119,56).

  • red value is 135;
  • green value is 119;
  • blue value is 56.
RGB:
(135,119,56)
(53%,47%,22%)

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 56 of 255 = 22%

135
119
56

R + G + B ~ 41%. #877738 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 56 = 310 (100%)
R 135 of 310 ~ 43.55%
G 119 of 310 ~ 38.39%
B 56 of 310 ~ 18.06%

%43.55
%38.39
%18.06

CMYK color model

#877738 color CMYK value is (0,12,59,47).

  • cyan value is 0.00%
  • magenta value is 11.85%
  • yellow value is 58.52%
  • key color value is 47.06%
CMYK:
(0,12,59,47)
C0M12Y59K47 
(0%,12%,59%,47%)
(0.00/0.12/0.59/0.47)	

CMYK percentages

%0
%11.85
%58.52
%47.06

Codes

Color #877738 in popluar color models

877738
RGB13511956
HSL48°41.36%37.45%
HSB/HSV48°58.52%52.94%
CMYK0.00%11.85%58.52%
47.06%

Color #877738 in popluar number systems.

HEX877738
Decimal13511956
Binary100001111110111111000
Octal20716770

Shades and tints

Shades of #877738

#877738
(135,119,56)
#7B6D33
(123,109,51)
#6F632E
(111,99,46)
#635929
(99,89,41)
#574F24
(87,79,36)
#4B451F
(75,69,31)
#3F3B1A
(63,59,26)
#333115
(51,49,21)
#272710
(39,39,16)
#1B1D0B
(27,29,11)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #877738

#877738
(135,119,56)
#91834A
(145,131,74)
#9B8F5C
(155,143,92)
#A59B6E
(165,155,110)
#AFA780
(175,167,128)
#B9B392
(185,179,146)
#C3BFA4
(195,191,164)
#CDCBB6
(205,203,182)
#D7D7C8
(215,215,200)
#E1E3DA
(225,227,218)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877738 color. Also use rgb(135,119,56) instead hex code.

Text Font Color

.myTextColor { color: #877738; }

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

This text font color is #877738.


Background Color

.myBgColor { background-color: #877738; }

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

This div background color is #877738.


Border color

.myBorderColor { border: 1px solid #877738; }

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

This div border color is #877738.


Opacity

.myOpacity80 { color: #877738; opacity: 0.8; }

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

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

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

This text has shadow with #877738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877738 on black background.


Color preview on white background

This text has color #877738 on white background.



Black color preview on #877738 background

This text has black color on #877738 background.


White color preview on #877738 background

This text has white color on #877738 background.