COLOR #756D4E

HEX: #756D4E RGB: (117,109,78)

Color info

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

RGB color model

#756D4E color RGB value is (117,109,78).

RGB: (117,109,78) (46%, 43%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 78 of 255 = 31%

117
109
78

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 78 = 304 (100%)
R 117 of 304 ~ 38.49%
G 109 of 304 ~ 35.86%
B 78 of 304 ~ 25.66'%

%38.49
%35.86
%25.66

CMYK color model

#756D4E color CMYK value is (0,7,33,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 33.33%
  • key color value is 54.12%

CMYK: (0,7,33,54)
C0M7Y33K54 (0%, 7%, 33%, 54%)
(0.00 / 0.07 / 0.33 / 0.54)

CMYK percentages

%0
%6.84
%33.33
%54.12

Codes

Color #756D4E in popluar color models

75 6D 4E
RGB 117 109 78
HSL 48° 20.00% 38.24%
HSB/HSV 48° 33.33% 45.88%
CMYK 0.00% 6.84% 33.33%
54.12%

Color #756D4E in popluar number systems.

HEX 75 6D 4E
Decimal 117 109 78
Binary 1110101 1101101 1001110
Octal 165 155 116

Shades and tints

Shades of #756D4E

#756D4E
(117,109,78)
#6B6447
(107,100,71)
#615B40
(97,91,64)
#575239
(87,82,57)
#4D4932
(77,73,50)
#43402B
(67,64,43)
#393724
(57,55,36)
#2F2E1D
(47,46,29)
#252516
(37,37,22)
#1B1C0F
(27,28,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #756D4E

#756D4E
(117,109,78)
#817A5E
(129,122,94)
#8D876E
(141,135,110)
#99947E
(153,148,126)
#A5A18E
(165,161,142)
#B1AE9E
(177,174,158)
#BDBBAE
(189,187,174)
#C9C8BE
(201,200,190)
#D5D5CE
(213,213,206)
#E1E2DE
(225,226,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D4E; }

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

This text font color is #756D4E.

Background Color

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

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

This div background color is #756D4E.

Border color

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

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

This div border color is #756D4E.

Opacity

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

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

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

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

This text has shadow with #756D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D4E.

Preview

Color preview on black background

This text has color #756D4E on black background.


Color preview on white background

This text has color #756D4E on white background.


Black color preview on #756D4E background

This text has black color on #756D4E background.


White color preview on #756D4E background

This text has white color on #756D4E background.


Related colors

Complementary color

Complementary color for #hex is #8A92B1.


I love getcolorcode.com

Triadic colors

1 #4E756D and #6D4E75 with #756D4E are triadic colors.

2 #4E6D75 and #6D754E with #756D4E are triadic colors.