COLOR #917F80

HEX: #917F80
RGB: (145,127,128)

Color info

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

RGB color model

#917F80 color RGB value is (145,127,128).

  • red value is 145;
  • green value is 127;
  • blue value is 128.
RGB:
(145,127,128)
(57%,50%,50%)

RGB channels and saturation

R 145 of 255 = 57%
G 127 of 255 = 50%
B 128 of 255 = 50%

145
127
128

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

Portions of RGB colors in percentages

R + G + B =
145 + 127 + 128 = 400 (100%)
R 145 of 400 ~ 36.25%
G 127 of 400 ~ 31.75%
B 128 of 400 ~ 32%

%36.25
%31.75
%32

CMYK color model

#917F80 color CMYK value is (0,12,12,43).

  • cyan value is 0.00%
  • magenta value is 12.41%
  • yellow value is 11.72%
  • key color value is 43.14%
CMYK:
(0,12,12,43)
C0M12Y12K43 
(0%,12%,12%,43%)
(0.00/0.12/0.12/0.43)	

CMYK percentages

%0
%12.41
%11.72
%43.14

Codes

Color #917F80 in popluar color models

917F80
RGB145127128
HSL357°7.56%53.33%
HSB/HSV357°12.41%56.86%
CMYK0.00%12.41%11.72%
43.14%

Color #917F80 in popluar number systems.

HEX917F80
Decimal145127128
Binary10010001111111110000000
Octal221177200

Shades and tints

Shades of #917F80

#917F80
(145,127,128)
#847475
(132,116,117)
#77696A
(119,105,106)
#6A5E5F
(106,94,95)
#5D5354
(93,83,84)
#504849
(80,72,73)
#433D3E
(67,61,62)
#363233
(54,50,51)
#292728
(41,39,40)
#1C1C1D
(28,28,29)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #917F80

#917F80
(145,127,128)
#9B8A8B
(155,138,139)
#A59596
(165,149,150)
#AFA0A1
(175,160,161)
#B9ABAC
(185,171,172)
#C3B6B7
(195,182,183)
#CDC1C2
(205,193,194)
#D7CCCD
(215,204,205)
#E1D7D8
(225,215,216)
#EBE2E3
(235,226,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917F80; }

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

This text font color is #917F80.


Background Color

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

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

This div background color is #917F80.


Border color

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

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

This div border color is #917F80.


Opacity

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

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

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

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

This text has shadow with #917F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917F80 on black background.


Color preview on white background

This text has color #917F80 on white background.



Black color preview on #917F80 background

This text has black color on #917F80 background.


White color preview on #917F80 background

This text has white color on #917F80 background.