COLOR #757377

HEX: #757377
RGB: (117,115,119)

Color info

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

RGB color model

#757377 color RGB value is (117,115,119).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 119 of 255 = 47%

117
115
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 119 = 351 (100%)
R 117 of 351 ~ 33.33%
G 115 of 351 ~ 32.76%
B 119 of 351 ~ 33.9%

%33.33
%32.76
%33.9

CMYK color model

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

  • cyan value is 1.68%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(2,3,0,53)
C2M3Y0K53 
(2%,3%,0%,53%)
(0.02/0.03/0.00/0.53)	

CMYK percentages

%1.68
%3.36
%0
%53.33

Codes

Color #757377 in popluar color models

757377
RGB117115119
HSL270°1.71%45.88%
HSB/HSV270°3.36%46.67%
CMYK1.68%3.36%0.00%
53.33%

Color #757377 in popluar number systems.

HEX757377
Decimal117115119
Binary111010111100111110111
Octal165163167

Shades and tints

Shades of #757377

#757377
(117,115,119)
#6B696D
(107,105,109)
#615F63
(97,95,99)
#575559
(87,85,89)
#4D4B4F
(77,75,79)
#434145
(67,65,69)
#39373B
(57,55,59)
#2F2D31
(47,45,49)
#252327
(37,35,39)
#1B191D
(27,25,29)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #757377

#757377
(117,115,119)
#817F83
(129,127,131)
#8D8B8F
(141,139,143)
#99979B
(153,151,155)
#A5A3A7
(165,163,167)
#B1AFB3
(177,175,179)
#BDBBBF
(189,187,191)
#C9C7CB
(201,199,203)
#D5D3D7
(213,211,215)
#E1DFE3
(225,223,227)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757377; }

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

This text font color is #757377.


Background Color

.myBgColor { background-color: #757377; }

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

This div background color is #757377.


Border color

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

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

This div border color is #757377.


Opacity

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

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

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

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

This text has shadow with #757377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757377 on black background.


Color preview on white background

This text has color #757377 on white background.



Black color preview on #757377 background

This text has black color on #757377 background.


White color preview on #757377 background

This text has white color on #757377 background.