COLOR #757687

HEX: #757687
RGB: (117,118,135)

Color info

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

RGB color model

#757687 color RGB value is (117,118,135).

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

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 135 of 255 = 53%

117
118
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 135 = 370 (100%)
R 117 of 370 ~ 31.62%
G 118 of 370 ~ 31.89%
B 135 of 370 ~ 36.49%

%31.62
%31.89
%36.49

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 12.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,13,0,47)
C13M13Y0K47 
(13%,13%,0%,47%)
(0.13/0.13/0.00/0.47)	

CMYK percentages

%13.33
%12.59
%0
%47.06

Codes

Color #757687 in popluar color models

757687
RGB117118135
HSL237°7.14%49.41%
HSB/HSV237°13.33%52.94%
CMYK13.33%12.59%0.00%
47.06%

Color #757687 in popluar number systems.

HEX757687
Decimal117118135
Binary1110101111011010000111
Octal165166207

Shades and tints

Shades of #757687

#757687
(117,118,135)
#6B6C7B
(107,108,123)
#61626F
(97,98,111)
#575863
(87,88,99)
#4D4E57
(77,78,87)
#43444B
(67,68,75)
#393A3F
(57,58,63)
#2F3033
(47,48,51)
#252627
(37,38,39)
#1B1C1B
(27,28,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #757687

#757687
(117,118,135)
#818291
(129,130,145)
#8D8E9B
(141,142,155)
#999AA5
(153,154,165)
#A5A6AF
(165,166,175)
#B1B2B9
(177,178,185)
#BDBEC3
(189,190,195)
#C9CACD
(201,202,205)
#D5D6D7
(213,214,215)
#E1E2E1
(225,226,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757687; }

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

This text font color is #757687.


Background Color

.myBgColor { background-color: #757687; }

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

This div background color is #757687.


Border color

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

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

This div border color is #757687.


Opacity

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

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

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

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

This text has shadow with #757687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757687 on black background.


Color preview on white background

This text has color #757687 on white background.



Black color preview on #757687 background

This text has black color on #757687 background.


White color preview on #757687 background

This text has white color on #757687 background.