COLOR #8B7079

HEX: #8B7079
RGB: (139,112,121)

Color info

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

RGB color model

#8B7079 color RGB value is (139,112,121).

  • red value is 139;
  • green value is 112;
  • blue value is 121.
RGB:
(139,112,121)
(55%,44%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 121 of 255 = 47%

139
112
121

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

Portions of RGB colors in percentages

R + G + B =
139 + 112 + 121 = 372 (100%)
R 139 of 372 ~ 37.37%
G 112 of 372 ~ 30.11%
B 121 of 372 ~ 32.53%

%37.37
%30.11
%32.53

CMYK color model

#8B7079 color CMYK value is (0,19,13,45).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 12.95%
  • key color value is 45.49%
CMYK:
(0,19,13,45)
C0M19Y13K45 
(0%,19%,13%,45%)
(0.00/0.19/0.13/0.45)	

CMYK percentages

%0
%19.42
%12.95
%45.49

Codes

Color #8B7079 in popluar color models

8B7079
RGB139112121
HSL340°10.76%49.22%
HSB/HSV340°19.42%54.51%
CMYK0.00%19.42%12.95%
45.49%

Color #8B7079 in popluar number systems.

HEX8B7079
Decimal139112121
Binary1000101111100001111001
Octal213160171

Shades and tints

Shades of #8B7079

#8B7079
(139,112,121)
#7F666E
(127,102,110)
#735C63
(115,92,99)
#675258
(103,82,88)
#5B484D
(91,72,77)
#4F3E42
(79,62,66)
#433437
(67,52,55)
#372A2C
(55,42,44)
#2B2021
(43,32,33)
#1F1616
(31,22,22)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #8B7079

#8B7079
(139,112,121)
#957D85
(149,125,133)
#9F8A91
(159,138,145)
#A9979D
(169,151,157)
#B3A4A9
(179,164,169)
#BDB1B5
(189,177,181)
#C7BEC1
(199,190,193)
#D1CBCD
(209,203,205)
#DBD8D9
(219,216,217)
#E5E5E5
(229,229,229)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7079 color. Also use rgb(139,112,121) instead hex code.

Text Font Color

.myTextColor { color: #8B7079; }

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

This text font color is #8B7079.


Background Color

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

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

This div background color is #8B7079.


Border color

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

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

This div border color is #8B7079.


Opacity

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

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

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

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

This text has shadow with #8B7079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7079 on black background.


Color preview on white background

This text has color #8B7079 on white background.



Black color preview on #8B7079 background

This text has black color on #8B7079 background.


White color preview on #8B7079 background

This text has white color on #8B7079 background.