COLOR #967787

HEX: #967787
RGB: (150,119,135)

Color info

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

RGB color model

#967787 color RGB value is (150,119,135).

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

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 135 of 255 = 53%

150
119
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 119 + 135 = 404 (100%)
R 150 of 404 ~ 37.13%
G 119 of 404 ~ 29.46%
B 135 of 404 ~ 33.42%

%37.13
%29.46
%33.42

CMYK color model

#967787 color CMYK value is (0,21,10,41).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 10.00%
  • key color value is 41.18%
CMYK:
(0,21,10,41)
C0M21Y10K41 
(0%,21%,10%,41%)
(0.00/0.21/0.10/0.41)	

CMYK percentages

%0
%20.67
%10
%41.18

Codes

Color #967787 in popluar color models

967787
RGB150119135
HSL329°12.86%52.75%
HSB/HSV329°20.67%58.82%
CMYK0.00%20.67%10.00%
41.18%

Color #967787 in popluar number systems.

HEX967787
Decimal150119135
Binary10010110111011110000111
Octal226167207

Shades and tints

Shades of #967787

#967787
(150,119,135)
#896D7B
(137,109,123)
#7C636F
(124,99,111)
#6F5963
(111,89,99)
#624F57
(98,79,87)
#55454B
(85,69,75)
#483B3F
(72,59,63)
#3B3133
(59,49,51)
#2E2727
(46,39,39)
#211D1B
(33,29,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #967787

#967787
(150,119,135)
#9F8391
(159,131,145)
#A88F9B
(168,143,155)
#B19BA5
(177,155,165)
#BAA7AF
(186,167,175)
#C3B3B9
(195,179,185)
#CCBFC3
(204,191,195)
#D5CBCD
(213,203,205)
#DED7D7
(222,215,215)
#E7E3E1
(231,227,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967787; }

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

This text font color is #967787.


Background Color

.myBgColor { background-color: #967787; }

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

This div background color is #967787.


Border color

.myBorderColor { border: 1px solid #967787; }

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

This div border color is #967787.


Opacity

.myOpacity80 { color: #967787; opacity: 0.8; }

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

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

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

This text has shadow with #967787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967787 on black background.


Color preview on white background

This text has color #967787 on white background.



Black color preview on #967787 background

This text has black color on #967787 background.


White color preview on #967787 background

This text has white color on #967787 background.