COLOR #757E83

HEX: #757E83
RGB: (117,126,131)

Color info

#757E83 contains red, green and blue colors in about the same proportion. Web safe color of #757E83 is #666699 (or #669).

RGB color model

#757E83 color RGB value is (117,126,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 131 of 255 = 51%

117
126
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 131 = 374 (100%)
R 117 of 374 ~ 31.28%
G 126 of 374 ~ 33.69%
B 131 of 374 ~ 35.03%

%31.28
%33.69
%35.03

CMYK color model

#757E83 color CMYK value is (11,4,0,49).

  • cyan value is 10.69%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,4,0,49)
C11M4Y0K49 
(11%,4%,0%,49%)
(0.11/0.04/0.00/0.49)	

CMYK percentages

%10.69
%3.82
%0
%48.63

Codes

Color #757E83 in popluar color models

757E83
RGB117126131
HSL201°5.65%48.63%
HSB/HSV201°10.69%51.37%
CMYK10.69%3.82%0.00%
48.63%

Color #757E83 in popluar number systems.

HEX757E83
Decimal117126131
Binary1110101111111010000011
Octal165176203

Shades and tints

Shades of #757E83

#757E83
(117,126,131)
#6B7378
(107,115,120)
#61686D
(97,104,109)
#575D62
(87,93,98)
#4D5257
(77,82,87)
#43474C
(67,71,76)
#393C41
(57,60,65)
#2F3136
(47,49,54)
#25262B
(37,38,43)
#1B1B20
(27,27,32)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #757E83

#757E83
(117,126,131)
#81898E
(129,137,142)
#8D9499
(141,148,153)
#999FA4
(153,159,164)
#A5AAAF
(165,170,175)
#B1B5BA
(177,181,186)
#BDC0C5
(189,192,197)
#C9CBD0
(201,203,208)
#D5D6DB
(213,214,219)
#E1E1E6
(225,225,230)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757E83; }

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

This text font color is #757E83.


Background Color

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

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

This div background color is #757E83.


Border color

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

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

This div border color is #757E83.


Opacity

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

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

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

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

This text has shadow with #757E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E83 on black background.


Color preview on white background

This text has color #757E83 on white background.



Black color preview on #757E83 background

This text has black color on #757E83 background.


White color preview on #757E83 background

This text has white color on #757E83 background.