COLOR #877F7A

HEX: #877F7A
RGB: (135,127,122)

Color info

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

RGB color model

#877F7A color RGB value is (135,127,122).

  • red value is 135;
  • green value is 127;
  • blue value is 122.
RGB:
(135,127,122)
(53%,50%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 127 of 255 = 50%
B 122 of 255 = 48%

135
127
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 127 + 122 = 384 (100%)
R 135 of 384 ~ 35.16%
G 127 of 384 ~ 33.07%
B 122 of 384 ~ 31.77%

%35.16
%33.07
%31.77

CMYK color model

#877F7A color CMYK value is (0,6,10,47).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(0,6,10,47)
C0M6Y10K47 
(0%,6%,10%,47%)
(0.00/0.06/0.10/0.47)	

CMYK percentages

%0
%5.93
%9.63
%47.06

Codes

Color #877F7A in popluar color models

877F7A
RGB135127122
HSL23°5.14%50.39%
HSB/HSV23°9.63%52.94%
CMYK0.00%5.93%9.63%
47.06%

Color #877F7A in popluar number systems.

HEX877F7A
Decimal135127122
Binary1000011111111111111010
Octal207177172

Shades and tints

Shades of #877F7A

#877F7A
(135,127,122)
#7B746F
(123,116,111)
#6F6964
(111,105,100)
#635E59
(99,94,89)
#57534E
(87,83,78)
#4B4843
(75,72,67)
#3F3D38
(63,61,56)
#33322D
(51,50,45)
#272722
(39,39,34)
#1B1C17
(27,28,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #877F7A

#877F7A
(135,127,122)
#918A86
(145,138,134)
#9B9592
(155,149,146)
#A5A09E
(165,160,158)
#AFABAA
(175,171,170)
#B9B6B6
(185,182,182)
#C3C1C2
(195,193,194)
#CDCCCE
(205,204,206)
#D7D7DA
(215,215,218)
#E1E2E6
(225,226,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877F7A; }

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

This text font color is #877F7A.


Background Color

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

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

This div background color is #877F7A.


Border color

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

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

This div border color is #877F7A.


Opacity

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

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

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

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

This text has shadow with #877F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877F7A on black background.


Color preview on white background

This text has color #877F7A on white background.



Black color preview on #877F7A background

This text has black color on #877F7A background.


White color preview on #877F7A background

This text has white color on #877F7A background.