COLOR #9B7750

HEX: #9B7750
RGB: (155,119,80)

Color info

#9B7750 contains mainly red and green colors. Web safe color of #9B7750 is #996666 (or #966).

RGB color model

#9B7750 color RGB value is (155,119,80).

  • red value is 155;
  • green value is 119;
  • blue value is 80.
RGB:
(155,119,80)
(61%,47%,31%)

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 80 of 255 = 31%

155
119
80

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

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 80 = 354 (100%)
R 155 of 354 ~ 43.79%
G 119 of 354 ~ 33.62%
B 80 of 354 ~ 22.6%

%43.79
%33.62
%22.6

CMYK color model

#9B7750 color CMYK value is (0,23,48,39).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 48.39%
  • key color value is 39.22%
CMYK:
(0,23,48,39)
C0M23Y48K39 
(0%,23%,48%,39%)
(0.00/0.23/0.48/0.39)	

CMYK percentages

%0
%23.23
%48.39
%39.22

Codes

Color #9B7750 in popluar color models

9B7750
RGB15511980
HSL31°31.91%46.08%
HSB/HSV31°48.39%60.78%
CMYK0.00%23.23%48.39%
39.22%

Color #9B7750 in popluar number systems.

HEX9B7750
Decimal15511980
Binary1001101111101111010000
Octal233167120

Shades and tints

Shades of #9B7750

#9B7750
(155,119,80)
#8D6D49
(141,109,73)
#7F6342
(127,99,66)
#71593B
(113,89,59)
#634F34
(99,79,52)
#55452D
(85,69,45)
#473B26
(71,59,38)
#39311F
(57,49,31)
#2B2718
(43,39,24)
#1D1D11
(29,29,17)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #9B7750

#9B7750
(155,119,80)
#A4835F
(164,131,95)
#AD8F6E
(173,143,110)
#B69B7D
(182,155,125)
#BFA78C
(191,167,140)
#C8B39B
(200,179,155)
#D1BFAA
(209,191,170)
#DACBB9
(218,203,185)
#E3D7C8
(227,215,200)
#ECE3D7
(236,227,215)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7750; }

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

This text font color is #9B7750.


Background Color

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

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

This div background color is #9B7750.


Border color

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

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

This div border color is #9B7750.


Opacity

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

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

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

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

This text has shadow with #9B7750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7750 on black background.


Color preview on white background

This text has color #9B7750 on white background.



Black color preview on #9B7750 background

This text has black color on #9B7750 background.


White color preview on #9B7750 background

This text has white color on #9B7750 background.