COLOR #9B7C77

HEX: #9B7C77
RGB: (155,124,119)

Color info

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

RGB color model

#9B7C77 color RGB value is (155,124,119).

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

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 119 of 255 = 47%

155
124
119

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

Portions of RGB colors in percentages

R + G + B =
155 + 124 + 119 = 398 (100%)
R 155 of 398 ~ 38.94%
G 124 of 398 ~ 31.16%
B 119 of 398 ~ 29.9%

%38.94
%31.16
%29.9

CMYK color model

#9B7C77 color CMYK value is (0,20,23,39).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(0,20,23,39)
C0M20Y23K39 
(0%,20%,23%,39%)
(0.00/0.20/0.23/0.39)	

CMYK percentages

%0
%20
%23.23
%39.22

Codes

Color #9B7C77 in popluar color models

9B7C77
RGB155124119
HSL15.25%53.73%
HSB/HSV23.23%60.78%
CMYK0.00%20.00%23.23%
39.22%

Color #9B7C77 in popluar number systems.

HEX9B7C77
Decimal155124119
Binary1001101111111001110111
Octal233174167

Shades and tints

Shades of #9B7C77

#9B7C77
(155,124,119)
#8D716D
(141,113,109)
#7F6663
(127,102,99)
#715B59
(113,91,89)
#63504F
(99,80,79)
#554545
(85,69,69)
#473A3B
(71,58,59)
#392F31
(57,47,49)
#2B2427
(43,36,39)
#1D191D
(29,25,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #9B7C77

#9B7C77
(155,124,119)
#A48783
(164,135,131)
#AD928F
(173,146,143)
#B69D9B
(182,157,155)
#BFA8A7
(191,168,167)
#C8B3B3
(200,179,179)
#D1BEBF
(209,190,191)
#DAC9CB
(218,201,203)
#E3D4D7
(227,212,215)
#ECDFE3
(236,223,227)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7C77; }

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

This text font color is #9B7C77.


Background Color

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

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

This div background color is #9B7C77.


Border color

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

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

This div border color is #9B7C77.


Opacity

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

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

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

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

This text has shadow with #9B7C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7C77 on black background.


Color preview on white background

This text has color #9B7C77 on white background.



Black color preview on #9B7C77 background

This text has black color on #9B7C77 background.


White color preview on #9B7C77 background

This text has white color on #9B7C77 background.