COLOR #757B84

HEX: #757B84
RGB: (117,123,132)

Color info

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

RGB color model

#757B84 color RGB value is (117,123,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 123 of 255 = 48%
B 132 of 255 = 52%

117
123
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 123 + 132 = 372 (100%)
R 117 of 372 ~ 31.45%
G 123 of 372 ~ 33.06%
B 132 of 372 ~ 35.48%

%31.45
%33.06
%35.48

CMYK color model

#757B84 color CMYK value is (11,7,0,48).

  • cyan value is 11.36%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,7,0,48)
C11M7Y0K48 
(11%,7%,0%,48%)
(0.11/0.07/0.00/0.48)	

CMYK percentages

%11.36
%6.82
%0
%48.24

Codes

Color #757B84 in popluar color models

757B84
RGB117123132
HSL216°6.02%48.82%
HSB/HSV216°11.36%51.76%
CMYK11.36%6.82%0.00%
48.24%

Color #757B84 in popluar number systems.

HEX757B84
Decimal117123132
Binary1110101111101110000100
Octal165173204

Shades and tints

Shades of #757B84

#757B84
(117,123,132)
#6B7078
(107,112,120)
#61656C
(97,101,108)
#575A60
(87,90,96)
#4D4F54
(77,79,84)
#434448
(67,68,72)
#39393C
(57,57,60)
#2F2E30
(47,46,48)
#252324
(37,35,36)
#1B1818
(27,24,24)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #757B84

#757B84
(117,123,132)
#81878F
(129,135,143)
#8D939A
(141,147,154)
#999FA5
(153,159,165)
#A5ABB0
(165,171,176)
#B1B7BB
(177,183,187)
#BDC3C6
(189,195,198)
#C9CFD1
(201,207,209)
#D5DBDC
(213,219,220)
#E1E7E7
(225,231,231)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757B84; }

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

This text font color is #757B84.


Background Color

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

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

This div background color is #757B84.


Border color

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

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

This div border color is #757B84.


Opacity

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

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

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

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

This text has shadow with #757B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757B84 on black background.


Color preview on white background

This text has color #757B84 on white background.



Black color preview on #757B84 background

This text has black color on #757B84 background.


White color preview on #757B84 background

This text has white color on #757B84 background.