COLOR #877B78

HEX: #877B78
RGB: (135,123,120)

Color info

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

RGB color model

#877B78 color RGB value is (135,123,120).

  • red value is 135;
  • green value is 123;
  • blue value is 120.
RGB:
(135,123,120)
(53%,48%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 120 of 255 = 47%

135
123
120

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

Portions of RGB colors in percentages

R + G + B =
135 + 123 + 120 = 378 (100%)
R 135 of 378 ~ 35.71%
G 123 of 378 ~ 32.54%
B 120 of 378 ~ 31.75%

%35.71
%32.54
%31.75

CMYK color model

#877B78 color CMYK value is (0,9,11,47).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(0,9,11,47)
C0M9Y11K47 
(0%,9%,11%,47%)
(0.00/0.09/0.11/0.47)	

CMYK percentages

%0
%8.89
%11.11
%47.06

Codes

Color #877B78 in popluar color models

877B78
RGB135123120
HSL12°5.88%50.00%
HSB/HSV12°11.11%52.94%
CMYK0.00%8.89%11.11%
47.06%

Color #877B78 in popluar number systems.

HEX877B78
Decimal135123120
Binary1000011111110111111000
Octal207173170

Shades and tints

Shades of #877B78

#877B78
(135,123,120)
#7B706E
(123,112,110)
#6F6564
(111,101,100)
#635A5A
(99,90,90)
#574F50
(87,79,80)
#4B4446
(75,68,70)
#3F393C
(63,57,60)
#332E32
(51,46,50)
#272328
(39,35,40)
#1B181E
(27,24,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #877B78

#877B78
(135,123,120)
#918784
(145,135,132)
#9B9390
(155,147,144)
#A59F9C
(165,159,156)
#AFABA8
(175,171,168)
#B9B7B4
(185,183,180)
#C3C3C0
(195,195,192)
#CDCFCC
(205,207,204)
#D7DBD8
(215,219,216)
#E1E7E4
(225,231,228)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877B78 color. Also use rgb(135,123,120) instead hex code.

Text Font Color

.myTextColor { color: #877B78; }

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

This text font color is #877B78.


Background Color

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

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

This div background color is #877B78.


Border color

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

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

This div border color is #877B78.


Opacity

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

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

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

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

This text has shadow with #877B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877B78 on black background.


Color preview on white background

This text has color #877B78 on white background.



Black color preview on #877B78 background

This text has black color on #877B78 background.


White color preview on #877B78 background

This text has white color on #877B78 background.