COLOR #757F91

HEX: #757F91
RGB: (117,127,145)

Color info

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

RGB color model

#757F91 color RGB value is (117,127,145).

  • red value is 117;
  • green value is 127;
  • blue value is 145.
RGB:
(117,127,145)
(46%,50%,57%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 145 of 255 = 57%

117
127
145

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 145 = 389 (100%)
R 117 of 389 ~ 30.08%
G 127 of 389 ~ 32.65%
B 145 of 389 ~ 37.28%

%30.08
%32.65
%37.28

CMYK color model

#757F91 color CMYK value is (19,12,0,43).

  • cyan value is 19.31%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(19,12,0,43)
C19M12Y0K43 
(19%,12%,0%,43%)
(0.19/0.12/0.00/0.43)	

CMYK percentages

%19.31
%12.41
%0
%43.14

Codes

Color #757F91 in popluar color models

757F91
RGB117127145
HSL219°11.29%51.37%
HSB/HSV219°19.31%56.86%
CMYK19.31%12.41%0.00%
43.14%

Color #757F91 in popluar number systems.

HEX757F91
Decimal117127145
Binary1110101111111110010001
Octal165177221

Shades and tints

Shades of #757F91

#757F91
(117,127,145)
#6B7484
(107,116,132)
#616977
(97,105,119)
#575E6A
(87,94,106)
#4D535D
(77,83,93)
#434850
(67,72,80)
#393D43
(57,61,67)
#2F3236
(47,50,54)
#252729
(37,39,41)
#1B1C1C
(27,28,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #757F91

#757F91
(117,127,145)
#818A9B
(129,138,155)
#8D95A5
(141,149,165)
#99A0AF
(153,160,175)
#A5ABB9
(165,171,185)
#B1B6C3
(177,182,195)
#BDC1CD
(189,193,205)
#C9CCD7
(201,204,215)
#D5D7E1
(213,215,225)
#E1E2EB
(225,226,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757F91 color. Also use rgb(117,127,145) instead hex code.

Text Font Color

.myTextColor { color: #757F91; }

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

This text font color is #757F91.


Background Color

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

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

This div background color is #757F91.


Border color

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

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

This div border color is #757F91.


Opacity

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

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

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

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

This text has shadow with #757F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757F91 on black background.


Color preview on white background

This text has color #757F91 on white background.



Black color preview on #757F91 background

This text has black color on #757F91 background.


White color preview on #757F91 background

This text has white color on #757F91 background.