COLOR #9B8A77

HEX: #9B8A77 RGB: (155,138,119)

Color info

#9B8A77 contains red, green and blue colors in about the same proportion. Web safe color of #9B8A77 is #999966 (or #996).

RGB color model

#9B8A77 color RGB value is (155,138,119).

RGB: (155,138,119) (61%, 54%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 119 of 255 = 47%

155
138
119

R + G + B ~ 54%. #9B8A77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 138 + 119 = 412 (100%)
R 155 of 412 ~ 37.62%
G 138 of 412 ~ 33.5%
B 119 of 412 ~ 28.88'%

%37.62
%33.5
%28.88

CMYK color model

#9B8A77 color CMYK value is (0,11,23,39).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 23.23%
  • key color value is 39.22%

CMYK: (0,11,23,39)
C0M11Y23K39 (0%, 11%, 23%, 39%)
(0.00 / 0.11 / 0.23 / 0.39)

CMYK percentages

%0
%10.97
%23.23
%39.22

Codes

Color #9B8A77 in popluar color models

9B 8A 77
RGB 155 138 119
HSL 32° 15.25% 53.73%
HSB/HSV 32° 23.23% 60.78%
CMYK 0.00% 10.97% 23.23%
39.22%

Color #9B8A77 in popluar number systems.

HEX 9B 8A 77
Decimal 155 138 119
Binary 10011011 10001010 1110111
Octal 233 212 167

Shades and tints

Shades of #9B8A77

#9B8A77
(155,138,119)
#8D7E6D
(141,126,109)
#7F7263
(127,114,99)
#716659
(113,102,89)
#635A4F
(99,90,79)
#554E45
(85,78,69)
#47423B
(71,66,59)
#393631
(57,54,49)
#2B2A27
(43,42,39)
#1D1E1D
(29,30,29)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B8A77

#9B8A77
(155,138,119)
#A49483
(164,148,131)
#AD9E8F
(173,158,143)
#B6A89B
(182,168,155)
#BFB2A7
(191,178,167)
#C8BCB3
(200,188,179)
#D1C6BF
(209,198,191)
#DAD0CB
(218,208,203)
#E3DAD7
(227,218,215)
#ECE4E3
(236,228,227)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8A77 color. Also use rgb(155,138,119) instead hex code.

Text Font Color

.myTextColor { color: #9B8A77; }

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

This text font color is #9B8A77.

Background Color

.myBgColor { background-color: #9B8A77; }

<div style="background-color:#9B8A77">Inner text</div>

This div background color is #9B8A77.

Border color

.myBorderColor { border: 1px solid #9B8A77; }

<div style="border:3px solid #9B8A77">Div</div>

This div border color is #9B8A77.

Opacity

.myOpacity80 { color: #9B8A77; opacity: 0.8; }

<p style="color:#9B8A77;opacity:0.8;">80%</p>

Text with #9B8A77 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 #9B8A77;}

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

This text has shadow with #9B8A77 color.


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

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

This text has shadow with #9B8A77 primary color and red secondary color.


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

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

This text has shadow with #9B8A77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B8A77.

Preview

Color preview on black background

This text has color #9B8A77 on black background.


Color preview on white background

This text has color #9B8A77 on white background.


Black color preview on #9B8A77 background

This text has black color on #9B8A77 background.


White color preview on #9B8A77 background

This text has white color on #9B8A77 background.


Related colors

Complementary color

Complementary color for #hex is #647588.


I love getcolorcode.com

Triadic colors

1 #779B8A and #8A779B with #9B8A77 are triadic colors.

2 #778A9B and #8A9B77 with #9B8A77 are triadic colors.