COLOR #977676

HEX: #977676
RGB: (151,118,118)

Color info

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

RGB color model

#977676 color RGB value is (151,118,118).

  • red value is 151;
  • green value is 118;
  • blue value is 118.
RGB:
(151,118,118)
(59%,46%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 118 of 255 = 46%

151
118
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 118 + 118 = 387 (100%)
R 151 of 387 ~ 39.02%
G 118 of 387 ~ 30.49%
B 118 of 387 ~ 30.49%

%39.02
%30.49
%30.49

CMYK color model

#977676 color CMYK value is (0,22,22,41).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,22,22,41)
C0M22Y22K41 
(0%,22%,22%,41%)
(0.00/0.22/0.22/0.41)	

CMYK percentages

%0
%21.85
%21.85
%40.78

Codes

Color #977676 in popluar color models

977676
RGB151118118
HSL13.69%52.75%
HSB/HSV21.85%59.22%
CMYK0.00%21.85%21.85%
40.78%

Color #977676 in popluar number systems.

HEX977676
Decimal151118118
Binary1001011111101101110110
Octal227166166

Shades and tints

Shades of #977676

#977676
(151,118,118)
#8A6C6C
(138,108,108)
#7D6262
(125,98,98)
#705858
(112,88,88)
#634E4E
(99,78,78)
#564444
(86,68,68)
#493A3A
(73,58,58)
#3C3030
(60,48,48)
#2F2626
(47,38,38)
#221C1C
(34,28,28)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #977676

#977676
(151,118,118)
#A08282
(160,130,130)
#A98E8E
(169,142,142)
#B29A9A
(178,154,154)
#BBA6A6
(187,166,166)
#C4B2B2
(196,178,178)
#CDBEBE
(205,190,190)
#D6CACA
(214,202,202)
#DFD6D6
(223,214,214)
#E8E2E2
(232,226,226)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977676; }

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

This text font color is #977676.


Background Color

.myBgColor { background-color: #977676; }

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

This div background color is #977676.


Border color

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

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

This div border color is #977676.


Opacity

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

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

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

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

This text has shadow with #977676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977676 on black background.


Color preview on white background

This text has color #977676 on white background.



Black color preview on #977676 background

This text has black color on #977676 background.


White color preview on #977676 background

This text has white color on #977676 background.