COLOR #757287

HEX: #757287
RGB: (117,114,135)

Color info

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

RGB color model

#757287 color RGB value is (117,114,135).

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

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 135 of 255 = 53%

117
114
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 135 = 366 (100%)
R 117 of 366 ~ 31.97%
G 114 of 366 ~ 31.15%
B 135 of 366 ~ 36.89%

%31.97
%31.15
%36.89

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,16,0,47)
C13M16Y0K47 
(13%,16%,0%,47%)
(0.13/0.16/0.00/0.47)	

CMYK percentages

%13.33
%15.56
%0
%47.06

Codes

Color #757287 in popluar color models

757287
RGB117114135
HSL249°8.43%48.82%
HSB/HSV249°15.56%52.94%
CMYK13.33%15.56%0.00%
47.06%

Color #757287 in popluar number systems.

HEX757287
Decimal117114135
Binary1110101111001010000111
Octal165162207

Shades and tints

Shades of #757287

#757287
(117,114,135)
#6B687B
(107,104,123)
#615E6F
(97,94,111)
#575463
(87,84,99)
#4D4A57
(77,74,87)
#43404B
(67,64,75)
#39363F
(57,54,63)
#2F2C33
(47,44,51)
#252227
(37,34,39)
#1B181B
(27,24,27)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #757287

#757287
(117,114,135)
#817E91
(129,126,145)
#8D8A9B
(141,138,155)
#9996A5
(153,150,165)
#A5A2AF
(165,162,175)
#B1AEB9
(177,174,185)
#BDBAC3
(189,186,195)
#C9C6CD
(201,198,205)
#D5D2D7
(213,210,215)
#E1DEE1
(225,222,225)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757287; }

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

This text font color is #757287.


Background Color

.myBgColor { background-color: #757287; }

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

This div background color is #757287.


Border color

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

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

This div border color is #757287.


Opacity

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

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

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

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

This text has shadow with #757287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757287 on black background.


Color preview on white background

This text has color #757287 on white background.



Black color preview on #757287 background

This text has black color on #757287 background.


White color preview on #757287 background

This text has white color on #757287 background.