COLOR #8B756F

HEX: #8B756F RGB: (139,117,111)

Color info

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

RGB color model

#8B756F color RGB value is (139,117,111).

RGB: (139,117,111) (55%, 46%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 117 of 255 = 46%
B 111 of 255 = 44%

139
117
111

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

Portions of RGB colors in percentages

R + G + B = 139 + 117 + 111 = 367 (100%)
R 139 of 367 ~ 37.87%
G 117 of 367 ~ 31.88%
B 111 of 367 ~ 30.25'%

%37.87
%31.88
%30.25

CMYK color model

#8B756F color CMYK value is (0,16,20,45).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK: (0,16,20,45) C0M16Y20K45 (0%,16%,20%,45%) (0.00/0.16/0.20/0.45) 

CMYK percentages

%0
%15.83
%20.14
%45.49

Codes

Color #8B756F in popluar color models

8B 75 6F
RGB 139 117 111
HSL 13° 11.20% 49.02%
HSB/HSV 13° 20.14% 54.51%
CMYK 0.00% 15.83% 20.14%
45.49%

Color #8B756F in popluar number systems.

HEX 8B 75 6F
Decimal 139 117 111
Binary 10001011 1110101 1101111
Octal 213 165 157

Shades and tints

Shades of #8B756F

#8B756F
(139,117,111)
#7F6B65
(127,107,101)
#73615B
(115,97,91)
#675751
(103,87,81)
#5B4D47
(91,77,71)
#4F433D
(79,67,61)
#433933
(67,57,51)
#372F29
(55,47,41)
#2B251F
(43,37,31)
#1F1B15
(31,27,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #8B756F

#8B756F
(139,117,111)
#95817C
(149,129,124)
#9F8D89
(159,141,137)
#A99996
(169,153,150)
#B3A5A3
(179,165,163)
#BDB1B0
(189,177,176)
#C7BDBD
(199,189,189)
#D1C9CA
(209,201,202)
#DBD5D7
(219,213,215)
#E5E1E4
(229,225,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B756F color. Also use rgb(139,117,111) instead hex code.

Text Font Color

.myTextColor { color: #8B756F; }

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

This text font color is #8B756F.

Background Color

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

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

This div background color is #8B756F.

Border color

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

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

This div border color is #8B756F.

Opacity

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

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

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

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

This text has shadow with #8B756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B756F.

Preview

Color preview on black background

This text has color #8B756F on black background.


Color preview on white background

This text has color #8B756F on white background.


Black color preview on #8B756F background

This text has black color on #8B756F background.


White color preview on #8B756F background

This text has white color on #8B756F background.


Related colors

Complementary color

Complementary color for #hex is #748A90.


I love getcolorcode.com

Triadic colors

1 #6F8B75 and #756F8B with #8B756F are triadic colors.

2 #6F758B and #758B6F with #8B756F are triadic colors.