COLOR #756C4E

HEX: #756C4E
RGB: (117,108,78)

Color info

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

RGB color model

#756C4E color RGB value is (117,108,78).

  • red value is 117;
  • green value is 108;
  • blue value is 78.
RGB:
(117,108,78)
(46%,42%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 78 of 255 = 31%

117
108
78

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 78 = 303 (100%)
R 117 of 303 ~ 38.61%
G 108 of 303 ~ 35.64%
B 78 of 303 ~ 25.74%

%38.61
%35.64
%25.74

CMYK color model

#756C4E color CMYK value is (0,8,33,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(0,8,33,54)
C0M8Y33K54 
(0%,8%,33%,54%)
(0.00/0.08/0.33/0.54)	

CMYK percentages

%0
%7.69
%33.33
%54.12

Codes

Color #756C4E in popluar color models

756C4E
RGB11710878
HSL46°20.00%38.24%
HSB/HSV46°33.33%45.88%
CMYK0.00%7.69%33.33%
54.12%

Color #756C4E in popluar number systems.

HEX756C4E
Decimal11710878
Binary111010111011001001110
Octal165154116

Shades and tints

Shades of #756C4E

#756C4E
(117,108,78)
#6B6347
(107,99,71)
#615A40
(97,90,64)
#575139
(87,81,57)
#4D4832
(77,72,50)
#433F2B
(67,63,43)
#393624
(57,54,36)
#2F2D1D
(47,45,29)
#252416
(37,36,22)
#1B1B0F
(27,27,15)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #756C4E

#756C4E
(117,108,78)
#81795E
(129,121,94)
#8D866E
(141,134,110)
#99937E
(153,147,126)
#A5A08E
(165,160,142)
#B1AD9E
(177,173,158)
#BDBAAE
(189,186,174)
#C9C7BE
(201,199,190)
#D5D4CE
(213,212,206)
#E1E1DE
(225,225,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756C4E color. Also use rgb(117,108,78) instead hex code.

Text Font Color

.myTextColor { color: #756C4E; }

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

This text font color is #756C4E.


Background Color

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

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

This div background color is #756C4E.


Border color

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

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

This div border color is #756C4E.


Opacity

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

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

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

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

This text has shadow with #756C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C4E on black background.


Color preview on white background

This text has color #756C4E on white background.



Black color preview on #756C4E background

This text has black color on #756C4E background.


White color preview on #756C4E background

This text has white color on #756C4E background.