COLOR #756D5B

HEX: #756D5B
RGB: (117,109,91)

Color info

#756D5B contains red, green and blue colors in about the same proportion. Web safe color of #756D5B is #666666 (or #666).

RGB color model

#756D5B color RGB value is (117,109,91).

  • red value is 117;
  • green value is 109;
  • blue value is 91.
RGB:
(117,109,91)
(46%,43%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 91 of 255 = 36%

117
109
91

R + G + B ~ 42%. #756D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 91 = 317 (100%)
R 117 of 317 ~ 36.91%
G 109 of 317 ~ 34.38%
B 91 of 317 ~ 28.71%

%36.91
%34.38
%28.71

CMYK color model

#756D5B color CMYK value is (0,7,22,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,7,22,54)
C0M7Y22K54 
(0%,7%,22%,54%)
(0.00/0.07/0.22/0.54)	

CMYK percentages

%0
%6.84
%22.22
%54.12

Codes

Color #756D5B in popluar color models

756D5B
RGB11710991
HSL42°12.50%40.78%
HSB/HSV42°22.22%45.88%
CMYK0.00%6.84%22.22%
54.12%

Color #756D5B in popluar number systems.

HEX756D5B
Decimal11710991
Binary111010111011011011011
Octal165155133

Shades and tints

Shades of #756D5B

#756D5B
(117,109,91)
#6B6453
(107,100,83)
#615B4B
(97,91,75)
#575243
(87,82,67)
#4D493B
(77,73,59)
#434033
(67,64,51)
#39372B
(57,55,43)
#2F2E23
(47,46,35)
#25251B
(37,37,27)
#1B1C13
(27,28,19)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #756D5B

#756D5B
(117,109,91)
#817A69
(129,122,105)
#8D8777
(141,135,119)
#999485
(153,148,133)
#A5A193
(165,161,147)
#B1AEA1
(177,174,161)
#BDBBAF
(189,187,175)
#C9C8BD
(201,200,189)
#D5D5CB
(213,213,203)
#E1E2D9
(225,226,217)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756D5B color. Also use rgb(117,109,91) instead hex code.

Text Font Color

.myTextColor { color: #756D5B; }

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

This text font color is #756D5B.


Background Color

.myBgColor { background-color: #756D5B; }

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

This div background color is #756D5B.


Border color

.myBorderColor { border: 1px solid #756D5B; }

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

This div border color is #756D5B.


Opacity

.myOpacity80 { color: #756D5B; opacity: 0.8; }

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

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

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

This text has shadow with #756D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D5B on black background.


Color preview on white background

This text has color #756D5B on white background.



Black color preview on #756D5B background

This text has black color on #756D5B background.


White color preview on #756D5B background

This text has white color on #756D5B background.