COLOR #9B756E

HEX: #9B756E
RGB: (155,117,110)

Color info

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

RGB color model

#9B756E color RGB value is (155,117,110).

  • red value is 155;
  • green value is 117;
  • blue value is 110.
RGB:
(155,117,110)
(61%,46%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 110 of 255 = 43%

155
117
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 110 = 382 (100%)
R 155 of 382 ~ 40.58%
G 117 of 382 ~ 30.63%
B 110 of 382 ~ 28.8%

%40.58
%30.63
%28.8

CMYK color model

#9B756E color CMYK value is (0,25,29,39).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(0,25,29,39)
C0M25Y29K39 
(0%,25%,29%,39%)
(0.00/0.25/0.29/0.39)	

CMYK percentages

%0
%24.52
%29.03
%39.22

Codes

Color #9B756E in popluar color models

9B756E
RGB155117110
HSL18.37%51.96%
HSB/HSV29.03%60.78%
CMYK0.00%24.52%29.03%
39.22%

Color #9B756E in popluar number systems.

HEX9B756E
Decimal155117110
Binary1001101111101011101110
Octal233165156

Shades and tints

Shades of #9B756E

#9B756E
(155,117,110)
#8D6B64
(141,107,100)
#7F615A
(127,97,90)
#715750
(113,87,80)
#634D46
(99,77,70)
#55433C
(85,67,60)
#473932
(71,57,50)
#392F28
(57,47,40)
#2B251E
(43,37,30)
#1D1B14
(29,27,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #9B756E

#9B756E
(155,117,110)
#A4817B
(164,129,123)
#AD8D88
(173,141,136)
#B69995
(182,153,149)
#BFA5A2
(191,165,162)
#C8B1AF
(200,177,175)
#D1BDBC
(209,189,188)
#DAC9C9
(218,201,201)
#E3D5D6
(227,213,214)
#ECE1E3
(236,225,227)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B756E color. Also use rgb(155,117,110) instead hex code.

Text Font Color

.myTextColor { color: #9B756E; }

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

This text font color is #9B756E.


Background Color

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

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

This div background color is #9B756E.


Border color

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

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

This div border color is #9B756E.


Opacity

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

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

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

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

This text has shadow with #9B756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B756E on black background.


Color preview on white background

This text has color #9B756E on white background.



Black color preview on #9B756E background

This text has black color on #9B756E background.


White color preview on #9B756E background

This text has white color on #9B756E background.