COLOR #9B7782

HEX: #9B7782
RGB: (155,119,130)

Color info

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

RGB color model

#9B7782 color RGB value is (155,119,130).

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

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 130 of 255 = 51%

155
119
130

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

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 130 = 404 (100%)
R 155 of 404 ~ 38.37%
G 119 of 404 ~ 29.46%
B 130 of 404 ~ 32.18%

%38.37
%29.46
%32.18

CMYK color model

#9B7782 color CMYK value is (0,23,16,39).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK:
(0,23,16,39)
C0M23Y16K39 
(0%,23%,16%,39%)
(0.00/0.23/0.16/0.39)	

CMYK percentages

%0
%23.23
%16.13
%39.22

Codes

Color #9B7782 in popluar color models

9B7782
RGB155119130
HSL342°15.25%53.73%
HSB/HSV342°23.23%60.78%
CMYK0.00%23.23%16.13%
39.22%

Color #9B7782 in popluar number systems.

HEX9B7782
Decimal155119130
Binary10011011111011110000010
Octal233167202

Shades and tints

Shades of #9B7782

#9B7782
(155,119,130)
#8D6D77
(141,109,119)
#7F636C
(127,99,108)
#715961
(113,89,97)
#634F56
(99,79,86)
#55454B
(85,69,75)
#473B40
(71,59,64)
#393135
(57,49,53)
#2B272A
(43,39,42)
#1D1D1F
(29,29,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #9B7782

#9B7782
(155,119,130)
#A4838D
(164,131,141)
#AD8F98
(173,143,152)
#B69BA3
(182,155,163)
#BFA7AE
(191,167,174)
#C8B3B9
(200,179,185)
#D1BFC4
(209,191,196)
#DACBCF
(218,203,207)
#E3D7DA
(227,215,218)
#ECE3E5
(236,227,229)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7782; }

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

This text font color is #9B7782.


Background Color

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

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

This div background color is #9B7782.


Border color

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

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

This div border color is #9B7782.


Opacity

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

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

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

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

This text has shadow with #9B7782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7782 on black background.


Color preview on white background

This text has color #9B7782 on white background.



Black color preview on #9B7782 background

This text has black color on #9B7782 background.


White color preview on #9B7782 background

This text has white color on #9B7782 background.