COLOR #96778D

HEX: #96778D RGB: (150,119,141)

Color info

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

RGB color model

#96778D color RGB value is (150,119,141).

RGB: (150,119,141) (59%, 47%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 141 of 255 = 55%

150
119
141

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

Portions of RGB colors in percentages

R + G + B = 150 + 119 + 141 = 410 (100%)
R 150 of 410 ~ 36.59%
G 119 of 410 ~ 29.02%
B 141 of 410 ~ 34.39'%

%36.59
%29.02
%34.39

CMYK color model

#96778D color CMYK value is (0,21,6,41).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 6.00%
  • key color value is 41.18%

CMYK: (0,21,6,41)
C0M21Y6K41 (0%, 21%, 6%, 41%)
(0.00 / 0.21 / 0.06 / 0.41)

CMYK percentages

%0
%20.67
%6
%41.18

Codes

Color #96778D in popluar color models

96 77 8D
RGB 150 119 141
HSL 317° 12.86% 52.75%
HSB/HSV 317° 20.67% 58.82%
CMYK 0.00% 20.67% 6.00%
41.18%

Color #96778D in popluar number systems.

HEX 96 77 8D
Decimal 150 119 141
Binary 10010110 1110111 10001101
Octal 226 167 215

Shades and tints

Shades of #96778D

#96778D
(150,119,141)
#896D81
(137,109,129)
#7C6375
(124,99,117)
#6F5969
(111,89,105)
#624F5D
(98,79,93)
#554551
(85,69,81)
#483B45
(72,59,69)
#3B3139
(59,49,57)
#2E272D
(46,39,45)
#211D21
(33,29,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #96778D

#96778D
(150,119,141)
#9F8397
(159,131,151)
#A88FA1
(168,143,161)
#B19BAB
(177,155,171)
#BAA7B5
(186,167,181)
#C3B3BF
(195,179,191)
#CCBFC9
(204,191,201)
#D5CBD3
(213,203,211)
#DED7DD
(222,215,221)
#E7E3E7
(231,227,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96778D; }

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

This text font color is #96778D.

Background Color

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

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

This div background color is #96778D.

Border color

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

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

This div border color is #96778D.

Opacity

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

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

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

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

This text has shadow with #96778D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96778D.

Preview

Color preview on black background

This text has color #96778D on black background.


Color preview on white background

This text has color #96778D on white background.


Black color preview on #96778D background

This text has black color on #96778D background.


White color preview on #96778D background

This text has white color on #96778D background.


Related colors

Complementary color

Complementary color for #hex is #698872.


I love getcolorcode.com

Triadic colors

1 #8D9677 and #778D96 with #96778D are triadic colors.

2 #8D7796 and #77968D with #96778D are triadic colors.