COLOR #9B7376

HEX: #9B7376 RGB: (155,115,118)

Color info

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

RGB color model

#9B7376 color RGB value is (155,115,118).

RGB: (155,115,118) (61%, 45%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 118 of 255 = 46%

155
115
118

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

Portions of RGB colors in percentages

R + G + B = 155 + 115 + 118 = 388 (100%)
R 155 of 388 ~ 39.95%
G 115 of 388 ~ 29.64%
B 118 of 388 ~ 30.41'%

%39.95
%29.64
%30.41

CMYK color model

#9B7376 color CMYK value is (0,26,24,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 23.87%
  • key color value is 39.22%

CMYK: (0,26,24,39)
C0M26Y24K39 (0%, 26%, 24%, 39%)
(0.00 / 0.26 / 0.24 / 0.39)

CMYK percentages

%0
%25.81
%23.87
%39.22

Codes

Color #9B7376 in popluar color models

9B 73 76
RGB 155 115 118
HSL 356° 16.67% 52.94%
HSB/HSV 356° 25.81% 60.78%
CMYK 0.00% 25.81% 23.87%
39.22%

Color #9B7376 in popluar number systems.

HEX 9B 73 76
Decimal 155 115 118
Binary 10011011 1110011 1110110
Octal 233 163 166

Shades and tints

Shades of #9B7376

#9B7376
(155,115,118)
#8D696C
(141,105,108)
#7F5F62
(127,95,98)
#715558
(113,85,88)
#634B4E
(99,75,78)
#554144
(85,65,68)
#47373A
(71,55,58)
#392D30
(57,45,48)
#2B2326
(43,35,38)
#1D191C
(29,25,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B7376

#9B7376
(155,115,118)
#A47F82
(164,127,130)
#AD8B8E
(173,139,142)
#B6979A
(182,151,154)
#BFA3A6
(191,163,166)
#C8AFB2
(200,175,178)
#D1BBBE
(209,187,190)
#DAC7CA
(218,199,202)
#E3D3D6
(227,211,214)
#ECDFE2
(236,223,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7376 color. Also use rgb(155,115,118) instead hex code.

Text Font Color

.myTextColor { color: #9B7376; }

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

This text font color is #9B7376.

Background Color

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

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

This div background color is #9B7376.

Border color

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

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

This div border color is #9B7376.

Opacity

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

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

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

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

This text has shadow with #9B7376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7376.

Preview

Color preview on black background

This text has color #9B7376 on black background.


Color preview on white background

This text has color #9B7376 on white background.


Black color preview on #9B7376 background

This text has black color on #9B7376 background.


White color preview on #9B7376 background

This text has white color on #9B7376 background.


Related colors

Complementary color

Complementary color for #hex is #648C89.


I love getcolorcode.com

Triadic colors

1 #769B73 and #73769B with #9B7376 are triadic colors.

2 #76739B and #739B76 with #9B7376 are triadic colors.