COLOR #756E57

HEX: #756E57
RGB: (117,110,87)

Color info

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

RGB color model

#756E57 color RGB value is (117,110,87).

  • red value is 117;
  • green value is 110;
  • blue value is 87.
RGB:
(117,110,87)
(46%,43%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 87 of 255 = 34%

117
110
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 87 = 314 (100%)
R 117 of 314 ~ 37.26%
G 110 of 314 ~ 35.03%
B 87 of 314 ~ 27.71%

%37.26
%35.03
%27.71

CMYK color model

#756E57 color CMYK value is (0,6,26,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,6,26,54)
C0M6Y26K54 
(0%,6%,26%,54%)
(0.00/0.06/0.26/0.54)	

CMYK percentages

%0
%5.98
%25.64
%54.12

Codes

Color #756E57 in popluar color models

756E57
RGB11711087
HSL46°14.71%40.00%
HSB/HSV46°25.64%45.88%
CMYK0.00%5.98%25.64%
54.12%

Color #756E57 in popluar number systems.

HEX756E57
Decimal11711087
Binary111010111011101010111
Octal165156127

Shades and tints

Shades of #756E57

#756E57
(117,110,87)
#6B6450
(107,100,80)
#615A49
(97,90,73)
#575042
(87,80,66)
#4D463B
(77,70,59)
#433C34
(67,60,52)
#39322D
(57,50,45)
#2F2826
(47,40,38)
#251E1F
(37,30,31)
#1B1418
(27,20,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #756E57

#756E57
(117,110,87)
#817B66
(129,123,102)
#8D8875
(141,136,117)
#999584
(153,149,132)
#A5A293
(165,162,147)
#B1AFA2
(177,175,162)
#BDBCB1
(189,188,177)
#C9C9C0
(201,201,192)
#D5D6CF
(213,214,207)
#E1E3DE
(225,227,222)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756E57 color. Also use rgb(117,110,87) instead hex code.

Text Font Color

.myTextColor { color: #756E57; }

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

This text font color is #756E57.


Background Color

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

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

This div background color is #756E57.


Border color

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

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

This div border color is #756E57.


Opacity

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

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

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

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

This text has shadow with #756E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E57 on black background.


Color preview on white background

This text has color #756E57 on white background.



Black color preview on #756E57 background

This text has black color on #756E57 background.


White color preview on #756E57 background

This text has white color on #756E57 background.