COLOR #8B787E

HEX: #8B787E RGB: (139,120,126)

Color info

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

RGB color model

#8B787E color RGB value is (139,120,126).

RGB: (139,120,126) (55%, 47%, 49%)

RGB channels and saturation

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

139
120
126

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

Portions of RGB colors in percentages

R + G + B = 139 + 120 + 126 = 385 (100%)
R 139 of 385 ~ 36.1%
G 120 of 385 ~ 31.17%
B 126 of 385 ~ 32.73'%

%36.1
%31.17
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 9.35%
  • 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
%9.35
%45.49

Codes

Color #8B787E in popluar color models

8B 78 7E
RGB 139 120 126
HSL 341° 7.57% 50.78%
HSB/HSV 341° 13.67% 54.51%
CMYK 0.00% 13.67% 9.35%
45.49%

Color #8B787E in popluar number systems.

HEX 8B 78 7E
Decimal 139 120 126
Binary 10001011 1111000 1111110
Octal 213 170 176

Shades and tints

Shades of #8B787E

#8B787E
(139,120,126)
#7F6E73
(127,110,115)
#736468
(115,100,104)
#675A5D
(103,90,93)
#5B5052
(91,80,82)
#4F4647
(79,70,71)
#433C3C
(67,60,60)
#373231
(55,50,49)
#2B2826
(43,40,38)
#1F1E1B
(31,30,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #8B787E

#8B787E
(139,120,126)
#958489
(149,132,137)
#9F9094
(159,144,148)
#A99C9F
(169,156,159)
#B3A8AA
(179,168,170)
#BDB4B5
(189,180,181)
#C7C0C0
(199,192,192)
#D1CCCB
(209,204,203)
#DBD8D6
(219,216,214)
#E5E4E1
(229,228,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B787E; }

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

This text font color is #8B787E.

Background Color

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

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

This div background color is #8B787E.

Border color

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

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

This div border color is #8B787E.

Opacity

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

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

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

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

This text has shadow with #8B787E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B787E.

Preview

Color preview on black background

This text has color #8B787E on black background.


Color preview on white background

This text has color #8B787E on white background.


Black color preview on #8B787E background

This text has black color on #8B787E background.


White color preview on #8B787E background

This text has white color on #8B787E background.


Related colors

Complementary color

Complementary color for #hex is #748781.


I love getcolorcode.com

Triadic colors

1 #7E8B78 and #787E8B with #8B787E are triadic colors.

2 #7E788B and #788B7E with #8B787E are triadic colors.