COLOR #757C73

HEX: #757C73
RGB: (117,124,115)

Color info

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

RGB color model

#757C73 color RGB value is (117,124,115).

  • red value is 117;
  • green value is 124;
  • blue value is 115.
RGB:
(117,124,115)
(46%,49%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 124 of 255 = 49%
B 115 of 255 = 45%

117
124
115

R + G + B ~ 47%. #757C73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 124 + 115 = 356 (100%)
R 117 of 356 ~ 32.87%
G 124 of 356 ~ 34.83%
B 115 of 356 ~ 32.3%

%32.87
%34.83
%32.3

CMYK color model

#757C73 color CMYK value is (6,0,7,51).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(6,0,7,51)
C6M0Y7K51 
(6%,0%,7%,51%)
(0.06/0.00/0.07/0.51)	

CMYK percentages

%5.65
%0
%7.26
%51.37

Codes

Color #757C73 in popluar color models

757C73
RGB117124115
HSL107°3.77%46.86%
HSB/HSV107°7.26%48.63%
CMYK5.65%0.00%7.26%
51.37%

Color #757C73 in popluar number systems.

HEX757C73
Decimal117124115
Binary111010111111001110011
Octal165174163

Shades and tints

Shades of #757C73

#757C73
(117,124,115)
#6B7169
(107,113,105)
#61665F
(97,102,95)
#575B55
(87,91,85)
#4D504B
(77,80,75)
#434541
(67,69,65)
#393A37
(57,58,55)
#2F2F2D
(47,47,45)
#252423
(37,36,35)
#1B1919
(27,25,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #757C73

#757C73
(117,124,115)
#81877F
(129,135,127)
#8D928B
(141,146,139)
#999D97
(153,157,151)
#A5A8A3
(165,168,163)
#B1B3AF
(177,179,175)
#BDBEBB
(189,190,187)
#C9C9C7
(201,201,199)
#D5D4D3
(213,212,211)
#E1DFDF
(225,223,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757C73; }

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

This text font color is #757C73.


Background Color

.myBgColor { background-color: #757C73; }

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

This div background color is #757C73.


Border color

.myBorderColor { border: 1px solid #757C73; }

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

This div border color is #757C73.


Opacity

.myOpacity80 { color: #757C73; opacity: 0.8; }

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

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

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

This text has shadow with #757C73 color.

.textShadow {text-shadow: 3px 3px 1px #757C73, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #757C73;
-webkit-box-shadow: 1px 1px 3px 2px #757C73;
box-shadow:1px 1px 3px 2px #757C73;">
Div content here</div>
This div box has shadow with color #757C73.

Preview

Color preview on black background

This text has color #757C73 on black background.


Color preview on white background

This text has color #757C73 on white background.



Black color preview on #757C73 background

This text has black color on #757C73 background.


White color preview on #757C73 background

This text has white color on #757C73 background.