COLOR #96778E

HEX: #96778E
RGB: (150,119,142)

Color info

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

RGB color model

#96778E color RGB value is (150,119,142).

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

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 142 of 255 = 56%

150
119
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 119 + 142 = 411 (100%)
R 150 of 411 ~ 36.5%
G 119 of 411 ~ 28.95%
B 142 of 411 ~ 34.55%

%36.5
%28.95
%34.55

CMYK color model

#96778E color CMYK value is (0,21,5,41).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(0,21,5,41)
C0M21Y5K41 
(0%,21%,5%,41%)
(0.00/0.21/0.05/0.41)	

CMYK percentages

%0
%20.67
%5.33
%41.18

Codes

Color #96778E in popluar color models

96778E
RGB150119142
HSL315°12.86%52.75%
HSB/HSV315°20.67%58.82%
CMYK0.00%20.67%5.33%
41.18%

Color #96778E in popluar number systems.

HEX96778E
Decimal150119142
Binary10010110111011110001110
Octal226167216

Shades and tints

Shades of #96778E

#96778E
(150,119,142)
#896D82
(137,109,130)
#7C6376
(124,99,118)
#6F596A
(111,89,106)
#624F5E
(98,79,94)
#554552
(85,69,82)
#483B46
(72,59,70)
#3B313A
(59,49,58)
#2E272E
(46,39,46)
#211D22
(33,29,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #96778E

#96778E
(150,119,142)
#9F8398
(159,131,152)
#A88FA2
(168,143,162)
#B19BAC
(177,155,172)
#BAA7B6
(186,167,182)
#C3B3C0
(195,179,192)
#CCBFCA
(204,191,202)
#D5CBD4
(213,203,212)
#DED7DE
(222,215,222)
#E7E3E8
(231,227,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96778E color. Also use rgb(150,119,142) instead hex code.

Text Font Color

.myTextColor { color: #96778E; }

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

This text font color is #96778E.


Background Color

.myBgColor { background-color: #96778E; }

<div style="background-color:#96778E">Inner text</div>

This div background color is #96778E.


Border color

.myBorderColor { border: 1px solid #96778E; }

<div style="border:3px solid #96778E">Div</div>

This div border color is #96778E.


Opacity

.myOpacity80 { color: #96778E; opacity: 0.8; }

<p style="color:#96778E;opacity:0.8;">80%</p>

Text with #96778E 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 #96778E;}

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

This text has shadow with #96778E color.

.textShadow {text-shadow: 3px 3px 1px #96778E, 3px 3px 1px red;}

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

This text has shadow with #96778E primary color and red secondary color.


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

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

This text has shadow with #96778E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96778E on black background.


Color preview on white background

This text has color #96778E on white background.



Black color preview on #96778E background

This text has black color on #96778E background.


White color preview on #96778E background

This text has white color on #96778E background.