COLOR #91797D

HEX: #91797D RGB: (145,121,125)

Color info

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

RGB color model

#91797D color RGB value is (145,121,125).

RGB: (145,121,125) (57%, 47%, 49%)

RGB channels and saturation

R 145 of 255 = 57%
G 121 of 255 = 47%
B 125 of 255 = 49%

145
121
125

R + G + B ~ 51%. #91797D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 121 + 125 = 391 (100%)
R 145 of 391 ~ 37.08%
G 121 of 391 ~ 30.95%
B 125 of 391 ~ 31.97'%

%37.08
%30.95
%31.97

CMYK color model

#91797D color CMYK value is (0,17,14,43).

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 13.79%
  • key color value is 43.14%

CMYK: (0,17,14,43)
C0M17Y14K43 (0%, 17%, 14%, 43%)
(0.00 / 0.17 / 0.14 / 0.43)

CMYK percentages

%0
%16.55
%13.79
%43.14

Codes

Color #91797D in popluar color models

91 79 7D
RGB 145 121 125
HSL 350° 9.84% 52.16%
HSB/HSV 350° 16.55% 56.86%
CMYK 0.00% 16.55% 13.79%
43.14%

Color #91797D in popluar number systems.

HEX 91 79 7D
Decimal 145 121 125
Binary 10010001 1111001 1111101
Octal 221 171 175

Shades and tints

Shades of #91797D

#91797D
(145,121,125)
#846E72
(132,110,114)
#776367
(119,99,103)
#6A585C
(106,88,92)
#5D4D51
(93,77,81)
#504246
(80,66,70)
#43373B
(67,55,59)
#362C30
(54,44,48)
#292125
(41,33,37)
#1C161A
(28,22,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #91797D

#91797D
(145,121,125)
#9B8588
(155,133,136)
#A59193
(165,145,147)
#AF9D9E
(175,157,158)
#B9A9A9
(185,169,169)
#C3B5B4
(195,181,180)
#CDC1BF
(205,193,191)
#D7CDCA
(215,205,202)
#E1D9D5
(225,217,213)
#EBE5E0
(235,229,224)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91797D color. Also use rgb(145,121,125) instead hex code.

Text Font Color

.myTextColor { color: #91797D; }

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

This text font color is #91797D.

Background Color

.myBgColor { background-color: #91797D; }

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

This div background color is #91797D.

Border color

.myBorderColor { border: 1px solid #91797D; }

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

This div border color is #91797D.

Opacity

.myOpacity80 { color: #91797D; opacity: 0.8; }

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

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

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

This text has shadow with #91797D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91797D.

Preview

Color preview on black background

This text has color #91797D on black background.


Color preview on white background

This text has color #91797D on white background.


Black color preview on #91797D background

This text has black color on #91797D background.


White color preview on #91797D background

This text has white color on #91797D background.


Related colors

Complementary color

Complementary color for #hex is #6E8682.


I love getcolorcode.com

Triadic colors

1 #7D9179 and #797D91 with #91797D are triadic colors.

2 #7D7991 and #79917D with #91797D are triadic colors.