COLOR #758B93

HEX: #758B93 RGB: (117,139,147)

Color info

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

RGB color model

#758B93 color RGB value is (117,139,147).

RGB: (117,139,147) (46%, 55%, 58%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 147 of 255 = 58%

117
139
147

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

Portions of RGB colors in percentages

R + G + B = 117 + 139 + 147 = 403 (100%)
R 117 of 403 ~ 29.03%
G 139 of 403 ~ 34.49%
B 147 of 403 ~ 36.48'%

%29.03
%34.49
%36.48

CMYK color model

#758B93 color CMYK value is (20,5,0,42).

  • cyan value is 20.41%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (20,5,0,42)
C20M5Y0K42 (20%, 5%, 0%, 42%)
(0.20 / 0.05 / 0.00 / 0.42)

CMYK percentages

%20.41
%5.44
%0
%42.35

Codes

Color #758B93 in popluar color models

75 8B 93
RGB 117 139 147
HSL 196° 12.20% 51.76%
HSB/HSV 196° 20.41% 57.65%
CMYK 20.41% 5.44% 0.00%
42.35%

Color #758B93 in popluar number systems.

HEX 75 8B 93
Decimal 117 139 147
Binary 1110101 10001011 10010011
Octal 165 213 223

Shades and tints

Shades of #758B93

#758B93
(117,139,147)
#6B7F86
(107,127,134)
#617379
(97,115,121)
#57676C
(87,103,108)
#4D5B5F
(77,91,95)
#434F52
(67,79,82)
#394345
(57,67,69)
#2F3738
(47,55,56)
#252B2B
(37,43,43)
#1B1F1E
(27,31,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #758B93

#758B93
(117,139,147)
#81959C
(129,149,156)
#8D9FA5
(141,159,165)
#99A9AE
(153,169,174)
#A5B3B7
(165,179,183)
#B1BDC0
(177,189,192)
#BDC7C9
(189,199,201)
#C9D1D2
(201,209,210)
#D5DBDB
(213,219,219)
#E1E5E4
(225,229,228)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758B93 color. Also use rgb(117,139,147) instead hex code.

Text Font Color

.myTextColor { color: #758B93; }

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

This text font color is #758B93.

Background Color

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

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

This div background color is #758B93.

Border color

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

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

This div border color is #758B93.

Opacity

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

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

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

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

This text has shadow with #758B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758B93.

Preview

Color preview on black background

This text has color #758B93 on black background.


Color preview on white background

This text has color #758B93 on white background.


Black color preview on #758B93 background

This text has black color on #758B93 background.


White color preview on #758B93 background

This text has white color on #758B93 background.


Related colors

Complementary color

Complementary color for #hex is #8A746C.


I love getcolorcode.com

Triadic colors

1 #93758B and #8B9375 with #758B93 are triadic colors.

2 #938B75 and #8B7593 with #758B93 are triadic colors.