COLOR #9B7A7D

HEX: #9B7A7D
RGB: (155,122,125)

Color info

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

RGB color model

#9B7A7D color RGB value is (155,122,125).

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

RGB channels and saturation

R 155 of 255 = 61%
G 122 of 255 = 48%
B 125 of 255 = 49%

155
122
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 122 + 125 = 402 (100%)
R 155 of 402 ~ 38.56%
G 122 of 402 ~ 30.35%
B 125 of 402 ~ 31.09%

%38.56
%30.35
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.29%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,21,19,39)
C0M21Y19K39 
(0%,21%,19%,39%)
(0.00/0.21/0.19/0.39)	

CMYK percentages

%0
%21.29
%19.35
%39.22

Codes

Color #9B7A7D in popluar color models

9B7A7D
RGB155122125
HSL355°14.16%54.31%
HSB/HSV355°21.29%60.78%
CMYK0.00%21.29%19.35%
39.22%

Color #9B7A7D in popluar number systems.

HEX9B7A7D
Decimal155122125
Binary1001101111110101111101
Octal233172175

Shades and tints

Shades of #9B7A7D

#9B7A7D
(155,122,125)
#8D6F72
(141,111,114)
#7F6467
(127,100,103)
#71595C
(113,89,92)
#634E51
(99,78,81)
#554346
(85,67,70)
#47383B
(71,56,59)
#392D30
(57,45,48)
#2B2225
(43,34,37)
#1D171A
(29,23,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #9B7A7D

#9B7A7D
(155,122,125)
#A48688
(164,134,136)
#AD9293
(173,146,147)
#B69E9E
(182,158,158)
#BFAAA9
(191,170,169)
#C8B6B4
(200,182,180)
#D1C2BF
(209,194,191)
#DACECA
(218,206,202)
#E3DAD5
(227,218,213)
#ECE6E0
(236,230,224)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7A7D; }

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

This text font color is #9B7A7D.


Background Color

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

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

This div background color is #9B7A7D.


Border color

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

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

This div border color is #9B7A7D.


Opacity

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

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

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

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

This text has shadow with #9B7A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7A7D on black background.


Color preview on white background

This text has color #9B7A7D on white background.



Black color preview on #9B7A7D background

This text has black color on #9B7A7D background.


White color preview on #9B7A7D background

This text has white color on #9B7A7D background.