COLOR #757E7C

HEX: #757E7C
RGB: (117,126,124)

Color info

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

RGB color model

#757E7C color RGB value is (117,126,124).

  • red value is 117;
  • green value is 126;
  • blue value is 124.
RGB:
(117,126,124)
(46%,49%,49%)

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 124 of 255 = 49%

117
126
124

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

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 124 = 367 (100%)
R 117 of 367 ~ 31.88%
G 126 of 367 ~ 34.33%
B 124 of 367 ~ 33.79%

%31.88
%34.33
%33.79

CMYK color model

#757E7C color CMYK value is (7,0,2,51).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(7,0,2,51)
C7M0Y2K51 
(7%,0%,2%,51%)
(0.07/0.00/0.02/0.51)	

CMYK percentages

%7.14
%0
%1.59
%50.59

Codes

Color #757E7C in popluar color models

757E7C
RGB117126124
HSL167°3.70%47.65%
HSB/HSV167°7.14%49.41%
CMYK7.14%0.00%1.59%
50.59%

Color #757E7C in popluar number systems.

HEX757E7C
Decimal117126124
Binary111010111111101111100
Octal165176174

Shades and tints

Shades of #757E7C

#757E7C
(117,126,124)
#6B7371
(107,115,113)
#616866
(97,104,102)
#575D5B
(87,93,91)
#4D5250
(77,82,80)
#434745
(67,71,69)
#393C3A
(57,60,58)
#2F312F
(47,49,47)
#252624
(37,38,36)
#1B1B19
(27,27,25)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #757E7C

#757E7C
(117,126,124)
#818987
(129,137,135)
#8D9492
(141,148,146)
#999F9D
(153,159,157)
#A5AAA8
(165,170,168)
#B1B5B3
(177,181,179)
#BDC0BE
(189,192,190)
#C9CBC9
(201,203,201)
#D5D6D4
(213,214,212)
#E1E1DF
(225,225,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757E7C color. Also use rgb(117,126,124) instead hex code.

Text Font Color

.myTextColor { color: #757E7C; }

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

This text font color is #757E7C.


Background Color

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

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

This div background color is #757E7C.


Border color

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

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

This div border color is #757E7C.


Opacity

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

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

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

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

This text has shadow with #757E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E7C on black background.


Color preview on white background

This text has color #757E7C on white background.



Black color preview on #757E7C background

This text has black color on #757E7C background.


White color preview on #757E7C background

This text has white color on #757E7C background.