COLOR #756D79

HEX: #756D79 RGB: (117,109,121)

Color info

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

RGB color model

#756D79 color RGB value is (117,109,121).

RGB: (117,109,121) (46%, 43%, 47%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 121 of 255 = 47%

117
109
121

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 121 = 347 (100%)
R 117 of 347 ~ 33.72%
G 109 of 347 ~ 31.41%
B 121 of 347 ~ 34.87'%

%33.72
%31.41
%34.87

CMYK color model

#756D79 color CMYK value is (3,10,0,53).

  • cyan value is 3.31%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (3,10,0,53)
C3M10Y0K53 (3%, 10%, 0%, 53%)
(0.03 / 0.10 / 0.00 / 0.53)

CMYK percentages

%3.31
%9.92
%0
%52.55

Codes

Color #756D79 in popluar color models

75 6D 79
RGB 117 109 121
HSL 280° 5.22% 45.10%
HSB/HSV 280° 9.92% 47.45%
CMYK 3.31% 9.92% 0.00%
52.55%

Color #756D79 in popluar number systems.

HEX 75 6D 79
Decimal 117 109 121
Binary 1110101 1101101 1111001
Octal 165 155 171

Shades and tints

Shades of #756D79

#756D79
(117,109,121)
#6B646E
(107,100,110)
#615B63
(97,91,99)
#575258
(87,82,88)
#4D494D
(77,73,77)
#434042
(67,64,66)
#393737
(57,55,55)
#2F2E2C
(47,46,44)
#252521
(37,37,33)
#1B1C16
(27,28,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #756D79

#756D79
(117,109,121)
#817A85
(129,122,133)
#8D8791
(141,135,145)
#99949D
(153,148,157)
#A5A1A9
(165,161,169)
#B1AEB5
(177,174,181)
#BDBBC1
(189,187,193)
#C9C8CD
(201,200,205)
#D5D5D9
(213,213,217)
#E1E2E5
(225,226,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D79; }

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

This text font color is #756D79.

Background Color

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

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

This div background color is #756D79.

Border color

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

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

This div border color is #756D79.

Opacity

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

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

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

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

This text has shadow with #756D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D79.

Preview

Color preview on black background

This text has color #756D79 on black background.


Color preview on white background

This text has color #756D79 on white background.


Black color preview on #756D79 background

This text has black color on #756D79 background.


White color preview on #756D79 background

This text has white color on #756D79 background.


Related colors

Complementary color

Complementary color for #hex is #8A9286.


I love getcolorcode.com

Triadic colors

1 #79756D and #6D7975 with #756D79 are triadic colors.

2 #796D75 and #6D7579 with #756D79 are triadic colors.