COLOR #756C4D

HEX: #756C4D RGB: (117,108,77)

Color info

#756C4D contains red, green and blue colors in about the same proportion. Web safe color of #756C4D is #666633 (or #663).

RGB color model

#756C4D color RGB value is (117,108,77).

RGB: (117,108,77) (46%, 42%, 30%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 77 of 255 = 30%

117
108
77

R + G + B ~ 39%. #756C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 108 + 77 = 302 (100%)
R 117 of 302 ~ 38.74%
G 108 of 302 ~ 35.76%
B 77 of 302 ~ 25.5'%

%38.74
%35.76
%25.5

CMYK color model

#756C4D color CMYK value is (0,8,34,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 34.19%
  • key color value is 54.12%

CMYK: (0,8,34,54)
C0M8Y34K54 (0%, 8%, 34%, 54%)
(0.00 / 0.08 / 0.34 / 0.54)

CMYK percentages

%0
%7.69
%34.19
%54.12

Codes

Color #756C4D in popluar color models

75 6C 4D
RGB 117 108 77
HSL 47° 20.62% 38.04%
HSB/HSV 47° 34.19% 45.88%
CMYK 0.00% 7.69% 34.19%
54.12%

Color #756C4D in popluar number systems.

HEX 75 6C 4D
Decimal 117 108 77
Binary 1110101 1101100 1001101
Octal 165 154 115

Shades and tints

Shades of #756C4D

#756C4D
(117,108,77)
#6B6346
(107,99,70)
#615A3F
(97,90,63)
#575138
(87,81,56)
#4D4831
(77,72,49)
#433F2A
(67,63,42)
#393623
(57,54,35)
#2F2D1C
(47,45,28)
#252415
(37,36,21)
#1B1B0E
(27,27,14)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #756C4D

#756C4D
(117,108,77)
#81795D
(129,121,93)
#8D866D
(141,134,109)
#99937D
(153,147,125)
#A5A08D
(165,160,141)
#B1AD9D
(177,173,157)
#BDBAAD
(189,186,173)
#C9C7BD
(201,199,189)
#D5D4CD
(213,212,205)
#E1E1DD
(225,225,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756C4D; }

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

This text font color is #756C4D.

Background Color

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

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

This div background color is #756C4D.

Border color

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

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

This div border color is #756C4D.

Opacity

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

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

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

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

This text has shadow with #756C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756C4D.

Preview

Color preview on black background

This text has color #756C4D on black background.


Color preview on white background

This text has color #756C4D on white background.


Black color preview on #756C4D background

This text has black color on #756C4D background.


White color preview on #756C4D background

This text has white color on #756C4D background.


Related colors

Complementary color

Complementary color for #hex is #8A93B2.


I love getcolorcode.com

Triadic colors

1 #4D756C and #6C4D75 with #756C4D are triadic colors.

2 #4D6C75 and #6C754D with #756C4D are triadic colors.