COLOR #8B7C7E

HEX: #8B7C7E RGB: (139,124,126)

Color info

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

RGB color model

#8B7C7E color RGB value is (139,124,126).

RGB: (139,124,126) (55%, 49%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 126 of 255 = 49%

139
124
126

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

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 126 = 389 (100%)
R 139 of 389 ~ 35.73%
G 124 of 389 ~ 31.88%
B 126 of 389 ~ 32.39'%

%35.73
%31.88
%32.39

CMYK color model

#8B7C7E color CMYK value is (0,11,9,45).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 9.35%
  • key color value is 45.49%

CMYK: (0,11,9,45)
C0M11Y9K45 (0%, 11%, 9%, 45%)
(0.00 / 0.11 / 0.09 / 0.45)

CMYK percentages

%0
%10.79
%9.35
%45.49

Codes

Color #8B7C7E in popluar color models

8B 7C 7E
RGB 139 124 126
HSL 352° 6.07% 51.57%
HSB/HSV 352° 10.79% 54.51%
CMYK 0.00% 10.79% 9.35%
45.49%

Color #8B7C7E in popluar number systems.

HEX 8B 7C 7E
Decimal 139 124 126
Binary 10001011 1111100 1111110
Octal 213 174 176

Shades and tints

Shades of #8B7C7E

#8B7C7E
(139,124,126)
#7F7173
(127,113,115)
#736668
(115,102,104)
#675B5D
(103,91,93)
#5B5052
(91,80,82)
#4F4547
(79,69,71)
#433A3C
(67,58,60)
#372F31
(55,47,49)
#2B2426
(43,36,38)
#1F191B
(31,25,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #8B7C7E

#8B7C7E
(139,124,126)
#958789
(149,135,137)
#9F9294
(159,146,148)
#A99D9F
(169,157,159)
#B3A8AA
(179,168,170)
#BDB3B5
(189,179,181)
#C7BEC0
(199,190,192)
#D1C9CB
(209,201,203)
#DBD4D6
(219,212,214)
#E5DFE1
(229,223,225)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7C7E; }

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

This text font color is #8B7C7E.

Background Color

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

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

This div background color is #8B7C7E.

Border color

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

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

This div border color is #8B7C7E.

Opacity

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

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

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

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

This text has shadow with #8B7C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7C7E.

Preview

Color preview on black background

This text has color #8B7C7E on black background.


Color preview on white background

This text has color #8B7C7E on white background.


Black color preview on #8B7C7E background

This text has black color on #8B7C7E background.


White color preview on #8B7C7E background

This text has white color on #8B7C7E background.


Related colors

Complementary color

Complementary color for #hex is #748381.


I love getcolorcode.com

Triadic colors

1 #7E8B7C and #7C7E8B with #8B7C7E are triadic colors.

2 #7E7C8B and #7C8B7E with #8B7C7E are triadic colors.