COLOR #757372

HEX: #757372 RGB: (117,115,114)

Color info

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

RGB color model

#757372 color RGB value is (117,115,114).

RGB: (117,115,114) (46%, 45%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 114 of 255 = 45%

117
115
114

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

Portions of RGB colors in percentages

R + G + B = 117 + 115 + 114 = 346 (100%)
R 117 of 346 ~ 33.82%
G 115 of 346 ~ 33.24%
B 114 of 346 ~ 32.95'%

%33.82
%33.24
%32.95

CMYK color model

#757372 color CMYK value is (0,2,3,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK: (0,2,3,54) C0M2Y3K54 (0%,2%,3%,54%) (0.00/0.02/0.03/0.54) 

CMYK percentages

%0
%1.71
%2.56
%54.12

Codes

Color #757372 in popluar color models

75 73 72
RGB 117 115 114
HSL 20° 1.30% 45.29%
HSB/HSV 20° 2.56% 45.88%
CMYK 0.00% 1.71% 2.56%
54.12%

Color #757372 in popluar number systems.

HEX 75 73 72
Decimal 117 115 114
Binary 1110101 1110011 1110010
Octal 165 163 162

Shades and tints

Shades of #757372

#757372
(117,115,114)
#6B6968
(107,105,104)
#615F5E
(97,95,94)
#575554
(87,85,84)
#4D4B4A
(77,75,74)
#434140
(67,65,64)
#393736
(57,55,54)
#2F2D2C
(47,45,44)
#252322
(37,35,34)
#1B1918
(27,25,24)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #757372

#757372
(117,115,114)
#817F7E
(129,127,126)
#8D8B8A
(141,139,138)
#999796
(153,151,150)
#A5A3A2
(165,163,162)
#B1AFAE
(177,175,174)
#BDBBBA
(189,187,186)
#C9C7C6
(201,199,198)
#D5D3D2
(213,211,210)
#E1DFDE
(225,223,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757372; }

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

This text font color is #757372.

Background Color

.myBgColor { background-color: #757372; }

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

This div background color is #757372.

Border color

.myBorderColor { border: 1px solid #757372; }

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

This div border color is #757372.

Opacity

.myOpacity80 { color: #757372; opacity: 0.8; }

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

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

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

This text has shadow with #757372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757372.

Preview

Color preview on black background

This text has color #757372 on black background.


Color preview on white background

This text has color #757372 on white background.


Black color preview on #757372 background

This text has black color on #757372 background.


White color preview on #757372 background

This text has white color on #757372 background.


Related colors

Complementary color

Complementary color for #hex is #8A8C8D.


I love getcolorcode.com

Triadic colors

1 #727573 and #737275 with #757372 are triadic colors.

2 #727375 and #737572 with #757372 are triadic colors.