COLOR #8B7B75

HEX: #8B7B75 RGB: (139,123,117)

Color info

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

RGB color model

#8B7B75 color RGB value is (139,123,117).

RGB: (139,123,117) (55%, 48%, 46%)

RGB channels and saturation

R 139 of 255 = 55%
G 123 of 255 = 48%
B 117 of 255 = 46%

139
123
117

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

Portions of RGB colors in percentages

R + G + B = 139 + 123 + 117 = 379 (100%)
R 139 of 379 ~ 36.68%
G 123 of 379 ~ 32.45%
B 117 of 379 ~ 30.87'%

%36.68
%32.45
%30.87

CMYK color model

#8B7B75 color CMYK value is (0,12,16,45).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 15.83%
  • key color value is 45.49%

CMYK: (0,12,16,45)
C0M12Y16K45 (0%, 12%, 16%, 45%)
(0.00 / 0.12 / 0.16 / 0.45)

CMYK percentages

%0
%11.51
%15.83
%45.49

Codes

Color #8B7B75 in popluar color models

8B 7B 75
RGB 139 123 117
HSL 16° 8.66% 50.20%
HSB/HSV 16° 15.83% 54.51%
CMYK 0.00% 11.51% 15.83%
45.49%

Color #8B7B75 in popluar number systems.

HEX 8B 7B 75
Decimal 139 123 117
Binary 10001011 1111011 1110101
Octal 213 173 165

Shades and tints

Shades of #8B7B75

#8B7B75
(139,123,117)
#7F706B
(127,112,107)
#736561
(115,101,97)
#675A57
(103,90,87)
#5B4F4D
(91,79,77)
#4F4443
(79,68,67)
#433939
(67,57,57)
#372E2F
(55,46,47)
#2B2325
(43,35,37)
#1F181B
(31,24,27)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #8B7B75

#8B7B75
(139,123,117)
#958781
(149,135,129)
#9F938D
(159,147,141)
#A99F99
(169,159,153)
#B3ABA5
(179,171,165)
#BDB7B1
(189,183,177)
#C7C3BD
(199,195,189)
#D1CFC9
(209,207,201)
#DBDBD5
(219,219,213)
#E5E7E1
(229,231,225)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7B75; }

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

This text font color is #8B7B75.

Background Color

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

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

This div background color is #8B7B75.

Border color

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

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

This div border color is #8B7B75.

Opacity

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

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

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

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

This text has shadow with #8B7B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7B75.

Preview

Color preview on black background

This text has color #8B7B75 on black background.


Color preview on white background

This text has color #8B7B75 on white background.


Black color preview on #8B7B75 background

This text has black color on #8B7B75 background.


White color preview on #8B7B75 background

This text has white color on #8B7B75 background.


Related colors

Complementary color

Complementary color for #hex is #74848A.


I love getcolorcode.com

Triadic colors

1 #758B7B and #7B758B with #8B7B75 are triadic colors.

2 #757B8B and #7B8B75 with #8B7B75 are triadic colors.