COLOR #9B7A7B

HEX: #9B7A7B
RGB: (155,122,123)

Color info

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

RGB color model

#9B7A7B color RGB value is (155,122,123).

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

RGB channels and saturation

R 155 of 255 = 61%
G 122 of 255 = 48%
B 123 of 255 = 48%

155
122
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 122 + 123 = 400 (100%)
R 155 of 400 ~ 38.75%
G 122 of 400 ~ 30.5%
B 123 of 400 ~ 30.75%

%38.75
%30.5
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.29%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(0,21,21,39)
C0M21Y21K39 
(0%,21%,21%,39%)
(0.00/0.21/0.21/0.39)	

CMYK percentages

%0
%21.29
%20.65
%39.22

Codes

Color #9B7A7B in popluar color models

9B7A7B
RGB155122123
HSL358°14.16%54.31%
HSB/HSV358°21.29%60.78%
CMYK0.00%21.29%20.65%
39.22%

Color #9B7A7B in popluar number systems.

HEX9B7A7B
Decimal155122123
Binary1001101111110101111011
Octal233172173

Shades and tints

Shades of #9B7A7B

#9B7A7B
(155,122,123)
#8D6F70
(141,111,112)
#7F6465
(127,100,101)
#71595A
(113,89,90)
#634E4F
(99,78,79)
#554344
(85,67,68)
#473839
(71,56,57)
#392D2E
(57,45,46)
#2B2223
(43,34,35)
#1D1718
(29,23,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #9B7A7B

#9B7A7B
(155,122,123)
#A48687
(164,134,135)
#AD9293
(173,146,147)
#B69E9F
(182,158,159)
#BFAAAB
(191,170,171)
#C8B6B7
(200,182,183)
#D1C2C3
(209,194,195)
#DACECF
(218,206,207)
#E3DADB
(227,218,219)
#ECE6E7
(236,230,231)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7A7B; }

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

This text font color is #9B7A7B.


Background Color

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

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

This div background color is #9B7A7B.


Border color

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

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

This div border color is #9B7A7B.


Opacity

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

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

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

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

This text has shadow with #9B7A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7A7B on black background.


Color preview on white background

This text has color #9B7A7B on white background.



Black color preview on #9B7A7B background

This text has black color on #9B7A7B background.


White color preview on #9B7A7B background

This text has white color on #9B7A7B background.