COLOR #757984

HEX: #757984
RGB: (117,121,132)

Color info

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

RGB color model

#757984 color RGB value is (117,121,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 132 of 255 = 52%

117
121
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 132 = 370 (100%)
R 117 of 370 ~ 31.62%
G 121 of 370 ~ 32.7%
B 132 of 370 ~ 35.68%

%31.62
%32.7
%35.68

CMYK color model

#757984 color CMYK value is (11,8,0,48).

  • cyan value is 11.36%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,8,0,48)
C11M8Y0K48 
(11%,8%,0%,48%)
(0.11/0.08/0.00/0.48)	

CMYK percentages

%11.36
%8.33
%0
%48.24

Codes

Color #757984 in popluar color models

757984
RGB117121132
HSL224°6.02%48.82%
HSB/HSV224°11.36%51.76%
CMYK11.36%8.33%0.00%
48.24%

Color #757984 in popluar number systems.

HEX757984
Decimal117121132
Binary1110101111100110000100
Octal165171204

Shades and tints

Shades of #757984

#757984
(117,121,132)
#6B6E78
(107,110,120)
#61636C
(97,99,108)
#575860
(87,88,96)
#4D4D54
(77,77,84)
#434248
(67,66,72)
#39373C
(57,55,60)
#2F2C30
(47,44,48)
#252124
(37,33,36)
#1B1618
(27,22,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #757984

#757984
(117,121,132)
#81858F
(129,133,143)
#8D919A
(141,145,154)
#999DA5
(153,157,165)
#A5A9B0
(165,169,176)
#B1B5BB
(177,181,187)
#BDC1C6
(189,193,198)
#C9CDD1
(201,205,209)
#D5D9DC
(213,217,220)
#E1E5E7
(225,229,231)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757984; }

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

This text font color is #757984.


Background Color

.myBgColor { background-color: #757984; }

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

This div background color is #757984.


Border color

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

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

This div border color is #757984.


Opacity

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

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

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

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

This text has shadow with #757984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757984 on black background.


Color preview on white background

This text has color #757984 on white background.



Black color preview on #757984 background

This text has black color on #757984 background.


White color preview on #757984 background

This text has white color on #757984 background.