COLOR #757279

HEX: #757279
RGB: (117,114,121)

Color info

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

RGB color model

#757279 color RGB value is (117,114,121).

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

RGB channels and saturation

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

117
114
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 121 = 352 (100%)
R 117 of 352 ~ 33.24%
G 114 of 352 ~ 32.39%
B 121 of 352 ~ 34.38%

%33.24
%32.39
%34.38

CMYK color model

#757279 color CMYK value is (3,6,0,53).

  • cyan value is 3.31%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(3,6,0,53)
C3M6Y0K53 
(3%,6%,0%,53%)
(0.03/0.06/0.00/0.53)	

CMYK percentages

%3.31
%5.79
%0
%52.55

Codes

Color #757279 in popluar color models

757279
RGB117114121
HSL266°2.98%46.08%
HSB/HSV266°5.79%47.45%
CMYK3.31%5.79%0.00%
52.55%

Color #757279 in popluar number systems.

HEX757279
Decimal117114121
Binary111010111100101111001
Octal165162171

Shades and tints

Shades of #757279

#757279
(117,114,121)
#6B686E
(107,104,110)
#615E63
(97,94,99)
#575458
(87,84,88)
#4D4A4D
(77,74,77)
#434042
(67,64,66)
#393637
(57,54,55)
#2F2C2C
(47,44,44)
#252221
(37,34,33)
#1B1816
(27,24,22)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #757279

#757279
(117,114,121)
#817E85
(129,126,133)
#8D8A91
(141,138,145)
#99969D
(153,150,157)
#A5A2A9
(165,162,169)
#B1AEB5
(177,174,181)
#BDBAC1
(189,186,193)
#C9C6CD
(201,198,205)
#D5D2D9
(213,210,217)
#E1DEE5
(225,222,229)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757279; }

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

This text font color is #757279.


Background Color

.myBgColor { background-color: #757279; }

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

This div background color is #757279.


Border color

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

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

This div border color is #757279.


Opacity

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

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

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

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

This text has shadow with #757279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757279 on black background.


Color preview on white background

This text has color #757279 on white background.



Black color preview on #757279 background

This text has black color on #757279 background.


White color preview on #757279 background

This text has white color on #757279 background.