COLOR #97776C

HEX: #97776C
RGB: (151,119,108)

Color info

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

RGB color model

#97776C color RGB value is (151,119,108).

  • red value is 151;
  • green value is 119;
  • blue value is 108.
RGB:
(151,119,108)
(59%,47%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 108 of 255 = 42%

151
119
108

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

Portions of RGB colors in percentages

R + G + B =
151 + 119 + 108 = 378 (100%)
R 151 of 378 ~ 39.95%
G 119 of 378 ~ 31.48%
B 108 of 378 ~ 28.57%

%39.95
%31.48
%28.57

CMYK color model

#97776C color CMYK value is (0,21,28,41).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(0,21,28,41)
C0M21Y28K41 
(0%,21%,28%,41%)
(0.00/0.21/0.28/0.41)	

CMYK percentages

%0
%21.19
%28.48
%40.78

Codes

Color #97776C in popluar color models

97776C
RGB151119108
HSL15°17.13%50.78%
HSB/HSV15°28.48%59.22%
CMYK0.00%21.19%28.48%
40.78%

Color #97776C in popluar number systems.

HEX97776C
Decimal151119108
Binary1001011111101111101100
Octal227167154

Shades and tints

Shades of #97776C

#97776C
(151,119,108)
#8A6D63
(138,109,99)
#7D635A
(125,99,90)
#705951
(112,89,81)
#634F48
(99,79,72)
#56453F
(86,69,63)
#493B36
(73,59,54)
#3C312D
(60,49,45)
#2F2724
(47,39,36)
#221D1B
(34,29,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97776C

#97776C
(151,119,108)
#A08379
(160,131,121)
#A98F86
(169,143,134)
#B29B93
(178,155,147)
#BBA7A0
(187,167,160)
#C4B3AD
(196,179,173)
#CDBFBA
(205,191,186)
#D6CBC7
(214,203,199)
#DFD7D4
(223,215,212)
#E8E3E1
(232,227,225)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97776C color. Also use rgb(151,119,108) instead hex code.

Text Font Color

.myTextColor { color: #97776C; }

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

This text font color is #97776C.


Background Color

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

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

This div background color is #97776C.


Border color

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

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

This div border color is #97776C.


Opacity

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

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

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

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

This text has shadow with #97776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97776C on black background.


Color preview on white background

This text has color #97776C on white background.



Black color preview on #97776C background

This text has black color on #97776C background.


White color preview on #97776C background

This text has white color on #97776C background.