COLOR #757783

HEX: #757783
RGB: (117,119,131)

Color info

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

RGB color model

#757783 color RGB value is (117,119,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 131 of 255 = 51%

117
119
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 131 = 367 (100%)
R 117 of 367 ~ 31.88%
G 119 of 367 ~ 32.43%
B 131 of 367 ~ 35.69%

%31.88
%32.43
%35.69

CMYK color model

#757783 color CMYK value is (11,9,0,49).

  • cyan value is 10.69%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,9,0,49)
C11M9Y0K49 
(11%,9%,0%,49%)
(0.11/0.09/0.00/0.49)	

CMYK percentages

%10.69
%9.16
%0
%48.63

Codes

Color #757783 in popluar color models

757783
RGB117119131
HSL231°5.65%48.63%
HSB/HSV231°10.69%51.37%
CMYK10.69%9.16%0.00%
48.63%

Color #757783 in popluar number systems.

HEX757783
Decimal117119131
Binary1110101111011110000011
Octal165167203

Shades and tints

Shades of #757783

#757783
(117,119,131)
#6B6D78
(107,109,120)
#61636D
(97,99,109)
#575962
(87,89,98)
#4D4F57
(77,79,87)
#43454C
(67,69,76)
#393B41
(57,59,65)
#2F3136
(47,49,54)
#25272B
(37,39,43)
#1B1D20
(27,29,32)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #757783

#757783
(117,119,131)
#81838E
(129,131,142)
#8D8F99
(141,143,153)
#999BA4
(153,155,164)
#A5A7AF
(165,167,175)
#B1B3BA
(177,179,186)
#BDBFC5
(189,191,197)
#C9CBD0
(201,203,208)
#D5D7DB
(213,215,219)
#E1E3E6
(225,227,230)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757783; }

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

This text font color is #757783.


Background Color

.myBgColor { background-color: #757783; }

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

This div background color is #757783.


Border color

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

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

This div border color is #757783.


Opacity

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

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

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

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

This text has shadow with #757783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757783 on black background.


Color preview on white background

This text has color #757783 on white background.



Black color preview on #757783 background

This text has black color on #757783 background.


White color preview on #757783 background

This text has white color on #757783 background.