COLOR #75878D

HEX: #75878D RGB: (117,135,141)

Color info

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

RGB color model

#75878D color RGB value is (117,135,141).

RGB: (117,135,141) (46%, 53%, 55%)

RGB channels and saturation

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

117
135
141

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

Portions of RGB colors in percentages

R + G + B = 117 + 135 + 141 = 393 (100%)
R 117 of 393 ~ 29.77%
G 135 of 393 ~ 34.35%
B 141 of 393 ~ 35.88'%

%29.77
%34.35
%35.88

CMYK color model

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

  • cyan value is 17.02%
  • magenta value is 4.26%
  • 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
%4.26
%0
%44.71

Codes

Color #75878D in popluar color models

75 87 8D
RGB 117 135 141
HSL 195° 9.52% 50.59%
HSB/HSV 195° 17.02% 55.29%
CMYK 17.02% 4.26% 0.00%
44.71%

Color #75878D in popluar number systems.

HEX 75 87 8D
Decimal 117 135 141
Binary 1110101 10000111 10001101
Octal 165 207 215

Shades and tints

Shades of #75878D

#75878D
(117,135,141)
#6B7B81
(107,123,129)
#616F75
(97,111,117)
#576369
(87,99,105)
#4D575D
(77,87,93)
#434B51
(67,75,81)
#393F45
(57,63,69)
#2F3339
(47,51,57)
#25272D
(37,39,45)
#1B1B21
(27,27,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #75878D

#75878D
(117,135,141)
#819197
(129,145,151)
#8D9BA1
(141,155,161)
#99A5AB
(153,165,171)
#A5AFB5
(165,175,181)
#B1B9BF
(177,185,191)
#BDC3C9
(189,195,201)
#C9CDD3
(201,205,211)
#D5D7DD
(213,215,221)
#E1E1E7
(225,225,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75878D; }

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

This text font color is #75878D.

Background Color

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

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

This div background color is #75878D.

Border color

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

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

This div border color is #75878D.

Opacity

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

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

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

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

This text has shadow with #75878D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75878D.

Preview

Color preview on black background

This text has color #75878D on black background.


Color preview on white background

This text has color #75878D on white background.


Black color preview on #75878D background

This text has black color on #75878D background.


White color preview on #75878D background

This text has white color on #75878D background.


Related colors

Complementary color

Complementary color for #hex is #8A7872.


I love getcolorcode.com

Triadic colors

1 #8D7587 and #878D75 with #75878D are triadic colors.

2 #8D8775 and #87758D with #75878D are triadic colors.