COLOR #75889B

HEX: #75889B
RGB: (117,136,155)

Color info

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

RGB color model

#75889B color RGB value is (117,136,155).

  • red value is 117;
  • green value is 136;
  • blue value is 155.
RGB:
(117,136,155)
(46%,53%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 155 of 255 = 61%

117
136
155

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

Portions of RGB colors in percentages

R + G + B =
117 + 136 + 155 = 408 (100%)
R 117 of 408 ~ 28.68%
G 136 of 408 ~ 33.33%
B 155 of 408 ~ 37.99%

%28.68
%33.33
%37.99

CMYK color model

#75889B color CMYK value is (25,12,0,39).

  • cyan value is 24.52%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,12,0,39)
C25M12Y0K39 
(25%,12%,0%,39%)
(0.25/0.12/0.00/0.39)	

CMYK percentages

%24.52
%12.26
%0
%39.22

Codes

Color #75889B in popluar color models

75889B
RGB117136155
HSL210°15.97%53.33%
HSB/HSV210°24.52%60.78%
CMYK24.52%12.26%0.00%
39.22%

Color #75889B in popluar number systems.

HEX75889B
Decimal117136155
Binary11101011000100010011011
Octal165210233

Shades and tints

Shades of #75889B

#75889B
(117,136,155)
#6B7C8D
(107,124,141)
#61707F
(97,112,127)
#576471
(87,100,113)
#4D5863
(77,88,99)
#434C55
(67,76,85)
#394047
(57,64,71)
#2F3439
(47,52,57)
#25282B
(37,40,43)
#1B1C1D
(27,28,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #75889B

#75889B
(117,136,155)
#8192A4
(129,146,164)
#8D9CAD
(141,156,173)
#99A6B6
(153,166,182)
#A5B0BF
(165,176,191)
#B1BAC8
(177,186,200)
#BDC4D1
(189,196,209)
#C9CEDA
(201,206,218)
#D5D8E3
(213,216,227)
#E1E2EC
(225,226,236)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75889B color. Also use rgb(117,136,155) instead hex code.

Text Font Color

.myTextColor { color: #75889B; }

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

This text font color is #75889B.


Background Color

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

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

This div background color is #75889B.


Border color

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

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

This div border color is #75889B.


Opacity

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

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

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

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

This text has shadow with #75889B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75889B on black background.


Color preview on white background

This text has color #75889B on white background.



Black color preview on #75889B background

This text has black color on #75889B background.


White color preview on #75889B background

This text has white color on #75889B background.