COLOR #917D76

HEX: #917D76
RGB: (145,125,118)

Color info

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

RGB color model

#917D76 color RGB value is (145,125,118).

  • red value is 145;
  • green value is 125;
  • blue value is 118.
RGB:
(145,125,118)
(57%,49%,46%)

RGB channels and saturation

R 145 of 255 = 57%
G 125 of 255 = 49%
B 118 of 255 = 46%

145
125
118

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

Portions of RGB colors in percentages

R + G + B =
145 + 125 + 118 = 388 (100%)
R 145 of 388 ~ 37.37%
G 125 of 388 ~ 32.22%
B 118 of 388 ~ 30.41%

%37.37
%32.22
%30.41

CMYK color model

#917D76 color CMYK value is (0,14,19,43).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(0,14,19,43)
C0M14Y19K43 
(0%,14%,19%,43%)
(0.00/0.14/0.19/0.43)	

CMYK percentages

%0
%13.79
%18.62
%43.14

Codes

Color #917D76 in popluar color models

917D76
RGB145125118
HSL16°10.93%51.57%
HSB/HSV16°18.62%56.86%
CMYK0.00%13.79%18.62%
43.14%

Color #917D76 in popluar number systems.

HEX917D76
Decimal145125118
Binary1001000111111011110110
Octal221175166

Shades and tints

Shades of #917D76

#917D76
(145,125,118)
#84726C
(132,114,108)
#776762
(119,103,98)
#6A5C58
(106,92,88)
#5D514E
(93,81,78)
#504644
(80,70,68)
#433B3A
(67,59,58)
#363030
(54,48,48)
#292526
(41,37,38)
#1C1A1C
(28,26,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #917D76

#917D76
(145,125,118)
#9B8882
(155,136,130)
#A5938E
(165,147,142)
#AF9E9A
(175,158,154)
#B9A9A6
(185,169,166)
#C3B4B2
(195,180,178)
#CDBFBE
(205,191,190)
#D7CACA
(215,202,202)
#E1D5D6
(225,213,214)
#EBE0E2
(235,224,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917D76; }

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

This text font color is #917D76.


Background Color

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

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

This div background color is #917D76.


Border color

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

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

This div border color is #917D76.


Opacity

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

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

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

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

This text has shadow with #917D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917D76 on black background.


Color preview on white background

This text has color #917D76 on white background.



Black color preview on #917D76 background

This text has black color on #917D76 background.


White color preview on #917D76 background

This text has white color on #917D76 background.