COLOR #757987

HEX: #757987
RGB: (117,121,135)

Color info

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

RGB color model

#757987 color RGB value is (117,121,135).

  • red value is 117;
  • green value is 121;
  • blue value is 135.
RGB:
(117,121,135)
(46%,47%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 135 of 255 = 53%

117
121
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 135 = 373 (100%)
R 117 of 373 ~ 31.37%
G 121 of 373 ~ 32.44%
B 135 of 373 ~ 36.19%

%31.37
%32.44
%36.19

CMYK color model

#757987 color CMYK value is (13,10,0,47).

  • cyan value is 13.33%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,10,0,47)
C13M10Y0K47 
(13%,10%,0%,47%)
(0.13/0.10/0.00/0.47)	

CMYK percentages

%13.33
%10.37
%0
%47.06

Codes

Color #757987 in popluar color models

757987
RGB117121135
HSL227°7.14%49.41%
HSB/HSV227°13.33%52.94%
CMYK13.33%10.37%0.00%
47.06%

Color #757987 in popluar number systems.

HEX757987
Decimal117121135
Binary1110101111100110000111
Octal165171207

Shades and tints

Shades of #757987

#757987
(117,121,135)
#6B6E7B
(107,110,123)
#61636F
(97,99,111)
#575863
(87,88,99)
#4D4D57
(77,77,87)
#43424B
(67,66,75)
#39373F
(57,55,63)
#2F2C33
(47,44,51)
#252127
(37,33,39)
#1B161B
(27,22,27)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #757987

#757987
(117,121,135)
#818591
(129,133,145)
#8D919B
(141,145,155)
#999DA5
(153,157,165)
#A5A9AF
(165,169,175)
#B1B5B9
(177,181,185)
#BDC1C3
(189,193,195)
#C9CDCD
(201,205,205)
#D5D9D7
(213,217,215)
#E1E5E1
(225,229,225)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757987 color. Also use rgb(117,121,135) instead hex code.

Text Font Color

.myTextColor { color: #757987; }

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

This text font color is #757987.


Background Color

.myBgColor { background-color: #757987; }

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

This div background color is #757987.


Border color

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

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

This div border color is #757987.


Opacity

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

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

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

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

This text has shadow with #757987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757987 on black background.


Color preview on white background

This text has color #757987 on white background.



Black color preview on #757987 background

This text has black color on #757987 background.


White color preview on #757987 background

This text has white color on #757987 background.