COLOR #756A72

HEX: #756A72 RGB: (117,106,114)

Color info

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

RGB color model

#756A72 color RGB value is (117,106,114).

RGB: (117,106,114) (46%, 42%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 106 of 255 = 42%
B 114 of 255 = 45%

117
106
114

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

Portions of RGB colors in percentages

R + G + B = 117 + 106 + 114 = 337 (100%)
R 117 of 337 ~ 34.72%
G 106 of 337 ~ 31.45%
B 114 of 337 ~ 33.83'%

%34.72
%31.45
%33.83

CMYK color model

#756A72 color CMYK value is (0,9,3,54).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 2.56%
  • key color value is 54.12%

CMYK: (0,9,3,54)
C0M9Y3K54 (0%, 9%, 3%, 54%)
(0.00 / 0.09 / 0.03 / 0.54)

CMYK percentages

%0
%9.4
%2.56
%54.12

Codes

Color #756A72 in popluar color models

75 6A 72
RGB 117 106 114
HSL 316° 4.93% 43.73%
HSB/HSV 316° 9.40% 45.88%
CMYK 0.00% 9.40% 2.56%
54.12%

Color #756A72 in popluar number systems.

HEX 75 6A 72
Decimal 117 106 114
Binary 1110101 1101010 1110010
Octal 165 152 162

Shades and tints

Shades of #756A72

#756A72
(117,106,114)
#6B6168
(107,97,104)
#61585E
(97,88,94)
#574F54
(87,79,84)
#4D464A
(77,70,74)
#433D40
(67,61,64)
#393436
(57,52,54)
#2F2B2C
(47,43,44)
#252222
(37,34,34)
#1B1918
(27,25,24)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #756A72

#756A72
(117,106,114)
#81777E
(129,119,126)
#8D848A
(141,132,138)
#999196
(153,145,150)
#A59EA2
(165,158,162)
#B1ABAE
(177,171,174)
#BDB8BA
(189,184,186)
#C9C5C6
(201,197,198)
#D5D2D2
(213,210,210)
#E1DFDE
(225,223,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756A72 color. Also use rgb(117,106,114) instead hex code.

Text Font Color

.myTextColor { color: #756A72; }

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

This text font color is #756A72.

Background Color

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

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

This div background color is #756A72.

Border color

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

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

This div border color is #756A72.

Opacity

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

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

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

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

This text has shadow with #756A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756A72.

Preview

Color preview on black background

This text has color #756A72 on black background.


Color preview on white background

This text has color #756A72 on white background.


Black color preview on #756A72 background

This text has black color on #756A72 background.


White color preview on #756A72 background

This text has white color on #756A72 background.


Related colors

Complementary color

Complementary color for #hex is #8A958D.


I love getcolorcode.com

Triadic colors

1 #72756A and #6A7275 with #756A72 are triadic colors.

2 #726A75 and #6A7572 with #756A72 are triadic colors.