COLOR #757079

HEX: #757079
RGB: (117,112,121)

Color info

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

RGB color model

#757079 color RGB value is (117,112,121).

  • red value is 117;
  • green value is 112;
  • blue value is 121.
RGB:
(117,112,121)
(46%,44%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 121 of 255 = 47%

117
112
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 121 = 350 (100%)
R 117 of 350 ~ 33.43%
G 112 of 350 ~ 32%
B 121 of 350 ~ 34.57%

%33.43
%32
%34.57

CMYK color model

#757079 color CMYK value is (3,7,0,53).

  • cyan value is 3.31%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,7,0,53)
C3M7Y0K53 
(3%,7%,0%,53%)
(0.03/0.07/0.00/0.53)	

CMYK percentages

%3.31
%7.44
%0
%52.55

Codes

Color #757079 in popluar color models

757079
RGB117112121
HSL273°3.86%45.69%
HSB/HSV273°7.44%47.45%
CMYK3.31%7.44%0.00%
52.55%

Color #757079 in popluar number systems.

HEX757079
Decimal117112121
Binary111010111100001111001
Octal165160171

Shades and tints

Shades of #757079

#757079
(117,112,121)
#6B666E
(107,102,110)
#615C63
(97,92,99)
#575258
(87,82,88)
#4D484D
(77,72,77)
#433E42
(67,62,66)
#393437
(57,52,55)
#2F2A2C
(47,42,44)
#252021
(37,32,33)
#1B1616
(27,22,22)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #757079

#757079
(117,112,121)
#817D85
(129,125,133)
#8D8A91
(141,138,145)
#99979D
(153,151,157)
#A5A4A9
(165,164,169)
#B1B1B5
(177,177,181)
#BDBEC1
(189,190,193)
#C9CBCD
(201,203,205)
#D5D8D9
(213,216,217)
#E1E5E5
(225,229,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757079; }

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

This text font color is #757079.


Background Color

.myBgColor { background-color: #757079; }

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

This div background color is #757079.


Border color

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

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

This div border color is #757079.


Opacity

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

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

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

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

This text has shadow with #757079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757079 on black background.


Color preview on white background

This text has color #757079 on white background.



Black color preview on #757079 background

This text has black color on #757079 background.


White color preview on #757079 background

This text has white color on #757079 background.