COLOR #8B707A

HEX: #8B707A RGB: (139,112,122)

Color info

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

RGB color model

#8B707A color RGB value is (139,112,122).

RGB: (139,112,122) (55%, 44%, 48%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 122 of 255 = 48%

139
112
122

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

Portions of RGB colors in percentages

R + G + B = 139 + 112 + 122 = 373 (100%)
R 139 of 373 ~ 37.27%
G 112 of 373 ~ 30.03%
B 122 of 373 ~ 32.71'%

%37.27
%30.03
%32.71

CMYK color model

#8B707A color CMYK value is (0,19,12,45).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 12.23%
  • key color value is 45.49%

CMYK: (0,19,12,45)
C0M19Y12K45 (0%, 19%, 12%, 45%)
(0.00 / 0.19 / 0.12 / 0.45)

CMYK percentages

%0
%19.42
%12.23
%45.49

Codes

Color #8B707A in popluar color models

8B 70 7A
RGB 139 112 122
HSL 338° 10.76% 49.22%
HSB/HSV 338° 19.42% 54.51%
CMYK 0.00% 19.42% 12.23%
45.49%

Color #8B707A in popluar number systems.

HEX 8B 70 7A
Decimal 139 112 122
Binary 10001011 1110000 1111010
Octal 213 160 172

Shades and tints

Shades of #8B707A

#8B707A
(139,112,122)
#7F666F
(127,102,111)
#735C64
(115,92,100)
#675259
(103,82,89)
#5B484E
(91,72,78)
#4F3E43
(79,62,67)
#433438
(67,52,56)
#372A2D
(55,42,45)
#2B2022
(43,32,34)
#1F1617
(31,22,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #8B707A

#8B707A
(139,112,122)
#957D86
(149,125,134)
#9F8A92
(159,138,146)
#A9979E
(169,151,158)
#B3A4AA
(179,164,170)
#BDB1B6
(189,177,182)
#C7BEC2
(199,190,194)
#D1CBCE
(209,203,206)
#DBD8DA
(219,216,218)
#E5E5E6
(229,229,230)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B707A; }

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

This text font color is #8B707A.

Background Color

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

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

This div background color is #8B707A.

Border color

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

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

This div border color is #8B707A.

Opacity

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

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

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

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

This text has shadow with #8B707A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B707A.

Preview

Color preview on black background

This text has color #8B707A on black background.


Color preview on white background

This text has color #8B707A on white background.


Black color preview on #8B707A background

This text has black color on #8B707A background.


White color preview on #8B707A background

This text has white color on #8B707A background.


Related colors

Complementary color

Complementary color for #hex is #748F85.


I love getcolorcode.com

Triadic colors

1 #7A8B70 and #707A8B with #8B707A are triadic colors.

2 #7A708B and #708B7A with #8B707A are triadic colors.