COLOR #756D64

HEX: #756D64 RGB: (117,109,100)

Color info

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

RGB color model

#756D64 color RGB value is (117,109,100).

RGB: (117,109,100) (46%, 43%, 39%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 100 of 255 = 39%

117
109
100

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 100 = 326 (100%)
R 117 of 326 ~ 35.89%
G 109 of 326 ~ 33.44%
B 100 of 326 ~ 30.67'%

%35.89
%33.44
%30.67

CMYK color model

#756D64 color CMYK value is (0,7,15,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK: (0,7,15,54) C0M7Y15K54 (0%,7%,15%,54%) (0.00/0.07/0.15/0.54) 

CMYK percentages

%0
%6.84
%14.53
%54.12

Codes

Color #756D64 in popluar color models

75 6D 64
RGB 117 109 100
HSL 32° 7.83% 42.55%
HSB/HSV 32° 14.53% 45.88%
CMYK 0.00% 6.84% 14.53%
54.12%

Color #756D64 in popluar number systems.

HEX 75 6D 64
Decimal 117 109 100
Binary 1110101 1101101 1100100
Octal 165 155 144

Shades and tints

Shades of #756D64

#756D64
(117,109,100)
#6B645B
(107,100,91)
#615B52
(97,91,82)
#575249
(87,82,73)
#4D4940
(77,73,64)
#434037
(67,64,55)
#39372E
(57,55,46)
#2F2E25
(47,46,37)
#25251C
(37,37,28)
#1B1C13
(27,28,19)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #756D64

#756D64
(117,109,100)
#817A72
(129,122,114)
#8D8780
(141,135,128)
#99948E
(153,148,142)
#A5A19C
(165,161,156)
#B1AEAA
(177,174,170)
#BDBBB8
(189,187,184)
#C9C8C6
(201,200,198)
#D5D5D4
(213,213,212)
#E1E2E2
(225,226,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D64; }

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

This text font color is #756D64.

Background Color

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

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

This div background color is #756D64.

Border color

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

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

This div border color is #756D64.

Opacity

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

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

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

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

This text has shadow with #756D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D64.

Preview

Color preview on black background

This text has color #756D64 on black background.


Color preview on white background

This text has color #756D64 on white background.


Black color preview on #756D64 background

This text has black color on #756D64 background.


White color preview on #756D64 background

This text has white color on #756D64 background.


Related colors

Complementary color

Complementary color for #hex is #8A929B.


I love getcolorcode.com

Triadic colors

1 #64756D and #6D6475 with #756D64 are triadic colors.

2 #646D75 and #6D7564 with #756D64 are triadic colors.