COLOR #757479

HEX: #757479
RGB: (117,116,121)

Color info

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

RGB color model

#757479 color RGB value is (117,116,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 121 of 255 = 47%

117
116
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 121 = 354 (100%)
R 117 of 354 ~ 33.05%
G 116 of 354 ~ 32.77%
B 121 of 354 ~ 34.18%

%33.05
%32.77
%34.18

CMYK color model

#757479 color CMYK value is (3,4,0,53).

  • cyan value is 3.31%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,4,0,53)
C3M4Y0K53 
(3%,4%,0%,53%)
(0.03/0.04/0.00/0.53)	

CMYK percentages

%3.31
%4.13
%0
%52.55

Codes

Color #757479 in popluar color models

757479
RGB117116121
HSL252°2.11%46.47%
HSB/HSV252°4.13%47.45%
CMYK3.31%4.13%0.00%
52.55%

Color #757479 in popluar number systems.

HEX757479
Decimal117116121
Binary111010111101001111001
Octal165164171

Shades and tints

Shades of #757479

#757479
(117,116,121)
#6B6A6E
(107,106,110)
#616063
(97,96,99)
#575658
(87,86,88)
#4D4C4D
(77,76,77)
#434242
(67,66,66)
#393837
(57,56,55)
#2F2E2C
(47,46,44)
#252421
(37,36,33)
#1B1A16
(27,26,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #757479

#757479
(117,116,121)
#818085
(129,128,133)
#8D8C91
(141,140,145)
#99989D
(153,152,157)
#A5A4A9
(165,164,169)
#B1B0B5
(177,176,181)
#BDBCC1
(189,188,193)
#C9C8CD
(201,200,205)
#D5D4D9
(213,212,217)
#E1E0E5
(225,224,229)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757479; }

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

This text font color is #757479.


Background Color

.myBgColor { background-color: #757479; }

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

This div background color is #757479.


Border color

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

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

This div border color is #757479.


Opacity

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

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

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

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

This text has shadow with #757479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757479 on black background.


Color preview on white background

This text has color #757479 on white background.



Black color preview on #757479 background

This text has black color on #757479 background.


White color preview on #757479 background

This text has white color on #757479 background.