COLOR #758EA1

HEX: #758EA1 RGB: (117,142,161)

Color info

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

RGB color model

#758EA1 color RGB value is (117,142,161).

RGB: (117,142,161) (46%, 56%, 63%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 161 of 255 = 63%

117
142
161

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

Portions of RGB colors in percentages

R + G + B = 117 + 142 + 161 = 420 (100%)
R 117 of 420 ~ 27.86%
G 142 of 420 ~ 33.81%
B 161 of 420 ~ 38.33'%

%27.86
%33.81
%38.33

CMYK color model

#758EA1 color CMYK value is (27,12,0,37).

  • cyan value is 27.33%
  • magenta value is 11.80%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (27,12,0,37) C27M12Y0K37 (27%,12%,0%,37%) (0.27/0.12/0.00/0.37) 

CMYK percentages

%27.33
%11.8
%0
%36.86

Codes

Color #758EA1 in popluar color models

75 8E A1
RGB 117 142 161
HSL 206° 18.97% 54.51%
HSB/HSV 206° 27.33% 63.14%
CMYK 27.33% 11.80% 0.00%
36.86%

Color #758EA1 in popluar number systems.

HEX 75 8E A1
Decimal 117 142 161
Binary 1110101 10001110 10100001
Octal 165 216 241

Shades and tints

Shades of #758EA1

#758EA1
(117,142,161)
#6B8293
(107,130,147)
#617685
(97,118,133)
#576A77
(87,106,119)
#4D5E69
(77,94,105)
#43525B
(67,82,91)
#39464D
(57,70,77)
#2F3A3F
(47,58,63)
#252E31
(37,46,49)
#1B2223
(27,34,35)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #758EA1

#758EA1
(117,142,161)
#8198A9
(129,152,169)
#8DA2B1
(141,162,177)
#99ACB9
(153,172,185)
#A5B6C1
(165,182,193)
#B1C0C9
(177,192,201)
#BDCAD1
(189,202,209)
#C9D4D9
(201,212,217)
#D5DEE1
(213,222,225)
#E1E8E9
(225,232,233)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758EA1; }

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

This text font color is #758EA1.

Background Color

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

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

This div background color is #758EA1.

Border color

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

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

This div border color is #758EA1.

Opacity

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

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

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

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

This text has shadow with #758EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758EA1.

Preview

Color preview on black background

This text has color #758EA1 on black background.


Color preview on white background

This text has color #758EA1 on white background.


Black color preview on #758EA1 background

This text has black color on #758EA1 background.


White color preview on #758EA1 background

This text has white color on #758EA1 background.


Related colors

Complementary color

Complementary color for #hex is #8A715E.


I love getcolorcode.com

Triadic colors

1 #A1758E and #8EA175 with #758EA1 are triadic colors.

2 #A18E75 and #8E75A1 with #758EA1 are triadic colors.