COLOR #756D61

HEX: #756D61
RGB: (117,109,97)

Color info

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

RGB color model

#756D61 color RGB value is (117,109,97).

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

RGB channels and saturation

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

117
109
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 97 = 323 (100%)
R 117 of 323 ~ 36.22%
G 109 of 323 ~ 33.75%
B 97 of 323 ~ 30.03%

%36.22
%33.75
%30.03

CMYK color model

#756D61 color CMYK value is (0,7,17,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(0,7,17,54)
C0M7Y17K54 
(0%,7%,17%,54%)
(0.00/0.07/0.17/0.54)	

CMYK percentages

%0
%6.84
%17.09
%54.12

Codes

Color #756D61 in popluar color models

756D61
RGB11710997
HSL36°9.35%41.96%
HSB/HSV36°17.09%45.88%
CMYK0.00%6.84%17.09%
54.12%

Color #756D61 in popluar number systems.

HEX756D61
Decimal11710997
Binary111010111011011100001
Octal165155141

Shades and tints

Shades of #756D61

#756D61
(117,109,97)
#6B6459
(107,100,89)
#615B51
(97,91,81)
#575249
(87,82,73)
#4D4941
(77,73,65)
#434039
(67,64,57)
#393731
(57,55,49)
#2F2E29
(47,46,41)
#252521
(37,37,33)
#1B1C19
(27,28,25)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #756D61

#756D61
(117,109,97)
#817A6F
(129,122,111)
#8D877D
(141,135,125)
#99948B
(153,148,139)
#A5A199
(165,161,153)
#B1AEA7
(177,174,167)
#BDBBB5
(189,187,181)
#C9C8C3
(201,200,195)
#D5D5D1
(213,213,209)
#E1E2DF
(225,226,223)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D61; }

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

This text font color is #756D61.


Background Color

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

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

This div background color is #756D61.


Border color

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

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

This div border color is #756D61.


Opacity

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

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

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

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

This text has shadow with #756D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D61 on black background.


Color preview on white background

This text has color #756D61 on white background.



Black color preview on #756D61 background

This text has black color on #756D61 background.


White color preview on #756D61 background

This text has white color on #756D61 background.