COLOR #8C768C

HEX: #8C768C
RGB: (140,118,140)

Color info

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

RGB color model

#8C768C color RGB value is (140,118,140).

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

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 140 of 255 = 55%

140
118
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 118 + 140 = 398 (100%)
R 140 of 398 ~ 35.18%
G 118 of 398 ~ 29.65%
B 140 of 398 ~ 35.18%

%35.18
%29.65
%35.18

CMYK color model

#8C768C color CMYK value is (0,16,0,45).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,16,0,45)
C0M16Y0K45 
(0%,16%,0%,45%)
(0.00/0.16/0.00/0.45)	

CMYK percentages

%0
%15.71
%0
%45.1

Codes

Color #8C768C in popluar color models

8C768C
RGB140118140
HSL300°8.73%50.59%
HSB/HSV300°15.71%54.90%
CMYK0.00%15.71%0.00%
45.10%

Color #8C768C in popluar number systems.

HEX8C768C
Decimal140118140
Binary10001100111011010001100
Octal214166214

Shades and tints

Shades of #8C768C

#8C768C
(140,118,140)
#806C80
(128,108,128)
#746274
(116,98,116)
#685868
(104,88,104)
#5C4E5C
(92,78,92)
#504450
(80,68,80)
#443A44
(68,58,68)
#383038
(56,48,56)
#2C262C
(44,38,44)
#201C20
(32,28,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C768C

#8C768C
(140,118,140)
#968296
(150,130,150)
#A08EA0
(160,142,160)
#AA9AAA
(170,154,170)
#B4A6B4
(180,166,180)
#BEB2BE
(190,178,190)
#C8BEC8
(200,190,200)
#D2CAD2
(210,202,210)
#DCD6DC
(220,214,220)
#E6E2E6
(230,226,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C768C; }

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

This text font color is #8C768C.


Background Color

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

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

This div background color is #8C768C.


Border color

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

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

This div border color is #8C768C.


Opacity

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

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

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

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

This text has shadow with #8C768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C768C on black background.


Color preview on white background

This text has color #8C768C on white background.



Black color preview on #8C768C background

This text has black color on #8C768C background.


White color preview on #8C768C background

This text has white color on #8C768C background.