COLOR #757C84

HEX: #757C84
RGB: (117,124,132)

Color info

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

RGB color model

#757C84 color RGB value is (117,124,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 124 of 255 = 49%
B 132 of 255 = 52%

117
124
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 124 + 132 = 373 (100%)
R 117 of 373 ~ 31.37%
G 124 of 373 ~ 33.24%
B 132 of 373 ~ 35.39%

%31.37
%33.24
%35.39

CMYK color model

#757C84 color CMYK value is (11,6,0,48).

  • cyan value is 11.36%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,6,0,48)
C11M6Y0K48 
(11%,6%,0%,48%)
(0.11/0.06/0.00/0.48)	

CMYK percentages

%11.36
%6.06
%0
%48.24

Codes

Color #757C84 in popluar color models

757C84
RGB117124132
HSL212°6.02%48.82%
HSB/HSV212°11.36%51.76%
CMYK11.36%6.06%0.00%
48.24%

Color #757C84 in popluar number systems.

HEX757C84
Decimal117124132
Binary1110101111110010000100
Octal165174204

Shades and tints

Shades of #757C84

#757C84
(117,124,132)
#6B7178
(107,113,120)
#61666C
(97,102,108)
#575B60
(87,91,96)
#4D5054
(77,80,84)
#434548
(67,69,72)
#393A3C
(57,58,60)
#2F2F30
(47,47,48)
#252424
(37,36,36)
#1B1918
(27,25,24)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #757C84

#757C84
(117,124,132)
#81878F
(129,135,143)
#8D929A
(141,146,154)
#999DA5
(153,157,165)
#A5A8B0
(165,168,176)
#B1B3BB
(177,179,187)
#BDBEC6
(189,190,198)
#C9C9D1
(201,201,209)
#D5D4DC
(213,212,220)
#E1DFE7
(225,223,231)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757C84; }

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

This text font color is #757C84.


Background Color

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

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

This div background color is #757C84.


Border color

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

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

This div border color is #757C84.


Opacity

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

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

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

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

This text has shadow with #757C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757C84 on black background.


Color preview on white background

This text has color #757C84 on white background.



Black color preview on #757C84 background

This text has black color on #757C84 background.


White color preview on #757C84 background

This text has white color on #757C84 background.