COLOR #75818E

HEX: #75818E
RGB: (117,129,142)

Color info

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

RGB color model

#75818E color RGB value is (117,129,142).

  • red value is 117;
  • green value is 129;
  • blue value is 142.
RGB:
(117,129,142)
(46%,51%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 142 of 255 = 56%

117
129
142

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

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 142 = 388 (100%)
R 117 of 388 ~ 30.15%
G 129 of 388 ~ 33.25%
B 142 of 388 ~ 36.6%

%30.15
%33.25
%36.6

CMYK color model

#75818E color CMYK value is (18,9,0,44).

  • cyan value is 17.61%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(18,9,0,44)
C18M9Y0K44 
(18%,9%,0%,44%)
(0.18/0.09/0.00/0.44)	

CMYK percentages

%17.61
%9.15
%0
%44.31

Codes

Color #75818E in popluar color models

75818E
RGB117129142
HSL211°9.96%50.78%
HSB/HSV211°17.61%55.69%
CMYK17.61%9.15%0.00%
44.31%

Color #75818E in popluar number systems.

HEX75818E
Decimal117129142
Binary11101011000000110001110
Octal165201216

Shades and tints

Shades of #75818E

#75818E
(117,129,142)
#6B7682
(107,118,130)
#616B76
(97,107,118)
#57606A
(87,96,106)
#4D555E
(77,85,94)
#434A52
(67,74,82)
#393F46
(57,63,70)
#2F343A
(47,52,58)
#25292E
(37,41,46)
#1B1E22
(27,30,34)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #75818E

#75818E
(117,129,142)
#818C98
(129,140,152)
#8D97A2
(141,151,162)
#99A2AC
(153,162,172)
#A5ADB6
(165,173,182)
#B1B8C0
(177,184,192)
#BDC3CA
(189,195,202)
#C9CED4
(201,206,212)
#D5D9DE
(213,217,222)
#E1E4E8
(225,228,232)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75818E color. Also use rgb(117,129,142) instead hex code.

Text Font Color

.myTextColor { color: #75818E; }

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

This text font color is #75818E.


Background Color

.myBgColor { background-color: #75818E; }

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

This div background color is #75818E.


Border color

.myBorderColor { border: 1px solid #75818E; }

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

This div border color is #75818E.


Opacity

.myOpacity80 { color: #75818E; opacity: 0.8; }

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

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

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

This text has shadow with #75818E color.

.textShadow {text-shadow: 3px 3px 1px #75818E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75818E on black background.


Color preview on white background

This text has color #75818E on white background.



Black color preview on #75818E background

This text has black color on #75818E background.


White color preview on #75818E background

This text has white color on #75818E background.