COLOR #9B778E

HEX: #9B778E
RGB: (155,119,142)

Color info

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

RGB color model

#9B778E color RGB value is (155,119,142).

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

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 142 of 255 = 56%

155
119
142

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

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 142 = 416 (100%)
R 155 of 416 ~ 37.26%
G 119 of 416 ~ 28.61%
B 142 of 416 ~ 34.13%

%37.26
%28.61
%34.13

CMYK color model

#9B778E color CMYK value is (0,23,8,39).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 8.39%
  • key color value is 39.22%
CMYK:
(0,23,8,39)
C0M23Y8K39 
(0%,23%,8%,39%)
(0.00/0.23/0.08/0.39)	

CMYK percentages

%0
%23.23
%8.39
%39.22

Codes

Color #9B778E in popluar color models

9B778E
RGB155119142
HSL322°15.25%53.73%
HSB/HSV322°23.23%60.78%
CMYK0.00%23.23%8.39%
39.22%

Color #9B778E in popluar number systems.

HEX9B778E
Decimal155119142
Binary10011011111011110001110
Octal233167216

Shades and tints

Shades of #9B778E

#9B778E
(155,119,142)
#8D6D82
(141,109,130)
#7F6376
(127,99,118)
#71596A
(113,89,106)
#634F5E
(99,79,94)
#554552
(85,69,82)
#473B46
(71,59,70)
#39313A
(57,49,58)
#2B272E
(43,39,46)
#1D1D22
(29,29,34)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #9B778E

#9B778E
(155,119,142)
#A48398
(164,131,152)
#AD8FA2
(173,143,162)
#B69BAC
(182,155,172)
#BFA7B6
(191,167,182)
#C8B3C0
(200,179,192)
#D1BFCA
(209,191,202)
#DACBD4
(218,203,212)
#E3D7DE
(227,215,222)
#ECE3E8
(236,227,232)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B778E; }

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

This text font color is #9B778E.


Background Color

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

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

This div background color is #9B778E.


Border color

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

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

This div border color is #9B778E.


Opacity

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

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

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

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

This text has shadow with #9B778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B778E on black background.


Color preview on white background

This text has color #9B778E on white background.



Black color preview on #9B778E background

This text has black color on #9B778E background.


White color preview on #9B778E background

This text has white color on #9B778E background.