COLOR #877477

HEX: #877477
RGB: (135,116,119)

Color info

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

RGB color model

#877477 color RGB value is (135,116,119).

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

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 119 of 255 = 47%

135
116
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 119 = 370 (100%)
R 135 of 370 ~ 36.49%
G 116 of 370 ~ 31.35%
B 119 of 370 ~ 32.16%

%36.49
%31.35
%32.16

CMYK color model

#877477 color CMYK value is (0,14,12,47).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,14,12,47)
C0M14Y12K47 
(0%,14%,12%,47%)
(0.00/0.14/0.12/0.47)	

CMYK percentages

%0
%14.07
%11.85
%47.06

Codes

Color #877477 in popluar color models

877477
RGB135116119
HSL351°7.57%49.22%
HSB/HSV351°14.07%52.94%
CMYK0.00%14.07%11.85%
47.06%

Color #877477 in popluar number systems.

HEX877477
Decimal135116119
Binary1000011111101001110111
Octal207164167

Shades and tints

Shades of #877477

#877477
(135,116,119)
#7B6A6D
(123,106,109)
#6F6063
(111,96,99)
#635659
(99,86,89)
#574C4F
(87,76,79)
#4B4245
(75,66,69)
#3F383B
(63,56,59)
#332E31
(51,46,49)
#272427
(39,36,39)
#1B1A1D
(27,26,29)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #877477

#877477
(135,116,119)
#918083
(145,128,131)
#9B8C8F
(155,140,143)
#A5989B
(165,152,155)
#AFA4A7
(175,164,167)
#B9B0B3
(185,176,179)
#C3BCBF
(195,188,191)
#CDC8CB
(205,200,203)
#D7D4D7
(215,212,215)
#E1E0E3
(225,224,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877477; }

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

This text font color is #877477.


Background Color

.myBgColor { background-color: #877477; }

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

This div background color is #877477.


Border color

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

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

This div border color is #877477.


Opacity

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

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

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

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

This text has shadow with #877477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877477 on black background.


Color preview on white background

This text has color #877477 on white background.



Black color preview on #877477 background

This text has black color on #877477 background.


White color preview on #877477 background

This text has white color on #877477 background.