COLOR #97756C

HEX: #97756C RGB: (151,117,108)

Color info

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

RGB color model

#97756C color RGB value is (151,117,108).

RGB: (151,117,108) (59%, 46%, 42%)

RGB channels and saturation

R 151 of 255 = 59%
G 117 of 255 = 46%
B 108 of 255 = 42%

151
117
108

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

Portions of RGB colors in percentages

R + G + B = 151 + 117 + 108 = 376 (100%)
R 151 of 376 ~ 40.16%
G 117 of 376 ~ 31.12%
B 108 of 376 ~ 28.72'%

%40.16
%31.12
%28.72

CMYK color model

#97756C color CMYK value is (0,23,28,41).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK: (0,23,28,41) C0M23Y28K41 (0%,23%,28%,41%) (0.00/0.23/0.28/0.41) 

CMYK percentages

%0
%22.52
%28.48
%40.78

Codes

Color #97756C in popluar color models

97 75 6C
RGB 151 117 108
HSL 13° 17.13% 50.78%
HSB/HSV 13° 28.48% 59.22%
CMYK 0.00% 22.52% 28.48%
40.78%

Color #97756C in popluar number systems.

HEX 97 75 6C
Decimal 151 117 108
Binary 10010111 1110101 1101100
Octal 227 165 154

Shades and tints

Shades of #97756C

#97756C
(151,117,108)
#8A6B63
(138,107,99)
#7D615A
(125,97,90)
#705751
(112,87,81)
#634D48
(99,77,72)
#56433F
(86,67,63)
#493936
(73,57,54)
#3C2F2D
(60,47,45)
#2F2524
(47,37,36)
#221B1B
(34,27,27)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #97756C

#97756C
(151,117,108)
#A08179
(160,129,121)
#A98D86
(169,141,134)
#B29993
(178,153,147)
#BBA5A0
(187,165,160)
#C4B1AD
(196,177,173)
#CDBDBA
(205,189,186)
#D6C9C7
(214,201,199)
#DFD5D4
(223,213,212)
#E8E1E1
(232,225,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97756C; }

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

This text font color is #97756C.

Background Color

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

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

This div background color is #97756C.

Border color

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

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

This div border color is #97756C.

Opacity

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

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

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

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

This text has shadow with #97756C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97756C.

Preview

Color preview on black background

This text has color #97756C on black background.


Color preview on white background

This text has color #97756C on white background.


Black color preview on #97756C background

This text has black color on #97756C background.


White color preview on #97756C background

This text has white color on #97756C background.


Related colors

Complementary color

Complementary color for #hex is #688A93.


I love getcolorcode.com

Triadic colors

1 #6C9775 and #756C97 with #97756C are triadic colors.

2 #6C7597 and #75976C with #97756C are triadic colors.