COLOR #9B7B78

HEX: #9B7B78
RGB: (155,123,120)

Color info

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

RGB color model

#9B7B78 color RGB value is (155,123,120).

  • red value is 155;
  • green value is 123;
  • blue value is 120.
RGB:
(155,123,120)
(61%,48%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 123 of 255 = 48%
B 120 of 255 = 47%

155
123
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 123 + 120 = 398 (100%)
R 155 of 398 ~ 38.94%
G 123 of 398 ~ 30.9%
B 120 of 398 ~ 30.15%

%38.94
%30.9
%30.15

CMYK color model

#9B7B78 color CMYK value is (0,21,23,39).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,21,23,39)
C0M21Y23K39 
(0%,21%,23%,39%)
(0.00/0.21/0.23/0.39)	

CMYK percentages

%0
%20.65
%22.58
%39.22

Codes

Color #9B7B78 in popluar color models

9B7B78
RGB155123120
HSL14.89%53.92%
HSB/HSV22.58%60.78%
CMYK0.00%20.65%22.58%
39.22%

Color #9B7B78 in popluar number systems.

HEX9B7B78
Decimal155123120
Binary1001101111110111111000
Octal233173170

Shades and tints

Shades of #9B7B78

#9B7B78
(155,123,120)
#8D706E
(141,112,110)
#7F6564
(127,101,100)
#715A5A
(113,90,90)
#634F50
(99,79,80)
#554446
(85,68,70)
#47393C
(71,57,60)
#392E32
(57,46,50)
#2B2328
(43,35,40)
#1D181E
(29,24,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #9B7B78

#9B7B78
(155,123,120)
#A48784
(164,135,132)
#AD9390
(173,147,144)
#B69F9C
(182,159,156)
#BFABA8
(191,171,168)
#C8B7B4
(200,183,180)
#D1C3C0
(209,195,192)
#DACFCC
(218,207,204)
#E3DBD8
(227,219,216)
#ECE7E4
(236,231,228)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7B78 color. Also use rgb(155,123,120) instead hex code.

Text Font Color

.myTextColor { color: #9B7B78; }

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

This text font color is #9B7B78.


Background Color

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

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

This div background color is #9B7B78.


Border color

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

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

This div border color is #9B7B78.


Opacity

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

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

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

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

This text has shadow with #9B7B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7B78 on black background.


Color preview on white background

This text has color #9B7B78 on white background.



Black color preview on #9B7B78 background

This text has black color on #9B7B78 background.


White color preview on #9B7B78 background

This text has white color on #9B7B78 background.