COLOR #757D94

HEX: #757D94 RGB: (117,125,148)

Color info

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

RGB color model

#757D94 color RGB value is (117,125,148).

RGB: (117,125,148) (46%, 49%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 148 of 255 = 58%

117
125
148

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 148 = 390 (100%)
R 117 of 390 ~ 30%
G 125 of 390 ~ 32.05%
B 148 of 390 ~ 37.95'%

%30
%32.05
%37.95

CMYK color model

#757D94 color CMYK value is (21,16,0,42).

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

CMYK: (21,16,0,42)
C21M16Y0K42 (21%, 16%, 0%, 42%)
(0.21 / 0.16 / 0.00 / 0.42)

CMYK percentages

%20.95
%15.54
%0
%41.96

Codes

Color #757D94 in popluar color models

75 7D 94
RGB 117 125 148
HSL 225° 12.65% 51.96%
HSB/HSV 225° 20.95% 58.04%
CMYK 20.95% 15.54% 0.00%
41.96%

Color #757D94 in popluar number systems.

HEX 75 7D 94
Decimal 117 125 148
Binary 1110101 1111101 10010100
Octal 165 175 224

Shades and tints

Shades of #757D94

#757D94
(117,125,148)
#6B7287
(107,114,135)
#61677A
(97,103,122)
#575C6D
(87,92,109)
#4D5160
(77,81,96)
#434653
(67,70,83)
#393B46
(57,59,70)
#2F3039
(47,48,57)
#25252C
(37,37,44)
#1B1A1F
(27,26,31)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #757D94

#757D94
(117,125,148)
#81889D
(129,136,157)
#8D93A6
(141,147,166)
#999EAF
(153,158,175)
#A5A9B8
(165,169,184)
#B1B4C1
(177,180,193)
#BDBFCA
(189,191,202)
#C9CAD3
(201,202,211)
#D5D5DC
(213,213,220)
#E1E0E5
(225,224,229)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757D94; }

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

This text font color is #757D94.

Background Color

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

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

This div background color is #757D94.

Border color

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

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

This div border color is #757D94.

Opacity

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

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

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

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

This text has shadow with #757D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757D94.

Preview

Color preview on black background

This text has color #757D94 on black background.


Color preview on white background

This text has color #757D94 on white background.


Black color preview on #757D94 background

This text has black color on #757D94 background.


White color preview on #757D94 background

This text has white color on #757D94 background.


Related colors

Complementary color

Complementary color for #hex is #8A826B.


I love getcolorcode.com

Triadic colors

1 #94757D and #7D9475 with #757D94 are triadic colors.

2 #947D75 and #7D7594 with #757D94 are triadic colors.