COLOR #96776F

HEX: #96776F RGB: (150,119,111)

Color info

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

RGB color model

#96776F color RGB value is (150,119,111).

RGB: (150,119,111) (59%, 47%, 44%)

RGB channels and saturation

R 150 of 255 = 59%
G 119 of 255 = 47%
B 111 of 255 = 44%

150
119
111

R + G + B ~ 50%. #96776F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 119 + 111 = 380 (100%)
R 150 of 380 ~ 39.47%
G 119 of 380 ~ 31.32%
B 111 of 380 ~ 29.21'%

%39.47
%31.32
%29.21

CMYK color model

#96776F color CMYK value is (0,21,26,41).

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

CMYK: (0,21,26,41)
C0M21Y26K41 (0%, 21%, 26%, 41%)
(0.00 / 0.21 / 0.26 / 0.41)

CMYK percentages

%0
%20.67
%26
%41.18

Codes

Color #96776F in popluar color models

96 77 6F
RGB 150 119 111
HSL 12° 15.66% 51.18%
HSB/HSV 12° 26.00% 58.82%
CMYK 0.00% 20.67% 26.00%
41.18%

Color #96776F in popluar number systems.

HEX 96 77 6F
Decimal 150 119 111
Binary 10010110 1110111 1101111
Octal 226 167 157

Shades and tints

Shades of #96776F

#96776F
(150,119,111)
#896D65
(137,109,101)
#7C635B
(124,99,91)
#6F5951
(111,89,81)
#624F47
(98,79,71)
#55453D
(85,69,61)
#483B33
(72,59,51)
#3B3129
(59,49,41)
#2E271F
(46,39,31)
#211D15
(33,29,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #96776F

#96776F
(150,119,111)
#9F837C
(159,131,124)
#A88F89
(168,143,137)
#B19B96
(177,155,150)
#BAA7A3
(186,167,163)
#C3B3B0
(195,179,176)
#CCBFBD
(204,191,189)
#D5CBCA
(213,203,202)
#DED7D7
(222,215,215)
#E7E3E4
(231,227,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96776F; }

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

This text font color is #96776F.

Background Color

.myBgColor { background-color: #96776F; }

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

This div background color is #96776F.

Border color

.myBorderColor { border: 1px solid #96776F; }

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

This div border color is #96776F.

Opacity

.myOpacity80 { color: #96776F; opacity: 0.8; }

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

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

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

This text has shadow with #96776F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96776F.

Preview

Color preview on black background

This text has color #96776F on black background.


Color preview on white background

This text has color #96776F on white background.


Black color preview on #96776F background

This text has black color on #96776F background.


White color preview on #96776F background

This text has white color on #96776F background.


Related colors

Complementary color

Complementary color for #hex is #698890.


I love getcolorcode.com

Triadic colors

1 #6F9677 and #776F96 with #96776F are triadic colors.

2 #6F7796 and #77966F with #96776F are triadic colors.