COLOR #756D73

HEX: #756D73 RGB: (117,109,115)

Color info

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

RGB color model

#756D73 color RGB value is (117,109,115).

RGB: (117,109,115) (46%, 43%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 115 of 255 = 45%

117
109
115

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 115 = 341 (100%)
R 117 of 341 ~ 34.31%
G 109 of 341 ~ 31.96%
B 115 of 341 ~ 33.72'%

%34.31
%31.96
%33.72

CMYK color model

#756D73 color CMYK value is (0,7,2,54).

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

CMYK: (0,7,2,54)
C0M7Y2K54 (0%, 7%, 2%, 54%)
(0.00 / 0.07 / 0.02 / 0.54)

CMYK percentages

%0
%6.84
%1.71
%54.12

Codes

Color #756D73 in popluar color models

75 6D 73
RGB 117 109 115
HSL 315° 3.54% 44.31%
HSB/HSV 315° 6.84% 45.88%
CMYK 0.00% 6.84% 1.71%
54.12%

Color #756D73 in popluar number systems.

HEX 75 6D 73
Decimal 117 109 115
Binary 1110101 1101101 1110011
Octal 165 155 163

Shades and tints

Shades of #756D73

#756D73
(117,109,115)
#6B6469
(107,100,105)
#615B5F
(97,91,95)
#575255
(87,82,85)
#4D494B
(77,73,75)
#434041
(67,64,65)
#393737
(57,55,55)
#2F2E2D
(47,46,45)
#252523
(37,37,35)
#1B1C19
(27,28,25)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #756D73

#756D73
(117,109,115)
#817A7F
(129,122,127)
#8D878B
(141,135,139)
#999497
(153,148,151)
#A5A1A3
(165,161,163)
#B1AEAF
(177,174,175)
#BDBBBB
(189,187,187)
#C9C8C7
(201,200,199)
#D5D5D3
(213,213,211)
#E1E2DF
(225,226,223)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D73; }

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

This text font color is #756D73.

Background Color

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

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

This div background color is #756D73.

Border color

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

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

This div border color is #756D73.

Opacity

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

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

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

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

This text has shadow with #756D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D73.

Preview

Color preview on black background

This text has color #756D73 on black background.


Color preview on white background

This text has color #756D73 on white background.


Black color preview on #756D73 background

This text has black color on #756D73 background.


White color preview on #756D73 background

This text has white color on #756D73 background.


Related colors

Complementary color

Complementary color for #hex is #8A928C.


I love getcolorcode.com

Triadic colors

1 #73756D and #6D7375 with #756D73 are triadic colors.

2 #736D75 and #6D7573 with #756D73 are triadic colors.