COLOR #758989

HEX: #758989 RGB: (117,137,137)

Color info

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

RGB color model

#758989 color RGB value is (117,137,137).

RGB: (117,137,137) (46%, 54%, 54%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 137 of 255 = 54%

117
137
137

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

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 137 = 391 (100%)
R 117 of 391 ~ 29.92%
G 137 of 391 ~ 35.04%
B 137 of 391 ~ 35.04'%

%29.92
%35.04
%35.04

CMYK color model

#758989 color CMYK value is (15,0,0,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (15,0,0,46)
C15M0Y0K46 (15%, 0%, 0%, 46%)
(0.15 / 0.00 / 0.00 / 0.46)

CMYK percentages

%14.6
%0
%0
%46.27

Codes

Color #758989 in popluar color models

75 89 89
RGB 117 137 137
HSL 180° 7.87% 49.80%
HSB/HSV 180° 14.60% 53.73%
CMYK 14.60% 0.00% 0.00%
46.27%

Color #758989 in popluar number systems.

HEX 75 89 89
Decimal 117 137 137
Binary 1110101 10001001 10001001
Octal 165 211 211

Shades and tints

Shades of #758989

#758989
(117,137,137)
#6B7D7D
(107,125,125)
#617171
(97,113,113)
#576565
(87,101,101)
#4D5959
(77,89,89)
#434D4D
(67,77,77)
#394141
(57,65,65)
#2F3535
(47,53,53)
#252929
(37,41,41)
#1B1D1D
(27,29,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #758989

#758989
(117,137,137)
#819393
(129,147,147)
#8D9D9D
(141,157,157)
#99A7A7
(153,167,167)
#A5B1B1
(165,177,177)
#B1BBBB
(177,187,187)
#BDC5C5
(189,197,197)
#C9CFCF
(201,207,207)
#D5D9D9
(213,217,217)
#E1E3E3
(225,227,227)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758989; }

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

This text font color is #758989.

Background Color

.myBgColor { background-color: #758989; }

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

This div background color is #758989.

Border color

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

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

This div border color is #758989.

Opacity

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

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

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

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

This text has shadow with #758989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758989.

Preview

Color preview on black background

This text has color #758989 on black background.


Color preview on white background

This text has color #758989 on white background.


Black color preview on #758989 background

This text has black color on #758989 background.


White color preview on #758989 background

This text has white color on #758989 background.


Related colors

Complementary color

Complementary color for #hex is #8A7676.


I love getcolorcode.com