COLOR #977B67

HEX: #977B67 RGB: (151,123,103)

Color info

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

RGB color model

#977B67 color RGB value is (151,123,103).

RGB: (151,123,103) (59%, 48%, 40%)

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 103 of 255 = 40%

151
123
103

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

Portions of RGB colors in percentages

R + G + B = 151 + 123 + 103 = 377 (100%)
R 151 of 377 ~ 40.05%
G 123 of 377 ~ 32.63%
B 103 of 377 ~ 27.32'%

%40.05
%32.63
%27.32

CMYK color model

#977B67 color CMYK value is (0,19,32,41).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 31.79%
  • key color value is 40.78%

CMYK: (0,19,32,41)
C0M19Y32K41 (0%, 19%, 32%, 41%)
(0.00 / 0.19 / 0.32 / 0.41)

CMYK percentages

%0
%18.54
%31.79
%40.78

Codes

Color #977B67 in popluar color models

97 7B 67
RGB 151 123 103
HSL 25° 18.90% 49.80%
HSB/HSV 25° 31.79% 59.22%
CMYK 0.00% 18.54% 31.79%
40.78%

Color #977B67 in popluar number systems.

HEX 97 7B 67
Decimal 151 123 103
Binary 10010111 1111011 1100111
Octal 227 173 147

Shades and tints

Shades of #977B67

#977B67
(151,123,103)
#8A705E
(138,112,94)
#7D6555
(125,101,85)
#705A4C
(112,90,76)
#634F43
(99,79,67)
#56443A
(86,68,58)
#493931
(73,57,49)
#3C2E28
(60,46,40)
#2F231F
(47,35,31)
#221816
(34,24,22)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #977B67

#977B67
(151,123,103)
#A08774
(160,135,116)
#A99381
(169,147,129)
#B29F8E
(178,159,142)
#BBAB9B
(187,171,155)
#C4B7A8
(196,183,168)
#CDC3B5
(205,195,181)
#D6CFC2
(214,207,194)
#DFDBCF
(223,219,207)
#E8E7DC
(232,231,220)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977B67 color. Also use rgb(151,123,103) instead hex code.

Text Font Color

.myTextColor { color: #977B67; }

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

This text font color is #977B67.

Background Color

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

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

This div background color is #977B67.

Border color

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

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

This div border color is #977B67.

Opacity

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

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

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

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

This text has shadow with #977B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977B67.

Preview

Color preview on black background

This text has color #977B67 on black background.


Color preview on white background

This text has color #977B67 on white background.


Black color preview on #977B67 background

This text has black color on #977B67 background.


White color preview on #977B67 background

This text has white color on #977B67 background.


Related colors

Complementary color

Complementary color for #hex is #688498.


I love getcolorcode.com

Triadic colors

1 #67977B and #7B6797 with #977B67 are triadic colors.

2 #677B97 and #7B9767 with #977B67 are triadic colors.