COLOR #97787F

HEX: #97787F RGB: (151,120,127)

Color info

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

RGB color model

#97787F color RGB value is (151,120,127).

RGB: (151,120,127) (59%, 47%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 127 of 255 = 50%

151
120
127

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

Portions of RGB colors in percentages

R + G + B = 151 + 120 + 127 = 398 (100%)
R 151 of 398 ~ 37.94%
G 120 of 398 ~ 30.15%
B 127 of 398 ~ 31.91'%

%37.94
%30.15
%31.91

CMYK color model

#97787F color CMYK value is (0,21,16,41).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 15.89%
  • key color value is 40.78%

CMYK: (0,21,16,41)
C0M21Y16K41 (0%, 21%, 16%, 41%)
(0.00 / 0.21 / 0.16 / 0.41)

CMYK percentages

%0
%20.53
%15.89
%40.78

Codes

Color #97787F in popluar color models

97 78 7F
RGB 151 120 127
HSL 346° 12.97% 53.14%
HSB/HSV 346° 20.53% 59.22%
CMYK 0.00% 20.53% 15.89%
40.78%

Color #97787F in popluar number systems.

HEX 97 78 7F
Decimal 151 120 127
Binary 10010111 1111000 1111111
Octal 227 170 177

Shades and tints

Shades of #97787F

#97787F
(151,120,127)
#8A6E74
(138,110,116)
#7D6469
(125,100,105)
#705A5E
(112,90,94)
#635053
(99,80,83)
#564648
(86,70,72)
#493C3D
(73,60,61)
#3C3232
(60,50,50)
#2F2827
(47,40,39)
#221E1C
(34,30,28)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #97787F

#97787F
(151,120,127)
#A0848A
(160,132,138)
#A99095
(169,144,149)
#B29CA0
(178,156,160)
#BBA8AB
(187,168,171)
#C4B4B6
(196,180,182)
#CDC0C1
(205,192,193)
#D6CCCC
(214,204,204)
#DFD8D7
(223,216,215)
#E8E4E2
(232,228,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97787F; }

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

This text font color is #97787F.

Background Color

.myBgColor { background-color: #97787F; }

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

This div background color is #97787F.

Border color

.myBorderColor { border: 1px solid #97787F; }

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

This div border color is #97787F.

Opacity

.myOpacity80 { color: #97787F; opacity: 0.8; }

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

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

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

This text has shadow with #97787F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97787F.

Preview

Color preview on black background

This text has color #97787F on black background.


Color preview on white background

This text has color #97787F on white background.


Black color preview on #97787F background

This text has black color on #97787F background.


White color preview on #97787F background

This text has white color on #97787F background.


Related colors

Complementary color

Complementary color for #hex is #688780.


I love getcolorcode.com

Triadic colors

1 #7F9778 and #787F97 with #97787F are triadic colors.

2 #7F7897 and #78977F with #97787F are triadic colors.