COLOR #9B7787

HEX: #9B7787
RGB: (155,119,135)

Color info

#9B7787 contains red, green and blue colors in about the same proportion. Web safe color of #9B7787 is #996699 (or #969).

RGB color model

#9B7787 color RGB value is (155,119,135).

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

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 135 of 255 = 53%

155
119
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 135 = 409 (100%)
R 155 of 409 ~ 37.9%
G 119 of 409 ~ 29.1%
B 135 of 409 ~ 33.01%

%37.9
%29.1
%33.01

CMYK color model

#9B7787 color CMYK value is (0,23,13,39).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK:
(0,23,13,39)
C0M23Y13K39 
(0%,23%,13%,39%)
(0.00/0.23/0.13/0.39)	

CMYK percentages

%0
%23.23
%12.9
%39.22

Codes

Color #9B7787 in popluar color models

9B7787
RGB155119135
HSL333°15.25%53.73%
HSB/HSV333°23.23%60.78%
CMYK0.00%23.23%12.90%
39.22%

Color #9B7787 in popluar number systems.

HEX9B7787
Decimal155119135
Binary10011011111011110000111
Octal233167207

Shades and tints

Shades of #9B7787

#9B7787
(155,119,135)
#8D6D7B
(141,109,123)
#7F636F
(127,99,111)
#715963
(113,89,99)
#634F57
(99,79,87)
#55454B
(85,69,75)
#473B3F
(71,59,63)
#393133
(57,49,51)
#2B2727
(43,39,39)
#1D1D1B
(29,29,27)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9B7787

#9B7787
(155,119,135)
#A48391
(164,131,145)
#AD8F9B
(173,143,155)
#B69BA5
(182,155,165)
#BFA7AF
(191,167,175)
#C8B3B9
(200,179,185)
#D1BFC3
(209,191,195)
#DACBCD
(218,203,205)
#E3D7D7
(227,215,215)
#ECE3E1
(236,227,225)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7787; }

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

This text font color is #9B7787.


Background Color

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

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

This div background color is #9B7787.


Border color

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

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

This div border color is #9B7787.


Opacity

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

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

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

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

This text has shadow with #9B7787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7787 on black background.


Color preview on white background

This text has color #9B7787 on white background.



Black color preview on #9B7787 background

This text has black color on #9B7787 background.


White color preview on #9B7787 background

This text has white color on #9B7787 background.