COLOR #8C758C

HEX: #8C758C
RGB: (140,117,140)

Color info

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

RGB color model

#8C758C color RGB value is (140,117,140).

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

RGB channels and saturation

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

140
117
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 140 = 397 (100%)
R 140 of 397 ~ 35.26%
G 117 of 397 ~ 29.47%
B 140 of 397 ~ 35.26%

%35.26
%29.47
%35.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.43%
  • 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
%16.43
%0
%45.1

Codes

Color #8C758C in popluar color models

8C758C
RGB140117140
HSL300°9.09%50.39%
HSB/HSV300°16.43%54.90%
CMYK0.00%16.43%0.00%
45.10%

Color #8C758C in popluar number systems.

HEX8C758C
Decimal140117140
Binary10001100111010110001100
Octal214165214

Shades and tints

Shades of #8C758C

#8C758C
(140,117,140)
#806B80
(128,107,128)
#746174
(116,97,116)
#685768
(104,87,104)
#5C4D5C
(92,77,92)
#504350
(80,67,80)
#443944
(68,57,68)
#382F38
(56,47,56)
#2C252C
(44,37,44)
#201B20
(32,27,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8C758C

#8C758C
(140,117,140)
#968196
(150,129,150)
#A08DA0
(160,141,160)
#AA99AA
(170,153,170)
#B4A5B4
(180,165,180)
#BEB1BE
(190,177,190)
#C8BDC8
(200,189,200)
#D2C9D2
(210,201,210)
#DCD5DC
(220,213,220)
#E6E1E6
(230,225,230)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C758C; }

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

This text font color is #8C758C.


Background Color

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

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

This div background color is #8C758C.


Border color

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

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

This div border color is #8C758C.


Opacity

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

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

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

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

This text has shadow with #8C758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C758C on black background.


Color preview on white background

This text has color #8C758C on white background.



Black color preview on #8C758C background

This text has black color on #8C758C background.


White color preview on #8C758C background

This text has white color on #8C758C background.