COLOR #8B788A

HEX: #8B788A
RGB: (139,120,138)

Color info

#8B788A contains red, green and blue colors in about the same proportion. Web safe color of #8B788A is #996699 (or #969).

RGB color model

#8B788A color RGB value is (139,120,138).

  • red value is 139;
  • green value is 120;
  • blue value is 138.
RGB:
(139,120,138)
(55%,47%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 138 of 255 = 54%

139
120
138

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 138 = 397 (100%)
R 139 of 397 ~ 35.01%
G 120 of 397 ~ 30.23%
B 138 of 397 ~ 34.76%

%35.01
%30.23
%34.76

CMYK color model

#8B788A color CMYK value is (0,14,1,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(0,14,1,45)
C0M14Y1K45 
(0%,14%,1%,45%)
(0.00/0.14/0.01/0.45)	

CMYK percentages

%0
%13.67
%0.72
%45.49

Codes

Color #8B788A in popluar color models

8B788A
RGB139120138
HSL303°7.57%50.78%
HSB/HSV303°13.67%54.51%
CMYK0.00%13.67%0.72%
45.49%

Color #8B788A in popluar number systems.

HEX8B788A
Decimal139120138
Binary10001011111100010001010
Octal213170212

Shades and tints

Shades of #8B788A

#8B788A
(139,120,138)
#7F6E7E
(127,110,126)
#736472
(115,100,114)
#675A66
(103,90,102)
#5B505A
(91,80,90)
#4F464E
(79,70,78)
#433C42
(67,60,66)
#373236
(55,50,54)
#2B282A
(43,40,42)
#1F1E1E
(31,30,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #8B788A

#8B788A
(139,120,138)
#958494
(149,132,148)
#9F909E
(159,144,158)
#A99CA8
(169,156,168)
#B3A8B2
(179,168,178)
#BDB4BC
(189,180,188)
#C7C0C6
(199,192,198)
#D1CCD0
(209,204,208)
#DBD8DA
(219,216,218)
#E5E4E4
(229,228,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B788A color. Also use rgb(139,120,138) instead hex code.

Text Font Color

.myTextColor { color: #8B788A; }

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

This text font color is #8B788A.


Background Color

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

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

This div background color is #8B788A.


Border color

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

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

This div border color is #8B788A.


Opacity

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

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

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

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

This text has shadow with #8B788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B788A on black background.


Color preview on white background

This text has color #8B788A on white background.



Black color preview on #8B788A background

This text has black color on #8B788A background.


White color preview on #8B788A background

This text has white color on #8B788A background.