COLOR #967D77

HEX: #967D77 RGB: (150,125,119)

Color info

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

RGB color model

#967D77 color RGB value is (150,125,119).

RGB: (150,125,119) (59%, 49%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 119 of 255 = 47%

150
125
119

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

Portions of RGB colors in percentages

R + G + B = 150 + 125 + 119 = 394 (100%)
R 150 of 394 ~ 38.07%
G 125 of 394 ~ 31.73%
B 119 of 394 ~ 30.2'%

%38.07
%31.73
%30.2

CMYK color model

#967D77 color CMYK value is (0,17,21,41).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK: (0,17,21,41) C0M17Y21K41 (0%,17%,21%,41%) (0.00/0.17/0.21/0.41) 

CMYK percentages

%0
%16.67
%20.67
%41.18

Codes

Color #967D77 in popluar color models

96 7D 77
RGB 150 125 119
HSL 12° 12.86% 52.75%
HSB/HSV 12° 20.67% 58.82%
CMYK 0.00% 16.67% 20.67%
41.18%

Color #967D77 in popluar number systems.

HEX 96 7D 77
Decimal 150 125 119
Binary 10010110 1111101 1110111
Octal 226 175 167

Shades and tints

Shades of #967D77

#967D77
(150,125,119)
#89726D
(137,114,109)
#7C6763
(124,103,99)
#6F5C59
(111,92,89)
#62514F
(98,81,79)
#554645
(85,70,69)
#483B3B
(72,59,59)
#3B3031
(59,48,49)
#2E2527
(46,37,39)
#211A1D
(33,26,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #967D77

#967D77
(150,125,119)
#9F8883
(159,136,131)
#A8938F
(168,147,143)
#B19E9B
(177,158,155)
#BAA9A7
(186,169,167)
#C3B4B3
(195,180,179)
#CCBFBF
(204,191,191)
#D5CACB
(213,202,203)
#DED5D7
(222,213,215)
#E7E0E3
(231,224,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967D77; }

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

This text font color is #967D77.

Background Color

.myBgColor { background-color: #967D77; }

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

This div background color is #967D77.

Border color

.myBorderColor { border: 1px solid #967D77; }

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

This div border color is #967D77.

Opacity

.myOpacity80 { color: #967D77; opacity: 0.8; }

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

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

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

This text has shadow with #967D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #967D77.

Preview

Color preview on black background

This text has color #967D77 on black background.


Color preview on white background

This text has color #967D77 on white background.


Black color preview on #967D77 background

This text has black color on #967D77 background.


White color preview on #967D77 background

This text has white color on #967D77 background.


Related colors

Complementary color

Complementary color for #hex is #698288.


I love getcolorcode.com

Triadic colors

1 #77967D and #7D7796 with #967D77 are triadic colors.

2 #777D96 and #7D9677 with #967D77 are triadic colors.