COLOR #75898B

HEX: #75898B RGB: (117,137,139)

Color info

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

RGB color model

#75898B color RGB value is (117,137,139).

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

RGB channels and saturation

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

117
137
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 139 = 393 (100%)
R 117 of 393 ~ 29.77%
G 137 of 393 ~ 34.86%
B 139 of 393 ~ 35.37'%

%29.77
%34.86
%35.37

CMYK color model

#75898B color CMYK value is (16,1,0,45).

  • cyan value is 15.83%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (16,1,0,45)
C16M1Y0K45 (16%, 1%, 0%, 45%)
(0.16 / 0.01 / 0.00 / 0.45)

CMYK percentages

%15.83
%1.44
%0
%45.49

Codes

Color #75898B in popluar color models

75 89 8B
RGB 117 137 139
HSL 185° 8.66% 50.20%
HSB/HSV 185° 15.83% 54.51%
CMYK 15.83% 1.44% 0.00%
45.49%

Color #75898B in popluar number systems.

HEX 75 89 8B
Decimal 117 137 139
Binary 1110101 10001001 10001011
Octal 165 211 213

Shades and tints

Shades of #75898B

#75898B
(117,137,139)
#6B7D7F
(107,125,127)
#617173
(97,113,115)
#576567
(87,101,103)
#4D595B
(77,89,91)
#434D4F
(67,77,79)
#394143
(57,65,67)
#2F3537
(47,53,55)
#25292B
(37,41,43)
#1B1D1F
(27,29,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #75898B

#75898B
(117,137,139)
#819395
(129,147,149)
#8D9D9F
(141,157,159)
#99A7A9
(153,167,169)
#A5B1B3
(165,177,179)
#B1BBBD
(177,187,189)
#BDC5C7
(189,197,199)
#C9CFD1
(201,207,209)
#D5D9DB
(213,217,219)
#E1E3E5
(225,227,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75898B; }

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

This text font color is #75898B.

Background Color

.myBgColor { background-color: #75898B; }

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

This div background color is #75898B.

Border color

.myBorderColor { border: 1px solid #75898B; }

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

This div border color is #75898B.

Opacity

.myOpacity80 { color: #75898B; opacity: 0.8; }

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

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

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

This text has shadow with #75898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75898B.

Preview

Color preview on black background

This text has color #75898B on black background.


Color preview on white background

This text has color #75898B on white background.


Black color preview on #75898B background

This text has black color on #75898B background.


White color preview on #75898B background

This text has white color on #75898B background.


Related colors

Complementary color

Complementary color for #hex is #8A7674.


I love getcolorcode.com

Triadic colors

1 #8B7589 and #898B75 with #75898B are triadic colors.

2 #8B8975 and #89758B with #75898B are triadic colors.