COLOR #96787C

HEX: #96787C RGB: (150,120,124)

Color info

#96787C contains red, green and blue colors in about the same proportion. Web safe color of #96787C is #996666 (or #966).

RGB color model

#96787C color RGB value is (150,120,124).

RGB: (150,120,124) (59%, 47%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 124 of 255 = 49%

150
120
124

R + G + B ~ 52%. #96787C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 120 + 124 = 394 (100%)
R 150 of 394 ~ 38.07%
G 120 of 394 ~ 30.46%
B 124 of 394 ~ 31.47'%

%38.07
%30.46
%31.47

CMYK color model

#96787C color CMYK value is (0,20,17,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 17.33%
  • key color value is 41.18%

CMYK: (0,20,17,41)
C0M20Y17K41 (0%, 20%, 17%, 41%)
(0.00 / 0.20 / 0.17 / 0.41)

CMYK percentages

%0
%20
%17.33
%41.18

Codes

Color #96787C in popluar color models

96 78 7C
RGB 150 120 124
HSL 352° 12.50% 52.94%
HSB/HSV 352° 20.00% 58.82%
CMYK 0.00% 20.00% 17.33%
41.18%

Color #96787C in popluar number systems.

HEX 96 78 7C
Decimal 150 120 124
Binary 10010110 1111000 1111100
Octal 226 170 174

Shades and tints

Shades of #96787C

#96787C
(150,120,124)
#896E71
(137,110,113)
#7C6466
(124,100,102)
#6F5A5B
(111,90,91)
#625050
(98,80,80)
#554645
(85,70,69)
#483C3A
(72,60,58)
#3B322F
(59,50,47)
#2E2824
(46,40,36)
#211E19
(33,30,25)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #96787C

#96787C
(150,120,124)
#9F8487
(159,132,135)
#A89092
(168,144,146)
#B19C9D
(177,156,157)
#BAA8A8
(186,168,168)
#C3B4B3
(195,180,179)
#CCC0BE
(204,192,190)
#D5CCC9
(213,204,201)
#DED8D4
(222,216,212)
#E7E4DF
(231,228,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96787C color. Also use rgb(150,120,124) instead hex code.

Text Font Color

.myTextColor { color: #96787C; }

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

This text font color is #96787C.

Background Color

.myBgColor { background-color: #96787C; }

<div style="background-color:#96787C">Inner text</div>

This div background color is #96787C.

Border color

.myBorderColor { border: 1px solid #96787C; }

<div style="border:3px solid #96787C">Div</div>

This div border color is #96787C.

Opacity

.myOpacity80 { color: #96787C; opacity: 0.8; }

<p style="color:#96787C;opacity:0.8;">80%</p>

Text with #96787C 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 #96787C;}

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

This text has shadow with #96787C color.


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

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

This text has shadow with #96787C primary color and red secondary color.


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

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

This text has shadow with #96787C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96787C.

Preview

Color preview on black background

This text has color #96787C on black background.


Color preview on white background

This text has color #96787C on white background.


Black color preview on #96787C background

This text has black color on #96787C background.


White color preview on #96787C background

This text has white color on #96787C background.


Related colors

Complementary color

Complementary color for #hex is #698783.


I love getcolorcode.com

Triadic colors

1 #7C9678 and #787C96 with #96787C are triadic colors.

2 #7C7896 and #78967C with #96787C are triadic colors.