COLOR #917756

HEX: #917756
RGB: (145,119,86)

Color info

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

RGB color model

#917756 color RGB value is (145,119,86).

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

RGB channels and saturation

R 145 of 255 = 57%
G 119 of 255 = 47%
B 86 of 255 = 34%

145
119
86

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

Portions of RGB colors in percentages

R + G + B =
145 + 119 + 86 = 350 (100%)
R 145 of 350 ~ 41.43%
G 119 of 350 ~ 34%
B 86 of 350 ~ 24.57%

%41.43
%34
%24.57

CMYK color model

#917756 color CMYK value is (0,18,41,43).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 40.69%
  • key color value is 43.14%
CMYK:
(0,18,41,43)
C0M18Y41K43 
(0%,18%,41%,43%)
(0.00/0.18/0.41/0.43)	

CMYK percentages

%0
%17.93
%40.69
%43.14

Codes

Color #917756 in popluar color models

917756
RGB14511986
HSL34°25.54%45.29%
HSB/HSV34°40.69%56.86%
CMYK0.00%17.93%40.69%
43.14%

Color #917756 in popluar number systems.

HEX917756
Decimal14511986
Binary1001000111101111010110
Octal221167126

Shades and tints

Shades of #917756

#917756
(145,119,86)
#846D4F
(132,109,79)
#776348
(119,99,72)
#6A5941
(106,89,65)
#5D4F3A
(93,79,58)
#504533
(80,69,51)
#433B2C
(67,59,44)
#363125
(54,49,37)
#29271E
(41,39,30)
#1C1D17
(28,29,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #917756

#917756
(145,119,86)
#9B8365
(155,131,101)
#A58F74
(165,143,116)
#AF9B83
(175,155,131)
#B9A792
(185,167,146)
#C3B3A1
(195,179,161)
#CDBFB0
(205,191,176)
#D7CBBF
(215,203,191)
#E1D7CE
(225,215,206)
#EBE3DD
(235,227,221)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917756; }

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

This text font color is #917756.


Background Color

.myBgColor { background-color: #917756; }

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

This div background color is #917756.


Border color

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

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

This div border color is #917756.


Opacity

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

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

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

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

This text has shadow with #917756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917756 on black background.


Color preview on white background

This text has color #917756 on white background.



Black color preview on #917756 background

This text has black color on #917756 background.


White color preview on #917756 background

This text has white color on #917756 background.