COLOR #8C758B

HEX: #8C758B
RGB: (140,117,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
117
139

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

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 139 = 396 (100%)
R 140 of 396 ~ 35.35%
G 117 of 396 ~ 29.55%
B 139 of 396 ~ 35.1%

%35.35
%29.55
%35.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 0.71%
  • key color value is 45.10%
CMYK:
(0,16,1,45)
C0M16Y1K45 
(0%,16%,1%,45%)
(0.00/0.16/0.01/0.45)	

CMYK percentages

%0
%16.43
%0.71
%45.1

Codes

Color #8C758B in popluar color models

8C758B
RGB140117139
HSL303°9.09%50.39%
HSB/HSV303°16.43%54.90%
CMYK0.00%16.43%0.71%
45.10%

Color #8C758B in popluar number systems.

HEX8C758B
Decimal140117139
Binary10001100111010110001011
Octal214165213

Shades and tints

Shades of #8C758B

#8C758B
(140,117,139)
#806B7F
(128,107,127)
#746173
(116,97,115)
#685767
(104,87,103)
#5C4D5B
(92,77,91)
#50434F
(80,67,79)
#443943
(68,57,67)
#382F37
(56,47,55)
#2C252B
(44,37,43)
#201B1F
(32,27,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #8C758B

#8C758B
(140,117,139)
#968195
(150,129,149)
#A08D9F
(160,141,159)
#AA99A9
(170,153,169)
#B4A5B3
(180,165,179)
#BEB1BD
(190,177,189)
#C8BDC7
(200,189,199)
#D2C9D1
(210,201,209)
#DCD5DB
(220,213,219)
#E6E1E5
(230,225,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C758B; }

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

This text font color is #8C758B.


Background Color

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

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

This div background color is #8C758B.


Border color

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

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

This div border color is #8C758B.


Opacity

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

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

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

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

This text has shadow with #8C758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C758B on black background.


Color preview on white background

This text has color #8C758B on white background.



Black color preview on #8C758B background

This text has black color on #8C758B background.


White color preview on #8C758B background

This text has white color on #8C758B background.