COLOR #917177

HEX: #917177
RGB: (145,113,119)

Color info

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

RGB color model

#917177 color RGB value is (145,113,119).

  • red value is 145;
  • green value is 113;
  • blue value is 119.
RGB:
(145,113,119)
(57%,44%,47%)

RGB channels and saturation

R 145 of 255 = 57%
G 113 of 255 = 44%
B 119 of 255 = 47%

145
113
119

R + G + B ~ 49%. #917177 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 113 + 119 = 377 (100%)
R 145 of 377 ~ 38.46%
G 113 of 377 ~ 29.97%
B 119 of 377 ~ 31.56%

%38.46
%29.97
%31.56

CMYK color model

#917177 color CMYK value is (0,22,18,43).

  • cyan value is 0.00%
  • magenta value is 22.07%
  • yellow value is 17.93%
  • key color value is 43.14%
CMYK:
(0,22,18,43)
C0M22Y18K43 
(0%,22%,18%,43%)
(0.00/0.22/0.18/0.43)	

CMYK percentages

%0
%22.07
%17.93
%43.14

Codes

Color #917177 in popluar color models

917177
RGB145113119
HSL349°12.70%50.59%
HSB/HSV349°22.07%56.86%
CMYK0.00%22.07%17.93%
43.14%

Color #917177 in popluar number systems.

HEX917177
Decimal145113119
Binary1001000111100011110111
Octal221161167

Shades and tints

Shades of #917177

#917177
(145,113,119)
#84676D
(132,103,109)
#775D63
(119,93,99)
#6A5359
(106,83,89)
#5D494F
(93,73,79)
#503F45
(80,63,69)
#43353B
(67,53,59)
#362B31
(54,43,49)
#292127
(41,33,39)
#1C171D
(28,23,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #917177

#917177
(145,113,119)
#9B7D83
(155,125,131)
#A5898F
(165,137,143)
#AF959B
(175,149,155)
#B9A1A7
(185,161,167)
#C3ADB3
(195,173,179)
#CDB9BF
(205,185,191)
#D7C5CB
(215,197,203)
#E1D1D7
(225,209,215)
#EBDDE3
(235,221,227)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917177 color. Also use rgb(145,113,119) instead hex code.

Text Font Color

.myTextColor { color: #917177; }

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

This text font color is #917177.


Background Color

.myBgColor { background-color: #917177; }

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

This div background color is #917177.


Border color

.myBorderColor { border: 1px solid #917177; }

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

This div border color is #917177.


Opacity

.myOpacity80 { color: #917177; opacity: 0.8; }

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

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

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

This text has shadow with #917177 color.

.textShadow {text-shadow: 3px 3px 1px #917177, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #917177;
-webkit-box-shadow: 1px 1px 3px 2px #917177;
box-shadow:1px 1px 3px 2px #917177;">
Div content here</div>
This div box has shadow with color #917177.

Preview

Color preview on black background

This text has color #917177 on black background.


Color preview on white background

This text has color #917177 on white background.



Black color preview on #917177 background

This text has black color on #917177 background.


White color preview on #917177 background

This text has white color on #917177 background.