COLOR #756C4F

HEX: #756C4F
RGB: (117,108,79)

Color info

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

RGB color model

#756C4F color RGB value is (117,108,79).

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

RGB channels and saturation

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

117
108
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 79 = 304 (100%)
R 117 of 304 ~ 38.49%
G 108 of 304 ~ 35.53%
B 79 of 304 ~ 25.99%

%38.49
%35.53
%25.99

CMYK color model

#756C4F color CMYK value is (0,8,32,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(0,8,32,54)
C0M8Y32K54 
(0%,8%,32%,54%)
(0.00/0.08/0.32/0.54)	

CMYK percentages

%0
%7.69
%32.48
%54.12

Codes

Color #756C4F in popluar color models

756C4F
RGB11710879
HSL46°19.39%38.43%
HSB/HSV46°32.48%45.88%
CMYK0.00%7.69%32.48%
54.12%

Color #756C4F in popluar number systems.

HEX756C4F
Decimal11710879
Binary111010111011001001111
Octal165154117

Shades and tints

Shades of #756C4F

#756C4F
(117,108,79)
#6B6348
(107,99,72)
#615A41
(97,90,65)
#57513A
(87,81,58)
#4D4833
(77,72,51)
#433F2C
(67,63,44)
#393625
(57,54,37)
#2F2D1E
(47,45,30)
#252417
(37,36,23)
#1B1B10
(27,27,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #756C4F

#756C4F
(117,108,79)
#81795F
(129,121,95)
#8D866F
(141,134,111)
#99937F
(153,147,127)
#A5A08F
(165,160,143)
#B1AD9F
(177,173,159)
#BDBAAF
(189,186,175)
#C9C7BF
(201,199,191)
#D5D4CF
(213,212,207)
#E1E1DF
(225,225,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756C4F; }

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

This text font color is #756C4F.


Background Color

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

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

This div background color is #756C4F.


Border color

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

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

This div border color is #756C4F.


Opacity

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

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

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

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

This text has shadow with #756C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C4F on black background.


Color preview on white background

This text has color #756C4F on white background.



Black color preview on #756C4F background

This text has black color on #756C4F background.


White color preview on #756C4F background

This text has white color on #756C4F background.