COLOR #968777

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

Color info

#968777 contains red, green and blue colors in about the same proportion. Web safe color of #968777 is #999966 (or #996).

RGB color model

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

RGB: (150,135,119) (59%, 53%, 47%)

RGB channels and saturation

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

150
135
119

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

Portions of RGB colors in percentages

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

%37.13
%33.42
%29.46

CMYK color model

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

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

CMYK: (0,10,21,41)
C0M10Y21K41 (0%, 10%, 21%, 41%)
(0.00 / 0.10 / 0.21 / 0.41)

CMYK percentages

%0
%10
%20.67
%41.18

Codes

Color #968777 in popluar color models

96 87 77
RGB 150 135 119
HSL 31° 12.86% 52.75%
HSB/HSV 31° 20.67% 58.82%
CMYK 0.00% 10.00% 20.67%
41.18%

Color #968777 in popluar number systems.

HEX 96 87 77
Decimal 150 135 119
Binary 10010110 10000111 1110111
Octal 226 207 167

Shades and tints

Shades of #968777

#968777
(150,135,119)
#897B6D
(137,123,109)
#7C6F63
(124,111,99)
#6F6359
(111,99,89)
#62574F
(98,87,79)
#554B45
(85,75,69)
#483F3B
(72,63,59)
#3B3331
(59,51,49)
#2E2727
(46,39,39)
#211B1D
(33,27,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #968777

#968777
(150,135,119)
#9F9183
(159,145,131)
#A89B8F
(168,155,143)
#B1A59B
(177,165,155)
#BAAFA7
(186,175,167)
#C3B9B3
(195,185,179)
#CCC3BF
(204,195,191)
#D5CDCB
(213,205,203)
#DED7D7
(222,215,215)
#E7E1E3
(231,225,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968777; }

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

This text font color is #968777.

Background Color

.myBgColor { background-color: #968777; }

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

This div background color is #968777.

Border color

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

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

This div border color is #968777.

Opacity

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

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

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

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

This text has shadow with #968777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968777.

Preview

Color preview on black background

This text has color #968777 on black background.


Color preview on white background

This text has color #968777 on white background.


Black color preview on #968777 background

This text has black color on #968777 background.


White color preview on #968777 background

This text has white color on #968777 background.


Related colors

Complementary color

Complementary color for #hex is #697888.


I love getcolorcode.com

Triadic colors

1 #779687 and #877796 with #968777 are triadic colors.

2 #778796 and #879677 with #968777 are triadic colors.