COLOR #757894

HEX: #757894 RGB: (117,120,148)

Color info

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

RGB color model

#757894 color RGB value is (117,120,148).

RGB: (117,120,148) (46%, 47%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 148 of 255 = 58%

117
120
148

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 148 = 385 (100%)
R 117 of 385 ~ 30.39%
G 120 of 385 ~ 31.17%
B 148 of 385 ~ 38.44'%

%30.39
%31.17
%38.44

CMYK color model

#757894 color CMYK value is (21,19,0,42).

  • cyan value is 20.95%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (21,19,0,42)
C21M19Y0K42 (21%, 19%, 0%, 42%)
(0.21 / 0.19 / 0.00 / 0.42)

CMYK percentages

%20.95
%18.92
%0
%41.96

Codes

Color #757894 in popluar color models

75 78 94
RGB 117 120 148
HSL 234° 12.65% 51.96%
HSB/HSV 234° 20.95% 58.04%
CMYK 20.95% 18.92% 0.00%
41.96%

Color #757894 in popluar number systems.

HEX 75 78 94
Decimal 117 120 148
Binary 1110101 1111000 10010100
Octal 165 170 224

Shades and tints

Shades of #757894

#757894
(117,120,148)
#6B6E87
(107,110,135)
#61647A
(97,100,122)
#575A6D
(87,90,109)
#4D5060
(77,80,96)
#434653
(67,70,83)
#393C46
(57,60,70)
#2F3239
(47,50,57)
#25282C
(37,40,44)
#1B1E1F
(27,30,31)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #757894

#757894
(117,120,148)
#81849D
(129,132,157)
#8D90A6
(141,144,166)
#999CAF
(153,156,175)
#A5A8B8
(165,168,184)
#B1B4C1
(177,180,193)
#BDC0CA
(189,192,202)
#C9CCD3
(201,204,211)
#D5D8DC
(213,216,220)
#E1E4E5
(225,228,229)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757894; }

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

This text font color is #757894.

Background Color

.myBgColor { background-color: #757894; }

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

This div background color is #757894.

Border color

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

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

This div border color is #757894.

Opacity

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

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

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

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

This text has shadow with #757894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757894.

Preview

Color preview on black background

This text has color #757894 on black background.


Color preview on white background

This text has color #757894 on white background.


Black color preview on #757894 background

This text has black color on #757894 background.


White color preview on #757894 background

This text has white color on #757894 background.


Related colors

Complementary color

Complementary color for #hex is #8A876B.


I love getcolorcode.com

Triadic colors

1 #947578 and #789475 with #757894 are triadic colors.

2 #947875 and #787594 with #757894 are triadic colors.