COLOR #8B778A

HEX: #8B778A RGB: (139,119,138)

Color info

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

RGB color model

#8B778A color RGB value is (139,119,138).

RGB: (139,119,138) (55%, 47%, 54%)

RGB channels and saturation

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

139
119
138

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

Portions of RGB colors in percentages

R + G + B = 139 + 119 + 138 = 396 (100%)
R 139 of 396 ~ 35.1%
G 119 of 396 ~ 30.05%
B 138 of 396 ~ 34.85'%

%35.1
%30.05
%34.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.39%
  • 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
%14.39
%0.72
%45.49

Codes

Color #8B778A in popluar color models

8B 77 8A
RGB 139 119 138
HSL 303° 7.94% 50.59%
HSB/HSV 303° 14.39% 54.51%
CMYK 0.00% 14.39% 0.72%
45.49%

Color #8B778A in popluar number systems.

HEX 8B 77 8A
Decimal 139 119 138
Binary 10001011 1110111 10001010
Octal 213 167 212

Shades and tints

Shades of #8B778A

#8B778A
(139,119,138)
#7F6D7E
(127,109,126)
#736372
(115,99,114)
#675966
(103,89,102)
#5B4F5A
(91,79,90)
#4F454E
(79,69,78)
#433B42
(67,59,66)
#373136
(55,49,54)
#2B272A
(43,39,42)
#1F1D1E
(31,29,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #8B778A

#8B778A
(139,119,138)
#958394
(149,131,148)
#9F8F9E
(159,143,158)
#A99BA8
(169,155,168)
#B3A7B2
(179,167,178)
#BDB3BC
(189,179,188)
#C7BFC6
(199,191,198)
#D1CBD0
(209,203,208)
#DBD7DA
(219,215,218)
#E5E3E4
(229,227,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B778A; }

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

This text font color is #8B778A.

Background Color

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

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

This div background color is #8B778A.

Border color

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

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

This div border color is #8B778A.

Opacity

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

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

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

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

This text has shadow with #8B778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B778A.

Preview

Color preview on black background

This text has color #8B778A on black background.


Color preview on white background

This text has color #8B778A on white background.


Black color preview on #8B778A background

This text has black color on #8B778A background.


White color preview on #8B778A background

This text has white color on #8B778A background.


Related colors

Complementary color

Complementary color for #hex is #748875.


I love getcolorcode.com

Triadic colors

1 #8A8B77 and #778A8B with #8B778A are triadic colors.

2 #8A778B and #778B8A with #8B778A are triadic colors.