COLOR #756E49

HEX: #756E49 RGB: (117,110,73)

Color info

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

RGB color model

#756E49 color RGB value is (117,110,73).

RGB: (117,110,73) (46%, 43%, 29%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 73 of 255 = 29%

117
110
73

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

Portions of RGB colors in percentages

R + G + B = 117 + 110 + 73 = 300 (100%)
R 117 of 300 ~ 39%
G 110 of 300 ~ 36.67%
B 73 of 300 ~ 24.33'%

%39
%36.67
%24.33

CMYK color model

#756E49 color CMYK value is (0,6,38,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 37.61%
  • key color value is 54.12%

CMYK: (0,6,38,54)
C0M6Y38K54 (0%, 6%, 38%, 54%)
(0.00 / 0.06 / 0.38 / 0.54)

CMYK percentages

%0
%5.98
%37.61
%54.12

Codes

Color #756E49 in popluar color models

75 6E 49
RGB 117 110 73
HSL 50° 23.16% 37.25%
HSB/HSV 50° 37.61% 45.88%
CMYK 0.00% 5.98% 37.61%
54.12%

Color #756E49 in popluar number systems.

HEX 75 6E 49
Decimal 117 110 73
Binary 1110101 1101110 1001001
Octal 165 156 111

Shades and tints

Shades of #756E49

#756E49
(117,110,73)
#6B6443
(107,100,67)
#615A3D
(97,90,61)
#575037
(87,80,55)
#4D4631
(77,70,49)
#433C2B
(67,60,43)
#393225
(57,50,37)
#2F281F
(47,40,31)
#251E19
(37,30,25)
#1B1413
(27,20,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #756E49

#756E49
(117,110,73)
#817B59
(129,123,89)
#8D8869
(141,136,105)
#999579
(153,149,121)
#A5A289
(165,162,137)
#B1AF99
(177,175,153)
#BDBCA9
(189,188,169)
#C9C9B9
(201,201,185)
#D5D6C9
(213,214,201)
#E1E3D9
(225,227,217)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E49; }

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

This text font color is #756E49.

Background Color

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

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

This div background color is #756E49.

Border color

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

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

This div border color is #756E49.

Opacity

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

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

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

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

This text has shadow with #756E49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756E49.

Preview

Color preview on black background

This text has color #756E49 on black background.


Color preview on white background

This text has color #756E49 on white background.


Black color preview on #756E49 background

This text has black color on #756E49 background.


White color preview on #756E49 background

This text has white color on #756E49 background.


Related colors

Complementary color

Complementary color for #hex is #8A91B6.


I love getcolorcode.com

Triadic colors

1 #49756E and #6E4975 with #756E49 are triadic colors.

2 #496E75 and #6E7549 with #756E49 are triadic colors.