COLOR #916D76

HEX: #916D76
RGB: (145,109,118)

Color info

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

RGB color model

#916D76 color RGB value is (145,109,118).

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

RGB channels and saturation

R 145 of 255 = 57%
G 109 of 255 = 43%
B 118 of 255 = 46%

145
109
118

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

Portions of RGB colors in percentages

R + G + B =
145 + 109 + 118 = 372 (100%)
R 145 of 372 ~ 38.98%
G 109 of 372 ~ 29.3%
B 118 of 372 ~ 31.72%

%38.98
%29.3
%31.72

CMYK color model

#916D76 color CMYK value is (0,25,19,43).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(0,25,19,43)
C0M25Y19K43 
(0%,25%,19%,43%)
(0.00/0.25/0.19/0.43)	

CMYK percentages

%0
%24.83
%18.62
%43.14

Codes

Color #916D76 in popluar color models

916D76
RGB145109118
HSL345°14.17%49.80%
HSB/HSV345°24.83%56.86%
CMYK0.00%24.83%18.62%
43.14%

Color #916D76 in popluar number systems.

HEX916D76
Decimal145109118
Binary1001000111011011110110
Octal221155166

Shades and tints

Shades of #916D76

#916D76
(145,109,118)
#84646C
(132,100,108)
#775B62
(119,91,98)
#6A5258
(106,82,88)
#5D494E
(93,73,78)
#504044
(80,64,68)
#43373A
(67,55,58)
#362E30
(54,46,48)
#292526
(41,37,38)
#1C1C1C
(28,28,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #916D76

#916D76
(145,109,118)
#9B7A82
(155,122,130)
#A5878E
(165,135,142)
#AF949A
(175,148,154)
#B9A1A6
(185,161,166)
#C3AEB2
(195,174,178)
#CDBBBE
(205,187,190)
#D7C8CA
(215,200,202)
#E1D5D6
(225,213,214)
#EBE2E2
(235,226,226)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #916D76; }

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

This text font color is #916D76.


Background Color

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

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

This div background color is #916D76.


Border color

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

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

This div border color is #916D76.


Opacity

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

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

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

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

This text has shadow with #916D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #916D76 on black background.


Color preview on white background

This text has color #916D76 on white background.



Black color preview on #916D76 background

This text has black color on #916D76 background.


White color preview on #916D76 background

This text has white color on #916D76 background.