COLOR #75888D

HEX: #75888D
RGB: (117,136,141)

Color info

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

RGB color model

#75888D color RGB value is (117,136,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 136 of 255 = 53%
B 141 of 255 = 55%

117
136
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 136 + 141 = 394 (100%)
R 117 of 394 ~ 29.7%
G 136 of 394 ~ 34.52%
B 141 of 394 ~ 35.79%

%29.7
%34.52
%35.79

CMYK color model

#75888D color CMYK value is (17,4,0,45).

  • cyan value is 17.02%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,4,0,45)
C17M4Y0K45 
(17%,4%,0%,45%)
(0.17/0.04/0.00/0.45)	

CMYK percentages

%17.02
%3.55
%0
%44.71

Codes

Color #75888D in popluar color models

75888D
RGB117136141
HSL193°9.52%50.59%
HSB/HSV193°17.02%55.29%
CMYK17.02%3.55%0.00%
44.71%

Color #75888D in popluar number systems.

HEX75888D
Decimal117136141
Binary11101011000100010001101
Octal165210215

Shades and tints

Shades of #75888D

#75888D
(117,136,141)
#6B7C81
(107,124,129)
#617075
(97,112,117)
#576469
(87,100,105)
#4D585D
(77,88,93)
#434C51
(67,76,81)
#394045
(57,64,69)
#2F3439
(47,52,57)
#25282D
(37,40,45)
#1B1C21
(27,28,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #75888D

#75888D
(117,136,141)
#819297
(129,146,151)
#8D9CA1
(141,156,161)
#99A6AB
(153,166,171)
#A5B0B5
(165,176,181)
#B1BABF
(177,186,191)
#BDC4C9
(189,196,201)
#C9CED3
(201,206,211)
#D5D8DD
(213,216,221)
#E1E2E7
(225,226,231)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75888D color. Also use rgb(117,136,141) instead hex code.

Text Font Color

.myTextColor { color: #75888D; }

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

This text font color is #75888D.


Background Color

.myBgColor { background-color: #75888D; }

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

This div background color is #75888D.


Border color

.myBorderColor { border: 1px solid #75888D; }

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

This div border color is #75888D.


Opacity

.myOpacity80 { color: #75888D; opacity: 0.8; }

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

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

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

This text has shadow with #75888D color.

.textShadow {text-shadow: 3px 3px 1px #75888D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75888D on black background.


Color preview on white background

This text has color #75888D on white background.



Black color preview on #75888D background

This text has black color on #75888D background.


White color preview on #75888D background

This text has white color on #75888D background.