COLOR #9B767F

HEX: #9B767F RGB: (155,118,127)

Color info

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

RGB color model

#9B767F color RGB value is (155,118,127).

RGB: (155,118,127) (61%, 46%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 127 of 255 = 50%

155
118
127

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

Portions of RGB colors in percentages

R + G + B = 155 + 118 + 127 = 400 (100%)
R 155 of 400 ~ 38.75%
G 118 of 400 ~ 29.5%
B 127 of 400 ~ 31.75'%

%38.75
%29.5
%31.75

CMYK color model

#9B767F color CMYK value is (0,24,18,39).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 18.06%
  • key color value is 39.22%

CMYK: (0,24,18,39)
C0M24Y18K39 (0%, 24%, 18%, 39%)
(0.00 / 0.24 / 0.18 / 0.39)

CMYK percentages

%0
%23.87
%18.06
%39.22

Codes

Color #9B767F in popluar color models

9B 76 7F
RGB 155 118 127
HSL 345° 15.61% 53.53%
HSB/HSV 345° 23.87% 60.78%
CMYK 0.00% 23.87% 18.06%
39.22%

Color #9B767F in popluar number systems.

HEX 9B 76 7F
Decimal 155 118 127
Binary 10011011 1110110 1111111
Octal 233 166 177

Shades and tints

Shades of #9B767F

#9B767F
(155,118,127)
#8D6C74
(141,108,116)
#7F6269
(127,98,105)
#71585E
(113,88,94)
#634E53
(99,78,83)
#554448
(85,68,72)
#473A3D
(71,58,61)
#393032
(57,48,50)
#2B2627
(43,38,39)
#1D1C1C
(29,28,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9B767F

#9B767F
(155,118,127)
#A4828A
(164,130,138)
#AD8E95
(173,142,149)
#B69AA0
(182,154,160)
#BFA6AB
(191,166,171)
#C8B2B6
(200,178,182)
#D1BEC1
(209,190,193)
#DACACC
(218,202,204)
#E3D6D7
(227,214,215)
#ECE2E2
(236,226,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B767F color. Also use rgb(155,118,127) instead hex code.

Text Font Color

.myTextColor { color: #9B767F; }

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

This text font color is #9B767F.

Background Color

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

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

This div background color is #9B767F.

Border color

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

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

This div border color is #9B767F.

Opacity

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

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

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

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

This text has shadow with #9B767F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B767F.

Preview

Color preview on black background

This text has color #9B767F on black background.


Color preview on white background

This text has color #9B767F on white background.


Black color preview on #9B767F background

This text has black color on #9B767F background.


White color preview on #9B767F background

This text has white color on #9B767F background.


Related colors

Complementary color

Complementary color for #hex is #648980.


I love getcolorcode.com

Triadic colors

1 #7F9B76 and #767F9B with #9B767F are triadic colors.

2 #7F769B and #769B7F with #9B767F are triadic colors.