COLOR #877374

HEX: #877374
RGB: (135,115,116)

Color info

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

RGB color model

#877374 color RGB value is (135,115,116).

  • red value is 135;
  • green value is 115;
  • blue value is 116.
RGB:
(135,115,116)
(53%,45%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 116 of 255 = 45%

135
115
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 116 = 366 (100%)
R 135 of 366 ~ 36.89%
G 115 of 366 ~ 31.42%
B 116 of 366 ~ 31.69%

%36.89
%31.42
%31.69

CMYK color model

#877374 color CMYK value is (0,15,14,47).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(0,15,14,47)
C0M15Y14K47 
(0%,15%,14%,47%)
(0.00/0.15/0.14/0.47)	

CMYK percentages

%0
%14.81
%14.07
%47.06

Codes

Color #877374 in popluar color models

877374
RGB135115116
HSL357°8.00%49.02%
HSB/HSV357°14.81%52.94%
CMYK0.00%14.81%14.07%
47.06%

Color #877374 in popluar number systems.

HEX877374
Decimal135115116
Binary1000011111100111110100
Octal207163164

Shades and tints

Shades of #877374

#877374
(135,115,116)
#7B696A
(123,105,106)
#6F5F60
(111,95,96)
#635556
(99,85,86)
#574B4C
(87,75,76)
#4B4142
(75,65,66)
#3F3738
(63,55,56)
#332D2E
(51,45,46)
#272324
(39,35,36)
#1B191A
(27,25,26)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #877374

#877374
(135,115,116)
#917F80
(145,127,128)
#9B8B8C
(155,139,140)
#A59798
(165,151,152)
#AFA3A4
(175,163,164)
#B9AFB0
(185,175,176)
#C3BBBC
(195,187,188)
#CDC7C8
(205,199,200)
#D7D3D4
(215,211,212)
#E1DFE0
(225,223,224)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877374 color. Also use rgb(135,115,116) instead hex code.

Text Font Color

.myTextColor { color: #877374; }

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

This text font color is #877374.


Background Color

.myBgColor { background-color: #877374; }

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

This div background color is #877374.


Border color

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

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

This div border color is #877374.


Opacity

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

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

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

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

This text has shadow with #877374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877374 on black background.


Color preview on white background

This text has color #877374 on white background.



Black color preview on #877374 background

This text has black color on #877374 background.


White color preview on #877374 background

This text has white color on #877374 background.