COLOR #757884

HEX: #757884 RGB: (117,120,132)

Color info

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

RGB color model

#757884 color RGB value is (117,120,132).

RGB: (117,120,132) (46%, 47%, 52%)

RGB channels and saturation

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

117
120
132

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 132 = 369 (100%)
R 117 of 369 ~ 31.71%
G 120 of 369 ~ 32.52%
B 132 of 369 ~ 35.77'%

%31.71
%32.52
%35.77

CMYK color model

#757884 color CMYK value is (11,9,0,48).

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

CMYK: (11,9,0,48)
C11M9Y0K48 (11%, 9%, 0%, 48%)
(0.11 / 0.09 / 0.00 / 0.48)

CMYK percentages

%11.36
%9.09
%0
%48.24

Codes

Color #757884 in popluar color models

75 78 84
RGB 117 120 132
HSL 228° 6.02% 48.82%
HSB/HSV 228° 11.36% 51.76%
CMYK 11.36% 9.09% 0.00%
48.24%

Color #757884 in popluar number systems.

HEX 75 78 84
Decimal 117 120 132
Binary 1110101 1111000 10000100
Octal 165 170 204

Shades and tints

Shades of #757884

#757884
(117,120,132)
#6B6E78
(107,110,120)
#61646C
(97,100,108)
#575A60
(87,90,96)
#4D5054
(77,80,84)
#434648
(67,70,72)
#393C3C
(57,60,60)
#2F3230
(47,50,48)
#252824
(37,40,36)
#1B1E18
(27,30,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #757884

#757884
(117,120,132)
#81848F
(129,132,143)
#8D909A
(141,144,154)
#999CA5
(153,156,165)
#A5A8B0
(165,168,176)
#B1B4BB
(177,180,187)
#BDC0C6
(189,192,198)
#C9CCD1
(201,204,209)
#D5D8DC
(213,216,220)
#E1E4E7
(225,228,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757884; }

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

This text font color is #757884.

Background Color

.myBgColor { background-color: #757884; }

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

This div background color is #757884.

Border color

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

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

This div border color is #757884.

Opacity

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

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

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

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

This text has shadow with #757884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757884.

Preview

Color preview on black background

This text has color #757884 on black background.


Color preview on white background

This text has color #757884 on white background.


Black color preview on #757884 background

This text has black color on #757884 background.


White color preview on #757884 background

This text has white color on #757884 background.


Related colors

Complementary color

Complementary color for #hex is #8A877B.


I love getcolorcode.com

Triadic colors

1 #847578 and #788475 with #757884 are triadic colors.

2 #847875 and #787584 with #757884 are triadic colors.