COLOR #8B787C

HEX: #8B787C
RGB: (139,120,124)

Color info

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

RGB color model

#8B787C color RGB value is (139,120,124).

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

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 124 of 255 = 49%

139
120
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 124 = 383 (100%)
R 139 of 383 ~ 36.29%
G 120 of 383 ~ 31.33%
B 124 of 383 ~ 32.38%

%36.29
%31.33
%32.38

CMYK color model

#8B787C color CMYK value is (0,14,11,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK:
(0,14,11,45)
C0M14Y11K45 
(0%,14%,11%,45%)
(0.00/0.14/0.11/0.45)	

CMYK percentages

%0
%13.67
%10.79
%45.49

Codes

Color #8B787C in popluar color models

8B787C
RGB139120124
HSL347°7.57%50.78%
HSB/HSV347°13.67%54.51%
CMYK0.00%13.67%10.79%
45.49%

Color #8B787C in popluar number systems.

HEX8B787C
Decimal139120124
Binary1000101111110001111100
Octal213170174

Shades and tints

Shades of #8B787C

#8B787C
(139,120,124)
#7F6E71
(127,110,113)
#736466
(115,100,102)
#675A5B
(103,90,91)
#5B5050
(91,80,80)
#4F4645
(79,70,69)
#433C3A
(67,60,58)
#37322F
(55,50,47)
#2B2824
(43,40,36)
#1F1E19
(31,30,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #8B787C

#8B787C
(139,120,124)
#958487
(149,132,135)
#9F9092
(159,144,146)
#A99C9D
(169,156,157)
#B3A8A8
(179,168,168)
#BDB4B3
(189,180,179)
#C7C0BE
(199,192,190)
#D1CCC9
(209,204,201)
#DBD8D4
(219,216,212)
#E5E4DF
(229,228,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B787C; }

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

This text font color is #8B787C.


Background Color

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

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

This div background color is #8B787C.


Border color

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

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

This div border color is #8B787C.


Opacity

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

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

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

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

This text has shadow with #8B787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B787C on black background.


Color preview on white background

This text has color #8B787C on white background.



Black color preview on #8B787C background

This text has black color on #8B787C background.


White color preview on #8B787C background

This text has white color on #8B787C background.