COLOR #977A69

HEX: #977A69 RGB: (151,122,105)

Color info

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

RGB color model

#977A69 color RGB value is (151,122,105).

RGB: (151,122,105) (59%, 48%, 41%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 105 of 255 = 41%

151
122
105

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

Portions of RGB colors in percentages

R + G + B = 151 + 122 + 105 = 378 (100%)
R 151 of 378 ~ 39.95%
G 122 of 378 ~ 32.28%
B 105 of 378 ~ 27.78'%

%39.95
%32.28
%27.78

CMYK color model

#977A69 color CMYK value is (0,19,30,41).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 30.46%
  • key color value is 40.78%

CMYK: (0,19,30,41)
C0M19Y30K41 (0%, 19%, 30%, 41%)
(0.00 / 0.19 / 0.30 / 0.41)

CMYK percentages

%0
%19.21
%30.46
%40.78

Codes

Color #977A69 in popluar color models

97 7A 69
RGB 151 122 105
HSL 22° 18.11% 50.20%
HSB/HSV 22° 30.46% 59.22%
CMYK 0.00% 19.21% 30.46%
40.78%

Color #977A69 in popluar number systems.

HEX 97 7A 69
Decimal 151 122 105
Binary 10010111 1111010 1101001
Octal 227 172 151

Shades and tints

Shades of #977A69

#977A69
(151,122,105)
#8A6F60
(138,111,96)
#7D6457
(125,100,87)
#70594E
(112,89,78)
#634E45
(99,78,69)
#56433C
(86,67,60)
#493833
(73,56,51)
#3C2D2A
(60,45,42)
#2F2221
(47,34,33)
#221718
(34,23,24)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #977A69

#977A69
(151,122,105)
#A08676
(160,134,118)
#A99283
(169,146,131)
#B29E90
(178,158,144)
#BBAA9D
(187,170,157)
#C4B6AA
(196,182,170)
#CDC2B7
(205,194,183)
#D6CEC4
(214,206,196)
#DFDAD1
(223,218,209)
#E8E6DE
(232,230,222)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977A69 color. Also use rgb(151,122,105) instead hex code.

Text Font Color

.myTextColor { color: #977A69; }

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

This text font color is #977A69.

Background Color

.myBgColor { background-color: #977A69; }

<div style="background-color:#977A69">Inner text</div>

This div background color is #977A69.

Border color

.myBorderColor { border: 1px solid #977A69; }

<div style="border:3px solid #977A69">Div</div>

This div border color is #977A69.

Opacity

.myOpacity80 { color: #977A69; opacity: 0.8; }

<p style="color:#977A69;opacity:0.8;">80%</p>

Text with #977A69 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 #977A69;}

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

This text has shadow with #977A69 color.


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

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

This text has shadow with #977A69 primary color and red secondary color.


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

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

This text has shadow with #977A69 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #977A69.

Preview

Color preview on black background

This text has color #977A69 on black background.


Color preview on white background

This text has color #977A69 on white background.


Black color preview on #977A69 background

This text has black color on #977A69 background.


White color preview on #977A69 background

This text has white color on #977A69 background.


Related colors

Complementary color

Complementary color for #hex is #688596.


I love getcolorcode.com

Triadic colors

1 #69977A and #7A6997 with #977A69 are triadic colors.

2 #697A97 and #7A9769 with #977A69 are triadic colors.