COLOR #757F84

HEX: #757F84 RGB: (117,127,132)

Color info

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

RGB color model

#757F84 color RGB value is (117,127,132).

RGB: (117,127,132) (46%, 50%, 52%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 132 of 255 = 52%

117
127
132

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

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 132 = 376 (100%)
R 117 of 376 ~ 31.12%
G 127 of 376 ~ 33.78%
B 132 of 376 ~ 35.11'%

%31.12
%33.78
%35.11

CMYK color model

#757F84 color CMYK value is (11,4,0,48).

  • cyan value is 11.36%
  • magenta value is 3.79%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (11,4,0,48)
C11M4Y0K48 (11%, 4%, 0%, 48%)
(0.11 / 0.04 / 0.00 / 0.48)

CMYK percentages

%11.36
%3.79
%0
%48.24

Codes

Color #757F84 in popluar color models

75 7F 84
RGB 117 127 132
HSL 200° 6.02% 48.82%
HSB/HSV 200° 11.36% 51.76%
CMYK 11.36% 3.79% 0.00%
48.24%

Color #757F84 in popluar number systems.

HEX 75 7F 84
Decimal 117 127 132
Binary 1110101 1111111 10000100
Octal 165 177 204

Shades and tints

Shades of #757F84

#757F84
(117,127,132)
#6B7478
(107,116,120)
#61696C
(97,105,108)
#575E60
(87,94,96)
#4D5354
(77,83,84)
#434848
(67,72,72)
#393D3C
(57,61,60)
#2F3230
(47,50,48)
#252724
(37,39,36)
#1B1C18
(27,28,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #757F84

#757F84
(117,127,132)
#818A8F
(129,138,143)
#8D959A
(141,149,154)
#99A0A5
(153,160,165)
#A5ABB0
(165,171,176)
#B1B6BB
(177,182,187)
#BDC1C6
(189,193,198)
#C9CCD1
(201,204,209)
#D5D7DC
(213,215,220)
#E1E2E7
(225,226,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F84; }

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

This text font color is #757F84.

Background Color

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

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

This div background color is #757F84.

Border color

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

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

This div border color is #757F84.

Opacity

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

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

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

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

This text has shadow with #757F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757F84.

Preview

Color preview on black background

This text has color #757F84 on black background.


Color preview on white background

This text has color #757F84 on white background.


Black color preview on #757F84 background

This text has black color on #757F84 background.


White color preview on #757F84 background

This text has white color on #757F84 background.


Related colors

Complementary color

Complementary color for #hex is #8A807B.


I love getcolorcode.com

Triadic colors

1 #84757F and #7F8475 with #757F84 are triadic colors.

2 #847F75 and #7F7584 with #757F84 are triadic colors.