COLOR #756F5B

HEX: #756F5B
RGB: (117,111,91)

Color info

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

RGB color model

#756F5B color RGB value is (117,111,91).

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

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 91 of 255 = 36%

117
111
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 91 = 319 (100%)
R 117 of 319 ~ 36.68%
G 111 of 319 ~ 34.8%
B 91 of 319 ~ 28.53%

%36.68
%34.8
%28.53

CMYK color model

#756F5B color CMYK value is (0,5,22,54).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,5,22,54)
C0M5Y22K54 
(0%,5%,22%,54%)
(0.00/0.05/0.22/0.54)	

CMYK percentages

%0
%5.13
%22.22
%54.12

Codes

Color #756F5B in popluar color models

756F5B
RGB11711191
HSL46°12.50%40.78%
HSB/HSV46°22.22%45.88%
CMYK0.00%5.13%22.22%
54.12%

Color #756F5B in popluar number systems.

HEX756F5B
Decimal11711191
Binary111010111011111011011
Octal165157133

Shades and tints

Shades of #756F5B

#756F5B
(117,111,91)
#6B6553
(107,101,83)
#615B4B
(97,91,75)
#575143
(87,81,67)
#4D473B
(77,71,59)
#433D33
(67,61,51)
#39332B
(57,51,43)
#2F2923
(47,41,35)
#251F1B
(37,31,27)
#1B1513
(27,21,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #756F5B

#756F5B
(117,111,91)
#817C69
(129,124,105)
#8D8977
(141,137,119)
#999685
(153,150,133)
#A5A393
(165,163,147)
#B1B0A1
(177,176,161)
#BDBDAF
(189,189,175)
#C9CABD
(201,202,189)
#D5D7CB
(213,215,203)
#E1E4D9
(225,228,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756F5B; }

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

This text font color is #756F5B.


Background Color

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

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

This div background color is #756F5B.


Border color

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

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

This div border color is #756F5B.


Opacity

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

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

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

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

This text has shadow with #756F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756F5B on black background.


Color preview on white background

This text has color #756F5B on white background.



Black color preview on #756F5B background

This text has black color on #756F5B background.


White color preview on #756F5B background

This text has white color on #756F5B background.