COLOR #8C7B78

HEX: #8C7B78
RGB: (140,123,120)

Color info

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

RGB color model

#8C7B78 color RGB value is (140,123,120).

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

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 120 of 255 = 47%

140
123
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 120 = 383 (100%)
R 140 of 383 ~ 36.55%
G 123 of 383 ~ 32.11%
B 120 of 383 ~ 31.33%

%36.55
%32.11
%31.33

CMYK color model

#8C7B78 color CMYK value is (0,12,14,45).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(0,12,14,45)
C0M12Y14K45 
(0%,12%,14%,45%)
(0.00/0.12/0.14/0.45)	

CMYK percentages

%0
%12.14
%14.29
%45.1

Codes

Color #8C7B78 in popluar color models

8C7B78
RGB140123120
HSL8.00%50.98%
HSB/HSV14.29%54.90%
CMYK0.00%12.14%14.29%
45.10%

Color #8C7B78 in popluar number systems.

HEX8C7B78
Decimal140123120
Binary1000110011110111111000
Octal214173170

Shades and tints

Shades of #8C7B78

#8C7B78
(140,123,120)
#80706E
(128,112,110)
#746564
(116,101,100)
#685A5A
(104,90,90)
#5C4F50
(92,79,80)
#504446
(80,68,70)
#44393C
(68,57,60)
#382E32
(56,46,50)
#2C2328
(44,35,40)
#20181E
(32,24,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #8C7B78

#8C7B78
(140,123,120)
#968784
(150,135,132)
#A09390
(160,147,144)
#AA9F9C
(170,159,156)
#B4ABA8
(180,171,168)
#BEB7B4
(190,183,180)
#C8C3C0
(200,195,192)
#D2CFCC
(210,207,204)
#DCDBD8
(220,219,216)
#E6E7E4
(230,231,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B78 color. Also use rgb(140,123,120) instead hex code.

Text Font Color

.myTextColor { color: #8C7B78; }

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

This text font color is #8C7B78.


Background Color

.myBgColor { background-color: #8C7B78; }

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

This div background color is #8C7B78.


Border color

.myBorderColor { border: 1px solid #8C7B78; }

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

This div border color is #8C7B78.


Opacity

.myOpacity80 { color: #8C7B78; opacity: 0.8; }

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

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

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

This text has shadow with #8C7B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B78 on black background.


Color preview on white background

This text has color #8C7B78 on white background.



Black color preview on #8C7B78 background

This text has black color on #8C7B78 background.


White color preview on #8C7B78 background

This text has white color on #8C7B78 background.