COLOR #757D7F

HEX: #757D7F
RGB: (117,125,127)

Color info

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

RGB color model

#757D7F color RGB value is (117,125,127).

  • red value is 117;
  • green value is 125;
  • blue value is 127.
RGB:
(117,125,127)
(46%,49%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 127 of 255 = 50%

117
125
127

R + G + B ~ 48%. #757D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 125 + 127 = 369 (100%)
R 117 of 369 ~ 31.71%
G 125 of 369 ~ 33.88%
B 127 of 369 ~ 34.42%

%31.71
%33.88
%34.42

CMYK color model

#757D7F color CMYK value is (8,2,0,50).

  • cyan value is 7.87%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(8,2,0,50)
C8M2Y0K50 
(8%,2%,0%,50%)
(0.08/0.02/0.00/0.50)	

CMYK percentages

%7.87
%1.57
%0
%50.2

Codes

Color #757D7F in popluar color models

757D7F
RGB117125127
HSL192°4.10%47.84%
HSB/HSV192°7.87%49.80%
CMYK7.87%1.57%0.00%
50.20%

Color #757D7F in popluar number systems.

HEX757D7F
Decimal117125127
Binary111010111111011111111
Octal165175177

Shades and tints

Shades of #757D7F

#757D7F
(117,125,127)
#6B7274
(107,114,116)
#616769
(97,103,105)
#575C5E
(87,92,94)
#4D5153
(77,81,83)
#434648
(67,70,72)
#393B3D
(57,59,61)
#2F3032
(47,48,50)
#252527
(37,37,39)
#1B1A1C
(27,26,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #757D7F

#757D7F
(117,125,127)
#81888A
(129,136,138)
#8D9395
(141,147,149)
#999EA0
(153,158,160)
#A5A9AB
(165,169,171)
#B1B4B6
(177,180,182)
#BDBFC1
(189,191,193)
#C9CACC
(201,202,204)
#D5D5D7
(213,213,215)
#E1E0E2
(225,224,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757D7F color. Also use rgb(117,125,127) instead hex code.

Text Font Color

.myTextColor { color: #757D7F; }

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

This text font color is #757D7F.


Background Color

.myBgColor { background-color: #757D7F; }

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

This div background color is #757D7F.


Border color

.myBorderColor { border: 1px solid #757D7F; }

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

This div border color is #757D7F.


Opacity

.myOpacity80 { color: #757D7F; opacity: 0.8; }

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

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

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

This text has shadow with #757D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757D7F on black background.


Color preview on white background

This text has color #757D7F on white background.



Black color preview on #757D7F background

This text has black color on #757D7F background.


White color preview on #757D7F background

This text has white color on #757D7F background.