COLOR #977869

HEX: #977869
RGB: (151,120,105)

Color info

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

RGB color model

#977869 color RGB value is (151,120,105).

  • red value is 151;
  • green value is 120;
  • blue value is 105.
RGB:
(151,120,105)
(59%,47%,41%)

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 105 of 255 = 41%

151
120
105

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

Portions of RGB colors in percentages

R + G + B =
151 + 120 + 105 = 376 (100%)
R 151 of 376 ~ 40.16%
G 120 of 376 ~ 31.91%
B 105 of 376 ~ 27.93%

%40.16
%31.91
%27.93

CMYK color model

#977869 color CMYK value is (0,21,30,41).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 30.46%
  • key color value is 40.78%
CMYK:
(0,21,30,41)
C0M21Y30K41 
(0%,21%,30%,41%)
(0.00/0.21/0.30/0.41)	

CMYK percentages

%0
%20.53
%30.46
%40.78

Codes

Color #977869 in popluar color models

977869
RGB151120105
HSL20°18.11%50.20%
HSB/HSV20°30.46%59.22%
CMYK0.00%20.53%30.46%
40.78%

Color #977869 in popluar number systems.

HEX977869
Decimal151120105
Binary1001011111110001101001
Octal227170151

Shades and tints

Shades of #977869

#977869
(151,120,105)
#8A6E60
(138,110,96)
#7D6457
(125,100,87)
#705A4E
(112,90,78)
#635045
(99,80,69)
#56463C
(86,70,60)
#493C33
(73,60,51)
#3C322A
(60,50,42)
#2F2821
(47,40,33)
#221E18
(34,30,24)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #977869

#977869
(151,120,105)
#A08476
(160,132,118)
#A99083
(169,144,131)
#B29C90
(178,156,144)
#BBA89D
(187,168,157)
#C4B4AA
(196,180,170)
#CDC0B7
(205,192,183)
#D6CCC4
(214,204,196)
#DFD8D1
(223,216,209)
#E8E4DE
(232,228,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977869; }

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

This text font color is #977869.


Background Color

.myBgColor { background-color: #977869; }

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

This div background color is #977869.


Border color

.myBorderColor { border: 1px solid #977869; }

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

This div border color is #977869.


Opacity

.myOpacity80 { color: #977869; opacity: 0.8; }

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

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

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

This text has shadow with #977869 color.

.textShadow {text-shadow: 3px 3px 1px #977869, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #977869;
-webkit-box-shadow: 1px 1px 3px 2px #977869;
box-shadow:1px 1px 3px 2px #977869;">
Div content here</div>
This div box has shadow with color #977869.

Preview

Color preview on black background

This text has color #977869 on black background.


Color preview on white background

This text has color #977869 on white background.



Black color preview on #977869 background

This text has black color on #977869 background.


White color preview on #977869 background

This text has white color on #977869 background.