COLOR #917E7E

HEX: #917E7E RGB: (145,126,126)

Color info

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

RGB color model

#917E7E color RGB value is (145,126,126).

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

RGB channels and saturation

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

145
126
126

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

Portions of RGB colors in percentages

R + G + B = 145 + 126 + 126 = 397 (100%)
R 145 of 397 ~ 36.52%
G 126 of 397 ~ 31.74%
B 126 of 397 ~ 31.74'%

%36.52
%31.74
%31.74

CMYK color model

#917E7E color CMYK value is (0,13,13,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 13.10%
  • key color value is 43.14%
CMYK: (0,13,13,43) C0M13Y13K43 (0%,13%,13%,43%) (0.00/0.13/0.13/0.43) 

CMYK percentages

%0
%13.1
%13.1
%43.14

Codes

Color #917E7E in popluar color models

91 7E 7E
RGB 145 126 126
HSL 7.95% 53.14%
HSB/HSV 13.10% 56.86%
CMYK 0.00% 13.10% 13.10%
43.14%

Color #917E7E in popluar number systems.

HEX 91 7E 7E
Decimal 145 126 126
Binary 10010001 1111110 1111110
Octal 221 176 176

Shades and tints

Shades of #917E7E

#917E7E
(145,126,126)
#847373
(132,115,115)
#776868
(119,104,104)
#6A5D5D
(106,93,93)
#5D5252
(93,82,82)
#504747
(80,71,71)
#433C3C
(67,60,60)
#363131
(54,49,49)
#292626
(41,38,38)
#1C1B1B
(28,27,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #917E7E

#917E7E
(145,126,126)
#9B8989
(155,137,137)
#A59494
(165,148,148)
#AF9F9F
(175,159,159)
#B9AAAA
(185,170,170)
#C3B5B5
(195,181,181)
#CDC0C0
(205,192,192)
#D7CBCB
(215,203,203)
#E1D6D6
(225,214,214)
#EBE1E1
(235,225,225)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917E7E; }

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

This text font color is #917E7E.

Background Color

.myBgColor { background-color: #917E7E; }

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

This div background color is #917E7E.

Border color

.myBorderColor { border: 1px solid #917E7E; }

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

This div border color is #917E7E.

Opacity

.myOpacity80 { color: #917E7E; opacity: 0.8; }

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

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

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

This text has shadow with #917E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917E7E.

Preview

Color preview on black background

This text has color #917E7E on black background.


Color preview on white background

This text has color #917E7E on white background.


Black color preview on #917E7E background

This text has black color on #917E7E background.


White color preview on #917E7E background

This text has white color on #917E7E background.


Related colors

Complementary color

Complementary color for #hex is #6E8181.


I love getcolorcode.com