COLOR #9B9779

HEX: #9B9779 RGB: (155,151,121)

Color info

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

RGB color model

#9B9779 color RGB value is (155,151,121).

RGB: (155,151,121) (61%, 59%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 121 of 255 = 47%

155
151
121

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

Portions of RGB colors in percentages

R + G + B = 155 + 151 + 121 = 427 (100%)
R 155 of 427 ~ 36.3%
G 151 of 427 ~ 35.36%
B 121 of 427 ~ 28.34'%

%36.3
%35.36
%28.34

CMYK color model

#9B9779 color CMYK value is (0,3,22,39).

  • cyan value is 0.00%
  • magenta value is 2.58%
  • yellow value is 21.94%
  • key color value is 39.22%

CMYK: (0,3,22,39)
C0M3Y22K39 (0%, 3%, 22%, 39%)
(0.00 / 0.03 / 0.22 / 0.39)

CMYK percentages

%0
%2.58
%21.94
%39.22

Codes

Color #9B9779 in popluar color models

9B 97 79
RGB 155 151 121
HSL 53° 14.53% 54.12%
HSB/HSV 53° 21.94% 60.78%
CMYK 0.00% 2.58% 21.94%
39.22%

Color #9B9779 in popluar number systems.

HEX 9B 97 79
Decimal 155 151 121
Binary 10011011 10010111 1111001
Octal 233 227 171

Shades and tints

Shades of #9B9779

#9B9779
(155,151,121)
#8D8A6E
(141,138,110)
#7F7D63
(127,125,99)
#717058
(113,112,88)
#63634D
(99,99,77)
#555642
(85,86,66)
#474937
(71,73,55)
#393C2C
(57,60,44)
#2B2F21
(43,47,33)
#1D2216
(29,34,22)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #9B9779

#9B9779
(155,151,121)
#A4A085
(164,160,133)
#ADA991
(173,169,145)
#B6B29D
(182,178,157)
#BFBBA9
(191,187,169)
#C8C4B5
(200,196,181)
#D1CDC1
(209,205,193)
#DAD6CD
(218,214,205)
#E3DFD9
(227,223,217)
#ECE8E5
(236,232,229)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9779 color. Also use rgb(155,151,121) instead hex code.

Text Font Color

.myTextColor { color: #9B9779; }

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

This text font color is #9B9779.

Background Color

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

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

This div background color is #9B9779.

Border color

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

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

This div border color is #9B9779.

Opacity

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

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

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

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

This text has shadow with #9B9779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9779.

Preview

Color preview on black background

This text has color #9B9779 on black background.


Color preview on white background

This text has color #9B9779 on white background.


Black color preview on #9B9779 background

This text has black color on #9B9779 background.


White color preview on #9B9779 background

This text has white color on #9B9779 background.


Related colors

Complementary color

Complementary color for #hex is #646886.


I love getcolorcode.com

Triadic colors

1 #799B97 and #97799B with #9B9779 are triadic colors.

2 #79979B and #979B79 with #9B9779 are triadic colors.