COLOR #8B787F

HEX: #8B787F
RGB: (139,120,127)

Color info

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

RGB color model

#8B787F color RGB value is (139,120,127).

  • red value is 139;
  • green value is 120;
  • blue value is 127.
RGB:
(139,120,127)
(55%,47%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 127 of 255 = 50%

139
120
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 127 = 386 (100%)
R 139 of 386 ~ 36.01%
G 120 of 386 ~ 31.09%
B 127 of 386 ~ 32.9%

%36.01
%31.09
%32.9

CMYK color model

#8B787F color CMYK value is (0,14,9,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(0,14,9,45)
C0M14Y9K45 
(0%,14%,9%,45%)
(0.00/0.14/0.09/0.45)	

CMYK percentages

%0
%13.67
%8.63
%45.49

Codes

Color #8B787F in popluar color models

8B787F
RGB139120127
HSL338°7.57%50.78%
HSB/HSV338°13.67%54.51%
CMYK0.00%13.67%8.63%
45.49%

Color #8B787F in popluar number systems.

HEX8B787F
Decimal139120127
Binary1000101111110001111111
Octal213170177

Shades and tints

Shades of #8B787F

#8B787F
(139,120,127)
#7F6E74
(127,110,116)
#736469
(115,100,105)
#675A5E
(103,90,94)
#5B5053
(91,80,83)
#4F4648
(79,70,72)
#433C3D
(67,60,61)
#373232
(55,50,50)
#2B2827
(43,40,39)
#1F1E1C
(31,30,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #8B787F

#8B787F
(139,120,127)
#95848A
(149,132,138)
#9F9095
(159,144,149)
#A99CA0
(169,156,160)
#B3A8AB
(179,168,171)
#BDB4B6
(189,180,182)
#C7C0C1
(199,192,193)
#D1CCCC
(209,204,204)
#DBD8D7
(219,216,215)
#E5E4E2
(229,228,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B787F color. Also use rgb(139,120,127) instead hex code.

Text Font Color

.myTextColor { color: #8B787F; }

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

This text font color is #8B787F.


Background Color

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

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

This div background color is #8B787F.


Border color

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

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

This div border color is #8B787F.


Opacity

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

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

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

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

This text has shadow with #8B787F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B787F on black background.


Color preview on white background

This text has color #8B787F on white background.



Black color preview on #8B787F background

This text has black color on #8B787F background.


White color preview on #8B787F background

This text has white color on #8B787F background.