COLOR #758EA7

HEX: #758EA7 RGB: (117,142,167)

Color info

#758EA7 contains red, green and blue colors in about the same proportion. Web safe color of #758EA7 is #669999 (or #699).

RGB color model

#758EA7 color RGB value is (117,142,167).

RGB: (117,142,167) (46%, 56%, 65%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 167 of 255 = 65%

117
142
167

R + G + B ~ 56%. #758EA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 142 + 167 = 426 (100%)
R 117 of 426 ~ 27.46%
G 142 of 426 ~ 33.33%
B 167 of 426 ~ 39.2'%

%27.46
%33.33
%39.2

CMYK color model

#758EA7 color CMYK value is (30,15,0,35).

  • cyan value is 29.94%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (30,15,0,35)
C30M15Y0K35 (30%, 15%, 0%, 35%)
(0.30 / 0.15 / 0.00 / 0.35)

CMYK percentages

%29.94
%14.97
%0
%34.51

Codes

Color #758EA7 in popluar color models

75 8E A7
RGB 117 142 167
HSL 210° 22.12% 55.69%
HSB/HSV 210° 29.94% 65.49%
CMYK 29.94% 14.97% 0.00%
34.51%

Color #758EA7 in popluar number systems.

HEX 75 8E A7
Decimal 117 142 167
Binary 1110101 10001110 10100111
Octal 165 216 247

Shades and tints

Shades of #758EA7

#758EA7
(117,142,167)
#6B8298
(107,130,152)
#617689
(97,118,137)
#576A7A
(87,106,122)
#4D5E6B
(77,94,107)
#43525C
(67,82,92)
#39464D
(57,70,77)
#2F3A3E
(47,58,62)
#252E2F
(37,46,47)
#1B2220
(27,34,32)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #758EA7

#758EA7
(117,142,167)
#8198AF
(129,152,175)
#8DA2B7
(141,162,183)
#99ACBF
(153,172,191)
#A5B6C7
(165,182,199)
#B1C0CF
(177,192,207)
#BDCAD7
(189,202,215)
#C9D4DF
(201,212,223)
#D5DEE7
(213,222,231)
#E1E8EF
(225,232,239)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758EA7 color. Also use rgb(117,142,167) instead hex code.

Text Font Color

.myTextColor { color: #758EA7; }

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

This text font color is #758EA7.

Background Color

.myBgColor { background-color: #758EA7; }

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

This div background color is #758EA7.

Border color

.myBorderColor { border: 1px solid #758EA7; }

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

This div border color is #758EA7.

Opacity

.myOpacity80 { color: #758EA7; opacity: 0.8; }

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

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

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

This text has shadow with #758EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758EA7.

Preview

Color preview on black background

This text has color #758EA7 on black background.


Color preview on white background

This text has color #758EA7 on white background.


Black color preview on #758EA7 background

This text has black color on #758EA7 background.


White color preview on #758EA7 background

This text has white color on #758EA7 background.


Related colors

Complementary color

Complementary color for #hex is #8A7158.


I love getcolorcode.com

Triadic colors

1 #A7758E and #8EA775 with #758EA7 are triadic colors.

2 #A78E75 and #8E75A7 with #758EA7 are triadic colors.