COLOR #756D68

HEX: #756D68 RGB: (117,109,104)

Color info

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

RGB color model

#756D68 color RGB value is (117,109,104).

RGB: (117,109,104) (46%, 43%, 41%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 104 of 255 = 41%

117
109
104

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 104 = 330 (100%)
R 117 of 330 ~ 35.45%
G 109 of 330 ~ 33.03%
B 104 of 330 ~ 31.52'%

%35.45
%33.03
%31.52

CMYK color model

#756D68 color CMYK value is (0,7,11,54).

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

CMYK: (0,7,11,54)
C0M7Y11K54 (0%, 7%, 11%, 54%)
(0.00 / 0.07 / 0.11 / 0.54)

CMYK percentages

%0
%6.84
%11.11
%54.12

Codes

Color #756D68 in popluar color models

75 6D 68
RGB 117 109 104
HSL 23° 5.88% 43.33%
HSB/HSV 23° 11.11% 45.88%
CMYK 0.00% 6.84% 11.11%
54.12%

Color #756D68 in popluar number systems.

HEX 75 6D 68
Decimal 117 109 104
Binary 1110101 1101101 1101000
Octal 165 155 150

Shades and tints

Shades of #756D68

#756D68
(117,109,104)
#6B645F
(107,100,95)
#615B56
(97,91,86)
#57524D
(87,82,77)
#4D4944
(77,73,68)
#43403B
(67,64,59)
#393732
(57,55,50)
#2F2E29
(47,46,41)
#252520
(37,37,32)
#1B1C17
(27,28,23)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #756D68

#756D68
(117,109,104)
#817A75
(129,122,117)
#8D8782
(141,135,130)
#99948F
(153,148,143)
#A5A19C
(165,161,156)
#B1AEA9
(177,174,169)
#BDBBB6
(189,187,182)
#C9C8C3
(201,200,195)
#D5D5D0
(213,213,208)
#E1E2DD
(225,226,221)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D68; }

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

This text font color is #756D68.

Background Color

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

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

This div background color is #756D68.

Border color

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

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

This div border color is #756D68.

Opacity

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

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

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

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

This text has shadow with #756D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D68.

Preview

Color preview on black background

This text has color #756D68 on black background.


Color preview on white background

This text has color #756D68 on white background.


Black color preview on #756D68 background

This text has black color on #756D68 background.


White color preview on #756D68 background

This text has white color on #756D68 background.


Related colors

Complementary color

Complementary color for #hex is #8A9297.


I love getcolorcode.com

Triadic colors

1 #68756D and #6D6875 with #756D68 are triadic colors.

2 #686D75 and #6D7568 with #756D68 are triadic colors.