COLOR #8C728C

HEX: #8C728C
RGB: (140,114,140)

Color info

#8C728C contains red, green and blue colors in about the same proportion. Web safe color of #8C728C is #996699 (or #969).

RGB color model

#8C728C color RGB value is (140,114,140).

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

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 140 of 255 = 55%

140
114
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 114 + 140 = 394 (100%)
R 140 of 394 ~ 35.53%
G 114 of 394 ~ 28.93%
B 140 of 394 ~ 35.53%

%35.53
%28.93
%35.53

CMYK color model

#8C728C color CMYK value is (0,19,0,45).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,19,0,45)
C0M19Y0K45 
(0%,19%,0%,45%)
(0.00/0.19/0.00/0.45)	

CMYK percentages

%0
%18.57
%0
%45.1

Codes

Color #8C728C in popluar color models

8C728C
RGB140114140
HSL300°10.24%49.80%
HSB/HSV300°18.57%54.90%
CMYK0.00%18.57%0.00%
45.10%

Color #8C728C in popluar number systems.

HEX8C728C
Decimal140114140
Binary10001100111001010001100
Octal214162214

Shades and tints

Shades of #8C728C

#8C728C
(140,114,140)
#806880
(128,104,128)
#745E74
(116,94,116)
#685468
(104,84,104)
#5C4A5C
(92,74,92)
#504050
(80,64,80)
#443644
(68,54,68)
#382C38
(56,44,56)
#2C222C
(44,34,44)
#201820
(32,24,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8C728C

#8C728C
(140,114,140)
#967E96
(150,126,150)
#A08AA0
(160,138,160)
#AA96AA
(170,150,170)
#B4A2B4
(180,162,180)
#BEAEBE
(190,174,190)
#C8BAC8
(200,186,200)
#D2C6D2
(210,198,210)
#DCD2DC
(220,210,220)
#E6DEE6
(230,222,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C728C; }

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

This text font color is #8C728C.


Background Color

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

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

This div background color is #8C728C.


Border color

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

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

This div border color is #8C728C.


Opacity

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

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

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

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

This text has shadow with #8C728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C728C on black background.


Color preview on white background

This text has color #8C728C on white background.



Black color preview on #8C728C background

This text has black color on #8C728C background.


White color preview on #8C728C background

This text has white color on #8C728C background.