COLOR #8B767F

HEX: #8B767F RGB: (139,118,127)

Color info

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

RGB color model

#8B767F color RGB value is (139,118,127).

RGB: (139,118,127) (55%, 46%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 118 of 255 = 46%
B 127 of 255 = 50%

139
118
127

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

Portions of RGB colors in percentages

R + G + B = 139 + 118 + 127 = 384 (100%)
R 139 of 384 ~ 36.2%
G 118 of 384 ~ 30.73%
B 127 of 384 ~ 33.07'%

%36.2
%30.73
%33.07

CMYK color model

#8B767F color CMYK value is (0,15,9,45).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK: (0,15,9,45) C0M15Y9K45 (0%,15%,9%,45%) (0.00/0.15/0.09/0.45) 

CMYK percentages

%0
%15.11
%8.63
%45.49

Codes

Color #8B767F in popluar color models

8B 76 7F
RGB 139 118 127
HSL 334° 8.30% 50.39%
HSB/HSV 334° 15.11% 54.51%
CMYK 0.00% 15.11% 8.63%
45.49%

Color #8B767F in popluar number systems.

HEX 8B 76 7F
Decimal 139 118 127
Binary 10001011 1110110 1111111
Octal 213 166 177

Shades and tints

Shades of #8B767F

#8B767F
(139,118,127)
#7F6C74
(127,108,116)
#736269
(115,98,105)
#67585E
(103,88,94)
#5B4E53
(91,78,83)
#4F4448
(79,68,72)
#433A3D
(67,58,61)
#373032
(55,48,50)
#2B2627
(43,38,39)
#1F1C1C
(31,28,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #8B767F

#8B767F
(139,118,127)
#95828A
(149,130,138)
#9F8E95
(159,142,149)
#A99AA0
(169,154,160)
#B3A6AB
(179,166,171)
#BDB2B6
(189,178,182)
#C7BEC1
(199,190,193)
#D1CACC
(209,202,204)
#DBD6D7
(219,214,215)
#E5E2E2
(229,226,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B767F; }

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

This text font color is #8B767F.

Background Color

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

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

This div background color is #8B767F.

Border color

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

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

This div border color is #8B767F.

Opacity

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

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

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

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

This text has shadow with #8B767F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B767F.

Preview

Color preview on black background

This text has color #8B767F on black background.


Color preview on white background

This text has color #8B767F on white background.


Black color preview on #8B767F background

This text has black color on #8B767F background.


White color preview on #8B767F background

This text has white color on #8B767F background.


Related colors

Complementary color

Complementary color for #hex is #748980.


I love getcolorcode.com

Triadic colors

1 #7F8B76 and #767F8B with #8B767F are triadic colors.

2 #7F768B and #768B7F with #8B767F are triadic colors.