COLOR #978C79

HEX: #978C79 RGB: (151,140,121)

Color info

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

RGB color model

#978C79 color RGB value is (151,140,121).

RGB: (151,140,121) (59%, 55%, 47%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 121 of 255 = 47%

151
140
121

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 121 = 412 (100%)
R 151 of 412 ~ 36.65%
G 140 of 412 ~ 33.98%
B 121 of 412 ~ 29.37'%

%36.65
%33.98
%29.37

CMYK color model

#978C79 color CMYK value is (0,7,20,41).

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

CMYK: (0,7,20,41)
C0M7Y20K41 (0%, 7%, 20%, 41%)
(0.00 / 0.07 / 0.20 / 0.41)

CMYK percentages

%0
%7.28
%19.87
%40.78

Codes

Color #978C79 in popluar color models

97 8C 79
RGB 151 140 121
HSL 38° 12.61% 53.33%
HSB/HSV 38° 19.87% 59.22%
CMYK 0.00% 7.28% 19.87%
40.78%

Color #978C79 in popluar number systems.

HEX 97 8C 79
Decimal 151 140 121
Binary 10010111 10001100 1111001
Octal 227 214 171

Shades and tints

Shades of #978C79

#978C79
(151,140,121)
#8A806E
(138,128,110)
#7D7463
(125,116,99)
#706858
(112,104,88)
#635C4D
(99,92,77)
#565042
(86,80,66)
#494437
(73,68,55)
#3C382C
(60,56,44)
#2F2C21
(47,44,33)
#222016
(34,32,22)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #978C79

#978C79
(151,140,121)
#A09685
(160,150,133)
#A9A091
(169,160,145)
#B2AA9D
(178,170,157)
#BBB4A9
(187,180,169)
#C4BEB5
(196,190,181)
#CDC8C1
(205,200,193)
#D6D2CD
(214,210,205)
#DFDCD9
(223,220,217)
#E8E6E5
(232,230,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978C79; }

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

This text font color is #978C79.

Background Color

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

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

This div background color is #978C79.

Border color

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

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

This div border color is #978C79.

Opacity

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

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

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

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

This text has shadow with #978C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978C79.

Preview

Color preview on black background

This text has color #978C79 on black background.


Color preview on white background

This text has color #978C79 on white background.


Black color preview on #978C79 background

This text has black color on #978C79 background.


White color preview on #978C79 background

This text has white color on #978C79 background.


Related colors

Complementary color

Complementary color for #hex is #687386.


I love getcolorcode.com

Triadic colors

1 #79978C and #8C7997 with #978C79 are triadic colors.

2 #798C97 and #8C9779 with #978C79 are triadic colors.