COLOR #97777E

HEX: #97777E RGB: (151,119,126)

Color info

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

RGB color model

#97777E color RGB value is (151,119,126).

RGB: (151,119,126) (59%, 47%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 126 of 255 = 49%

151
119
126

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

Portions of RGB colors in percentages

R + G + B = 151 + 119 + 126 = 396 (100%)
R 151 of 396 ~ 38.13%
G 119 of 396 ~ 30.05%
B 126 of 396 ~ 31.82'%

%38.13
%30.05
%31.82

CMYK color model

#97777E color CMYK value is (0,21,17,41).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 16.56%
  • key color value is 40.78%

CMYK: (0,21,17,41)
C0M21Y17K41 (0%, 21%, 17%, 41%)
(0.00 / 0.21 / 0.17 / 0.41)

CMYK percentages

%0
%21.19
%16.56
%40.78

Codes

Color #97777E in popluar color models

97 77 7E
RGB 151 119 126
HSL 347° 13.33% 52.94%
HSB/HSV 347° 21.19% 59.22%
CMYK 0.00% 21.19% 16.56%
40.78%

Color #97777E in popluar number systems.

HEX 97 77 7E
Decimal 151 119 126
Binary 10010111 1110111 1111110
Octal 227 167 176

Shades and tints

Shades of #97777E

#97777E
(151,119,126)
#8A6D73
(138,109,115)
#7D6368
(125,99,104)
#70595D
(112,89,93)
#634F52
(99,79,82)
#564547
(86,69,71)
#493B3C
(73,59,60)
#3C3131
(60,49,49)
#2F2726
(47,39,38)
#221D1B
(34,29,27)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #97777E

#97777E
(151,119,126)
#A08389
(160,131,137)
#A98F94
(169,143,148)
#B29B9F
(178,155,159)
#BBA7AA
(187,167,170)
#C4B3B5
(196,179,181)
#CDBFC0
(205,191,192)
#D6CBCB
(214,203,203)
#DFD7D6
(223,215,214)
#E8E3E1
(232,227,225)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97777E color. Also use rgb(151,119,126) instead hex code.

Text Font Color

.myTextColor { color: #97777E; }

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

This text font color is #97777E.

Background Color

.myBgColor { background-color: #97777E; }

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

This div background color is #97777E.

Border color

.myBorderColor { border: 1px solid #97777E; }

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

This div border color is #97777E.

Opacity

.myOpacity80 { color: #97777E; opacity: 0.8; }

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

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

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

This text has shadow with #97777E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97777E.

Preview

Color preview on black background

This text has color #97777E on black background.


Color preview on white background

This text has color #97777E on white background.


Black color preview on #97777E background

This text has black color on #97777E background.


White color preview on #97777E background

This text has white color on #97777E background.


Related colors

Complementary color

Complementary color for #hex is #688881.


I love getcolorcode.com

Triadic colors

1 #7E9777 and #777E97 with #97777E are triadic colors.

2 #7E7797 and #77977E with #97777E are triadic colors.