COLOR #978C74

HEX: #978C74 RGB: (151,140,116)

Color info

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

RGB color model

#978C74 color RGB value is (151,140,116).

RGB: (151,140,116) (59%, 55%, 45%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 116 of 255 = 45%

151
140
116

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 116 = 407 (100%)
R 151 of 407 ~ 37.1%
G 140 of 407 ~ 34.4%
B 116 of 407 ~ 28.5'%

%37.1
%34.4
%28.5

CMYK color model

#978C74 color CMYK value is (0,7,23,41).

  • cyan value is 0.00%
  • magenta value is 7.28%
  • yellow value is 23.18%
  • key color value is 40.78%

CMYK: (0,7,23,41)
C0M7Y23K41 (0%, 7%, 23%, 41%)
(0.00 / 0.07 / 0.23 / 0.41)

CMYK percentages

%0
%7.28
%23.18
%40.78

Codes

Color #978C74 in popluar color models

97 8C 74
RGB 151 140 116
HSL 41° 14.40% 52.35%
HSB/HSV 41° 23.18% 59.22%
CMYK 0.00% 7.28% 23.18%
40.78%

Color #978C74 in popluar number systems.

HEX 97 8C 74
Decimal 151 140 116
Binary 10010111 10001100 1110100
Octal 227 214 164

Shades and tints

Shades of #978C74

#978C74
(151,140,116)
#8A806A
(138,128,106)
#7D7460
(125,116,96)
#706856
(112,104,86)
#635C4C
(99,92,76)
#565042
(86,80,66)
#494438
(73,68,56)
#3C382E
(60,56,46)
#2F2C24
(47,44,36)
#22201A
(34,32,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #978C74

#978C74
(151,140,116)
#A09680
(160,150,128)
#A9A08C
(169,160,140)
#B2AA98
(178,170,152)
#BBB4A4
(187,180,164)
#C4BEB0
(196,190,176)
#CDC8BC
(205,200,188)
#D6D2C8
(214,210,200)
#DFDCD4
(223,220,212)
#E8E6E0
(232,230,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978C74 color. Also use rgb(151,140,116) instead hex code.

Text Font Color

.myTextColor { color: #978C74; }

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

This text font color is #978C74.

Background Color

.myBgColor { background-color: #978C74; }

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

This div background color is #978C74.

Border color

.myBorderColor { border: 1px solid #978C74; }

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

This div border color is #978C74.

Opacity

.myOpacity80 { color: #978C74; opacity: 0.8; }

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

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

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

This text has shadow with #978C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978C74.

Preview

Color preview on black background

This text has color #978C74 on black background.


Color preview on white background

This text has color #978C74 on white background.


Black color preview on #978C74 background

This text has black color on #978C74 background.


White color preview on #978C74 background

This text has white color on #978C74 background.


Related colors

Complementary color

Complementary color for #hex is #68738B.


I love getcolorcode.com

Triadic colors

1 #74978C and #8C7497 with #978C74 are triadic colors.

2 #748C97 and #8C9774 with #978C74 are triadic colors.