COLOR #8B7375

HEX: #8B7375 RGB: (139,115,117)

Color info

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

RGB color model

#8B7375 color RGB value is (139,115,117).

RGB: (139,115,117) (55%, 45%, 46%)

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 117 of 255 = 46%

139
115
117

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

Portions of RGB colors in percentages

R + G + B = 139 + 115 + 117 = 371 (100%)
R 139 of 371 ~ 37.47%
G 115 of 371 ~ 31%
B 117 of 371 ~ 31.54'%

%37.47
%31
%31.54

CMYK color model

#8B7375 color CMYK value is (0,17,16,45).

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

CMYK: (0,17,16,45)
C0M17Y16K45 (0%, 17%, 16%, 45%)
(0.00 / 0.17 / 0.16 / 0.45)

CMYK percentages

%0
%17.27
%15.83
%45.49

Codes

Color #8B7375 in popluar color models

8B 73 75
RGB 139 115 117
HSL 355° 9.45% 49.80%
HSB/HSV 355° 17.27% 54.51%
CMYK 0.00% 17.27% 15.83%
45.49%

Color #8B7375 in popluar number systems.

HEX 8B 73 75
Decimal 139 115 117
Binary 10001011 1110011 1110101
Octal 213 163 165

Shades and tints

Shades of #8B7375

#8B7375
(139,115,117)
#7F696B
(127,105,107)
#735F61
(115,95,97)
#675557
(103,85,87)
#5B4B4D
(91,75,77)
#4F4143
(79,65,67)
#433739
(67,55,57)
#372D2F
(55,45,47)
#2B2325
(43,35,37)
#1F191B
(31,25,27)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #8B7375

#8B7375
(139,115,117)
#957F81
(149,127,129)
#9F8B8D
(159,139,141)
#A99799
(169,151,153)
#B3A3A5
(179,163,165)
#BDAFB1
(189,175,177)
#C7BBBD
(199,187,189)
#D1C7C9
(209,199,201)
#DBD3D5
(219,211,213)
#E5DFE1
(229,223,225)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7375; }

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

This text font color is #8B7375.

Background Color

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

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

This div background color is #8B7375.

Border color

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

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

This div border color is #8B7375.

Opacity

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

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

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

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

This text has shadow with #8B7375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7375.

Preview

Color preview on black background

This text has color #8B7375 on black background.


Color preview on white background

This text has color #8B7375 on white background.


Black color preview on #8B7375 background

This text has black color on #8B7375 background.


White color preview on #8B7375 background

This text has white color on #8B7375 background.


Related colors

Complementary color

Complementary color for #hex is #748C8A.


I love getcolorcode.com

Triadic colors

1 #758B73 and #73758B with #8B7375 are triadic colors.

2 #75738B and #738B75 with #8B7375 are triadic colors.