COLOR #997F79

HEX: #997F79 RGB: (153,127,121)

Color info

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

RGB color model

#997F79 color RGB value is (153,127,121).

RGB: (153,127,121) (60%, 50%, 47%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 121 of 255 = 47%

153
127
121

R + G + B ~ 52%. #997F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 121 = 401 (100%)
R 153 of 401 ~ 38.15%
G 127 of 401 ~ 31.67%
B 121 of 401 ~ 30.17'%

%38.15
%31.67
%30.17

CMYK color model

#997F79 color CMYK value is (0,17,21,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 20.92%
  • key color value is 40.00%

CMYK: (0,17,21,40)
C0M17Y21K40 (0%, 17%, 21%, 40%)
(0.00 / 0.17 / 0.21 / 0.40)

CMYK percentages

%0
%16.99
%20.92
%40

Codes

Color #997F79 in popluar color models

99 7F 79
RGB 153 127 121
HSL 11° 13.56% 53.73%
HSB/HSV 11° 20.92% 60.00%
CMYK 0.00% 16.99% 20.92%
40.00%

Color #997F79 in popluar number systems.

HEX 99 7F 79
Decimal 153 127 121
Binary 10011001 1111111 1111001
Octal 231 177 171

Shades and tints

Shades of #997F79

#997F79
(153,127,121)
#8C746E
(140,116,110)
#7F6963
(127,105,99)
#725E58
(114,94,88)
#65534D
(101,83,77)
#584842
(88,72,66)
#4B3D37
(75,61,55)
#3E322C
(62,50,44)
#312721
(49,39,33)
#241C16
(36,28,22)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #997F79

#997F79
(153,127,121)
#A28A85
(162,138,133)
#AB9591
(171,149,145)
#B4A09D
(180,160,157)
#BDABA9
(189,171,169)
#C6B6B5
(198,182,181)
#CFC1C1
(207,193,193)
#D8CCCD
(216,204,205)
#E1D7D9
(225,215,217)
#EAE2E5
(234,226,229)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997F79 color. Also use rgb(153,127,121) instead hex code.

Text Font Color

.myTextColor { color: #997F79; }

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

This text font color is #997F79.

Background Color

.myBgColor { background-color: #997F79; }

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

This div background color is #997F79.

Border color

.myBorderColor { border: 1px solid #997F79; }

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

This div border color is #997F79.

Opacity

.myOpacity80 { color: #997F79; opacity: 0.8; }

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

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

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

This text has shadow with #997F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997F79.

Preview

Color preview on black background

This text has color #997F79 on black background.


Color preview on white background

This text has color #997F79 on white background.


Black color preview on #997F79 background

This text has black color on #997F79 background.


White color preview on #997F79 background

This text has white color on #997F79 background.


Related colors

Complementary color

Complementary color for #hex is #668086.


I love getcolorcode.com

Triadic colors

1 #79997F and #7F7999 with #997F79 are triadic colors.

2 #797F99 and #7F9979 with #997F79 are triadic colors.