COLOR #8B7D7A

HEX: #8B7D7A
RGB: (139,125,122)

Color info

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

RGB color model

#8B7D7A color RGB value is (139,125,122).

  • red value is 139;
  • green value is 125;
  • blue value is 122.
RGB:
(139,125,122)
(55%,49%,48%)

RGB channels and saturation

R 139 of 255 = 55%
G 125 of 255 = 49%
B 122 of 255 = 48%

139
125
122

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

Portions of RGB colors in percentages

R + G + B =
139 + 125 + 122 = 386 (100%)
R 139 of 386 ~ 36.01%
G 125 of 386 ~ 32.38%
B 122 of 386 ~ 31.61%

%36.01
%32.38
%31.61

CMYK color model

#8B7D7A color CMYK value is (0,10,12,45).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(0,10,12,45)
C0M10Y12K45 
(0%,10%,12%,45%)
(0.00/0.10/0.12/0.45)	

CMYK percentages

%0
%10.07
%12.23
%45.49

Codes

Color #8B7D7A in popluar color models

8B7D7A
RGB139125122
HSL11°6.83%51.18%
HSB/HSV11°12.23%54.51%
CMYK0.00%10.07%12.23%
45.49%

Color #8B7D7A in popluar number systems.

HEX8B7D7A
Decimal139125122
Binary1000101111111011111010
Octal213175172

Shades and tints

Shades of #8B7D7A

#8B7D7A
(139,125,122)
#7F726F
(127,114,111)
#736764
(115,103,100)
#675C59
(103,92,89)
#5B514E
(91,81,78)
#4F4643
(79,70,67)
#433B38
(67,59,56)
#37302D
(55,48,45)
#2B2522
(43,37,34)
#1F1A17
(31,26,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #8B7D7A

#8B7D7A
(139,125,122)
#958886
(149,136,134)
#9F9392
(159,147,146)
#A99E9E
(169,158,158)
#B3A9AA
(179,169,170)
#BDB4B6
(189,180,182)
#C7BFC2
(199,191,194)
#D1CACE
(209,202,206)
#DBD5DA
(219,213,218)
#E5E0E6
(229,224,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7D7A color. Also use rgb(139,125,122) instead hex code.

Text Font Color

.myTextColor { color: #8B7D7A; }

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

This text font color is #8B7D7A.


Background Color

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

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

This div background color is #8B7D7A.


Border color

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

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

This div border color is #8B7D7A.


Opacity

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

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

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

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

This text has shadow with #8B7D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7D7A on black background.


Color preview on white background

This text has color #8B7D7A on white background.



Black color preview on #8B7D7A background

This text has black color on #8B7D7A background.


White color preview on #8B7D7A background

This text has white color on #8B7D7A background.