COLOR #91707E

HEX: #91707E RGB: (145,112,126)

Color info

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

RGB color model

#91707E color RGB value is (145,112,126).

RGB: (145,112,126) (57%, 44%, 49%)

RGB channels and saturation

R 145 of 255 = 57%
G 112 of 255 = 44%
B 126 of 255 = 49%

145
112
126

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

Portions of RGB colors in percentages

R + G + B = 145 + 112 + 126 = 383 (100%)
R 145 of 383 ~ 37.86%
G 112 of 383 ~ 29.24%
B 126 of 383 ~ 32.9'%

%37.86
%29.24
%32.9

CMYK color model

#91707E color CMYK value is (0,23,13,43).

  • cyan value is 0.00%
  • magenta value is 22.76%
  • yellow value is 13.10%
  • key color value is 43.14%

CMYK: (0,23,13,43)
C0M23Y13K43 (0%, 23%, 13%, 43%)
(0.00 / 0.23 / 0.13 / 0.43)

CMYK percentages

%0
%22.76
%13.1
%43.14

Codes

Color #91707E in popluar color models

91 70 7E
RGB 145 112 126
HSL 335° 13.04% 50.39%
HSB/HSV 335° 22.76% 56.86%
CMYK 0.00% 22.76% 13.10%
43.14%

Color #91707E in popluar number systems.

HEX 91 70 7E
Decimal 145 112 126
Binary 10010001 1110000 1111110
Octal 221 160 176

Shades and tints

Shades of #91707E

#91707E
(145,112,126)
#846673
(132,102,115)
#775C68
(119,92,104)
#6A525D
(106,82,93)
#5D4852
(93,72,82)
#503E47
(80,62,71)
#43343C
(67,52,60)
#362A31
(54,42,49)
#292026
(41,32,38)
#1C161B
(28,22,27)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #91707E

#91707E
(145,112,126)
#9B7D89
(155,125,137)
#A58A94
(165,138,148)
#AF979F
(175,151,159)
#B9A4AA
(185,164,170)
#C3B1B5
(195,177,181)
#CDBEC0
(205,190,192)
#D7CBCB
(215,203,203)
#E1D8D6
(225,216,214)
#EBE5E1
(235,229,225)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91707E color. Also use rgb(145,112,126) instead hex code.

Text Font Color

.myTextColor { color: #91707E; }

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

This text font color is #91707E.

Background Color

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

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

This div background color is #91707E.

Border color

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

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

This div border color is #91707E.

Opacity

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

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

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

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

This text has shadow with #91707E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91707E.

Preview

Color preview on black background

This text has color #91707E on black background.


Color preview on white background

This text has color #91707E on white background.


Black color preview on #91707E background

This text has black color on #91707E background.


White color preview on #91707E background

This text has white color on #91707E background.


Related colors

Complementary color

Complementary color for #hex is #6E8F81.


I love getcolorcode.com

Triadic colors

1 #7E9170 and #707E91 with #91707E are triadic colors.

2 #7E7091 and #70917E with #91707E are triadic colors.