COLOR #756E61

HEX: #756E61
RGB: (117,110,97)

Color info

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

RGB color model

#756E61 color RGB value is (117,110,97).

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

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 97 of 255 = 38%

117
110
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 97 = 324 (100%)
R 117 of 324 ~ 36.11%
G 110 of 324 ~ 33.95%
B 97 of 324 ~ 29.94%

%36.11
%33.95
%29.94

CMYK color model

#756E61 color CMYK value is (0,6,17,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(0,6,17,54)
C0M6Y17K54 
(0%,6%,17%,54%)
(0.00/0.06/0.17/0.54)	

CMYK percentages

%0
%5.98
%17.09
%54.12

Codes

Color #756E61 in popluar color models

756E61
RGB11711097
HSL39°9.35%41.96%
HSB/HSV39°17.09%45.88%
CMYK0.00%5.98%17.09%
54.12%

Color #756E61 in popluar number systems.

HEX756E61
Decimal11711097
Binary111010111011101100001
Octal165156141

Shades and tints

Shades of #756E61

#756E61
(117,110,97)
#6B6459
(107,100,89)
#615A51
(97,90,81)
#575049
(87,80,73)
#4D4641
(77,70,65)
#433C39
(67,60,57)
#393231
(57,50,49)
#2F2829
(47,40,41)
#251E21
(37,30,33)
#1B1419
(27,20,25)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #756E61

#756E61
(117,110,97)
#817B6F
(129,123,111)
#8D887D
(141,136,125)
#99958B
(153,149,139)
#A5A299
(165,162,153)
#B1AFA7
(177,175,167)
#BDBCB5
(189,188,181)
#C9C9C3
(201,201,195)
#D5D6D1
(213,214,209)
#E1E3DF
(225,227,223)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E61; }

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

This text font color is #756E61.


Background Color

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

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

This div background color is #756E61.


Border color

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

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

This div border color is #756E61.


Opacity

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

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

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

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

This text has shadow with #756E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E61 on black background.


Color preview on white background

This text has color #756E61 on white background.



Black color preview on #756E61 background

This text has black color on #756E61 background.


White color preview on #756E61 background

This text has white color on #756E61 background.