COLOR #8C7773

HEX: #8C7773
RGB: (140,119,115)

Color info

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

RGB color model

#8C7773 color RGB value is (140,119,115).

  • red value is 140;
  • green value is 119;
  • blue value is 115.
RGB:
(140,119,115)
(55%,47%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 115 of 255 = 45%

140
119
115

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 115 = 374 (100%)
R 140 of 374 ~ 37.43%
G 119 of 374 ~ 31.82%
B 115 of 374 ~ 30.75%

%37.43
%31.82
%30.75

CMYK color model

#8C7773 color CMYK value is (0,15,18,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.86%
  • key color value is 45.10%
CMYK:
(0,15,18,45)
C0M15Y18K45 
(0%,15%,18%,45%)
(0.00/0.15/0.18/0.45)	

CMYK percentages

%0
%15
%17.86
%45.1

Codes

Color #8C7773 in popluar color models

8C7773
RGB140119115
HSL10°9.80%50.00%
HSB/HSV10°17.86%54.90%
CMYK0.00%15.00%17.86%
45.10%

Color #8C7773 in popluar number systems.

HEX8C7773
Decimal140119115
Binary1000110011101111110011
Octal214167163

Shades and tints

Shades of #8C7773

#8C7773
(140,119,115)
#806D69
(128,109,105)
#74635F
(116,99,95)
#685955
(104,89,85)
#5C4F4B
(92,79,75)
#504541
(80,69,65)
#443B37
(68,59,55)
#38312D
(56,49,45)
#2C2723
(44,39,35)
#201D19
(32,29,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #8C7773

#8C7773
(140,119,115)
#96837F
(150,131,127)
#A08F8B
(160,143,139)
#AA9B97
(170,155,151)
#B4A7A3
(180,167,163)
#BEB3AF
(190,179,175)
#C8BFBB
(200,191,187)
#D2CBC7
(210,203,199)
#DCD7D3
(220,215,211)
#E6E3DF
(230,227,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7773 color. Also use rgb(140,119,115) instead hex code.

Text Font Color

.myTextColor { color: #8C7773; }

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

This text font color is #8C7773.


Background Color

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

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

This div background color is #8C7773.


Border color

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

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

This div border color is #8C7773.


Opacity

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

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

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

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

This text has shadow with #8C7773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7773 on black background.


Color preview on white background

This text has color #8C7773 on white background.



Black color preview on #8C7773 background

This text has black color on #8C7773 background.


White color preview on #8C7773 background

This text has white color on #8C7773 background.