COLOR #757977

HEX: #757977
RGB: (117,121,119)

Color info

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

RGB color model

#757977 color RGB value is (117,121,119).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 119 of 255 = 47%

117
121
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 119 = 357 (100%)
R 117 of 357 ~ 32.77%
G 121 of 357 ~ 33.89%
B 119 of 357 ~ 33.33%

%32.77
%33.89
%33.33

CMYK color model

#757977 color CMYK value is (3,0,2,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 52.55%
CMYK:
(3,0,2,53)
C3M0Y2K53 
(3%,0%,2%,53%)
(0.03/0.00/0.02/0.53)	

CMYK percentages

%3.31
%0
%1.65
%52.55

Codes

Color #757977 in popluar color models

757977
RGB117121119
HSL150°1.68%46.67%
HSB/HSV150°3.31%47.45%
CMYK3.31%0.00%1.65%
52.55%

Color #757977 in popluar number systems.

HEX757977
Decimal117121119
Binary111010111110011110111
Octal165171167

Shades and tints

Shades of #757977

#757977
(117,121,119)
#6B6E6D
(107,110,109)
#616363
(97,99,99)
#575859
(87,88,89)
#4D4D4F
(77,77,79)
#434245
(67,66,69)
#39373B
(57,55,59)
#2F2C31
(47,44,49)
#252127
(37,33,39)
#1B161D
(27,22,29)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #757977

#757977
(117,121,119)
#818583
(129,133,131)
#8D918F
(141,145,143)
#999D9B
(153,157,155)
#A5A9A7
(165,169,167)
#B1B5B3
(177,181,179)
#BDC1BF
(189,193,191)
#C9CDCB
(201,205,203)
#D5D9D7
(213,217,215)
#E1E5E3
(225,229,227)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757977; }

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

This text font color is #757977.


Background Color

.myBgColor { background-color: #757977; }

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

This div background color is #757977.


Border color

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

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

This div border color is #757977.


Opacity

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

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

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

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

This text has shadow with #757977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757977 on black background.


Color preview on white background

This text has color #757977 on white background.



Black color preview on #757977 background

This text has black color on #757977 background.


White color preview on #757977 background

This text has white color on #757977 background.