COLOR #8B7B7E

HEX: #8B7B7E
RGB: (139,123,126)

Color info

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

RGB color model

#8B7B7E color RGB value is (139,123,126).

  • red value is 139;
  • green value is 123;
  • blue value is 126.
RGB:
(139,123,126)
(55%,48%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 123 of 255 = 48%
B 126 of 255 = 49%

139
123
126

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

Portions of RGB colors in percentages

R + G + B =
139 + 123 + 126 = 388 (100%)
R 139 of 388 ~ 35.82%
G 123 of 388 ~ 31.7%
B 126 of 388 ~ 32.47%

%35.82
%31.7
%32.47

CMYK color model

#8B7B7E color CMYK value is (0,12,9,45).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK:
(0,12,9,45)
C0M12Y9K45 
(0%,12%,9%,45%)
(0.00/0.12/0.09/0.45)	

CMYK percentages

%0
%11.51
%9.35
%45.49

Codes

Color #8B7B7E in popluar color models

8B7B7E
RGB139123126
HSL349°6.45%51.37%
HSB/HSV349°11.51%54.51%
CMYK0.00%11.51%9.35%
45.49%

Color #8B7B7E in popluar number systems.

HEX8B7B7E
Decimal139123126
Binary1000101111110111111110
Octal213173176

Shades and tints

Shades of #8B7B7E

#8B7B7E
(139,123,126)
#7F7073
(127,112,115)
#736568
(115,101,104)
#675A5D
(103,90,93)
#5B4F52
(91,79,82)
#4F4447
(79,68,71)
#43393C
(67,57,60)
#372E31
(55,46,49)
#2B2326
(43,35,38)
#1F181B
(31,24,27)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #8B7B7E

#8B7B7E
(139,123,126)
#958789
(149,135,137)
#9F9394
(159,147,148)
#A99F9F
(169,159,159)
#B3ABAA
(179,171,170)
#BDB7B5
(189,183,181)
#C7C3C0
(199,195,192)
#D1CFCB
(209,207,203)
#DBDBD6
(219,219,214)
#E5E7E1
(229,231,225)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7B7E; }

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

This text font color is #8B7B7E.


Background Color

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

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

This div background color is #8B7B7E.


Border color

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

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

This div border color is #8B7B7E.


Opacity

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

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

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

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

This text has shadow with #8B7B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7B7E on black background.


Color preview on white background

This text has color #8B7B7E on white background.



Black color preview on #8B7B7E background

This text has black color on #8B7B7E background.


White color preview on #8B7B7E background

This text has white color on #8B7B7E background.