COLOR #8B767C

HEX: #8B767C
RGB: (139,118,124)

Color info

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

RGB color model

#8B767C color RGB value is (139,118,124).

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

RGB channels and saturation

R 139 of 255 = 55%
G 118 of 255 = 46%
B 124 of 255 = 49%

139
118
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 118 + 124 = 381 (100%)
R 139 of 381 ~ 36.48%
G 118 of 381 ~ 30.97%
B 124 of 381 ~ 32.55%

%36.48
%30.97
%32.55

CMYK color model

#8B767C color CMYK value is (0,15,11,45).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK: (0,15,11,45) C0M15Y11K45 (0%,15%,11%,45%) (0.00/0.15/0.11/0.45)

CMYK percentages

%0
%15.11
%10.79
%45.49

Codes

Color #8B767C in popluar color models

8B767C
RGB139118124
HSL343°8.30%50.39%
HSB/HSV343°15.11%54.51%
CMYK0.00%15.11%10.79%
45.49%

Color #8B767C in popluar number systems.

HEX8B767C
Decimal139118124
Binary1000101111101101111100
Octal213166174

Shades and tints

Shades of #8B767C

#8B767C
(139,118,124)
#7F6C71
(127,108,113)
#736266
(115,98,102)
#67585B
(103,88,91)
#5B4E50
(91,78,80)
#4F4445
(79,68,69)
#433A3A
(67,58,58)
#37302F
(55,48,47)
#2B2624
(43,38,36)
#1F1C19
(31,28,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8B767C

#8B767C
(139,118,124)
#958287
(149,130,135)
#9F8E92
(159,142,146)
#A99A9D
(169,154,157)
#B3A6A8
(179,166,168)
#BDB2B3
(189,178,179)
#C7BEBE
(199,190,190)
#D1CAC9
(209,202,201)
#DBD6D4
(219,214,212)
#E5E2DF
(229,226,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B767C; }

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

This text font color is #8B767C.


Background Color

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

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

This div background color is #8B767C.


Border color

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

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

This div border color is #8B767C.


Opacity

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

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

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

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

This text has shadow with #8B767C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8B767C on black background.


Color preview on white background

This text has color #8B767C on white background.



Black color preview on #8B767C background

This text has black color on #8B767C background.


White color preview on #8B767C background

This text has white color on #8B767C background.