COLOR #756D5A

HEX: #756D5A RGB: (117,109,90)

Color info

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

RGB color model

#756D5A color RGB value is (117,109,90).

RGB: (117,109,90) (46%, 43%, 35%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 90 of 255 = 35%

117
109
90

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 90 = 316 (100%)
R 117 of 316 ~ 37.03%
G 109 of 316 ~ 34.49%
B 90 of 316 ~ 28.48'%

%37.03
%34.49
%28.48

CMYK color model

#756D5A color CMYK value is (0,7,23,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK: (0,7,23,54) C0M7Y23K54 (0%,7%,23%,54%) (0.00/0.07/0.23/0.54) 

CMYK percentages

%0
%6.84
%23.08
%54.12

Codes

Color #756D5A in popluar color models

75 6D 5A
RGB 117 109 90
HSL 42° 13.04% 40.59%
HSB/HSV 42° 23.08% 45.88%
CMYK 0.00% 6.84% 23.08%
54.12%

Color #756D5A in popluar number systems.

HEX 75 6D 5A
Decimal 117 109 90
Binary 1110101 1101101 1011010
Octal 165 155 132

Shades and tints

Shades of #756D5A

#756D5A
(117,109,90)
#6B6452
(107,100,82)
#615B4A
(97,91,74)
#575242
(87,82,66)
#4D493A
(77,73,58)
#434032
(67,64,50)
#39372A
(57,55,42)
#2F2E22
(47,46,34)
#25251A
(37,37,26)
#1B1C12
(27,28,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #756D5A

#756D5A
(117,109,90)
#817A69
(129,122,105)
#8D8778
(141,135,120)
#999487
(153,148,135)
#A5A196
(165,161,150)
#B1AEA5
(177,174,165)
#BDBBB4
(189,187,180)
#C9C8C3
(201,200,195)
#D5D5D2
(213,213,210)
#E1E2E1
(225,226,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D5A; }

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

This text font color is #756D5A.

Background Color

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

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

This div background color is #756D5A.

Border color

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

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

This div border color is #756D5A.

Opacity

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

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

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

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

This text has shadow with #756D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D5A.

Preview

Color preview on black background

This text has color #756D5A on black background.


Color preview on white background

This text has color #756D5A on white background.


Black color preview on #756D5A background

This text has black color on #756D5A background.


White color preview on #756D5A background

This text has white color on #756D5A background.


Related colors

Complementary color

Complementary color for #hex is #8A92A5.


I love getcolorcode.com

Triadic colors

1 #5A756D and #6D5A75 with #756D5A are triadic colors.

2 #5A6D75 and #6D755A with #756D5A are triadic colors.