COLOR #757A73

HEX: #757A73 RGB: (117,122,115)

Color info

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

RGB color model

#757A73 color RGB value is (117,122,115).

RGB: (117,122,115) (46%, 48%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 115 of 255 = 45%

117
122
115

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

Portions of RGB colors in percentages

R + G + B = 117 + 122 + 115 = 354 (100%)
R 117 of 354 ~ 33.05%
G 122 of 354 ~ 34.46%
B 115 of 354 ~ 32.49'%

%33.05
%34.46
%32.49

CMYK color model

#757A73 color CMYK value is (4,0,6,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 52.16%

CMYK: (4,0,6,52)
C4M0Y6K52 (4%, 0%, 6%, 52%)
(0.04 / 0.00 / 0.06 / 0.52)

CMYK percentages

%4.1
%0
%5.74
%52.16

Codes

Color #757A73 in popluar color models

75 7A 73
RGB 117 122 115
HSL 103° 2.95% 46.47%
HSB/HSV 103° 5.74% 47.84%
CMYK 4.10% 0.00% 5.74%
52.16%

Color #757A73 in popluar number systems.

HEX 75 7A 73
Decimal 117 122 115
Binary 1110101 1111010 1110011
Octal 165 172 163

Shades and tints

Shades of #757A73

#757A73
(117,122,115)
#6B6F69
(107,111,105)
#61645F
(97,100,95)
#575955
(87,89,85)
#4D4E4B
(77,78,75)
#434341
(67,67,65)
#393837
(57,56,55)
#2F2D2D
(47,45,45)
#252223
(37,34,35)
#1B1719
(27,23,25)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #757A73

#757A73
(117,122,115)
#81867F
(129,134,127)
#8D928B
(141,146,139)
#999E97
(153,158,151)
#A5AAA3
(165,170,163)
#B1B6AF
(177,182,175)
#BDC2BB
(189,194,187)
#C9CEC7
(201,206,199)
#D5DAD3
(213,218,211)
#E1E6DF
(225,230,223)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A73; }

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

This text font color is #757A73.

Background Color

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

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

This div background color is #757A73.

Border color

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

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

This div border color is #757A73.

Opacity

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

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

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

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

This text has shadow with #757A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757A73.

Preview

Color preview on black background

This text has color #757A73 on black background.


Color preview on white background

This text has color #757A73 on white background.


Black color preview on #757A73 background

This text has black color on #757A73 background.


White color preview on #757A73 background

This text has white color on #757A73 background.


Related colors

Complementary color

Complementary color for #hex is #8A858C.


I love getcolorcode.com

Triadic colors

1 #73757A and #7A7375 with #757A73 are triadic colors.

2 #737A75 and #7A7573 with #757A73 are triadic colors.