COLOR #758E84

HEX: #758E84
RGB: (117,142,132)

Color info

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

RGB color model

#758E84 color RGB value is (117,142,132).

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

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 132 of 255 = 52%

117
142
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 132 = 391 (100%)
R 117 of 391 ~ 29.92%
G 142 of 391 ~ 36.32%
B 132 of 391 ~ 33.76%

%29.92
%36.32
%33.76

CMYK color model

#758E84 color CMYK value is (18,0,7,44).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(18,0,7,44)
C18M0Y7K44 
(18%,0%,7%,44%)
(0.18/0.00/0.07/0.44)	

CMYK percentages

%17.61
%0
%7.04
%44.31

Codes

Color #758E84 in popluar color models

758E84
RGB117142132
HSL156°9.96%50.78%
HSB/HSV156°17.61%55.69%
CMYK17.61%0.00%7.04%
44.31%

Color #758E84 in popluar number systems.

HEX758E84
Decimal117142132
Binary11101011000111010000100
Octal165216204

Shades and tints

Shades of #758E84

#758E84
(117,142,132)
#6B8278
(107,130,120)
#61766C
(97,118,108)
#576A60
(87,106,96)
#4D5E54
(77,94,84)
#435248
(67,82,72)
#39463C
(57,70,60)
#2F3A30
(47,58,48)
#252E24
(37,46,36)
#1B2218
(27,34,24)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #758E84

#758E84
(117,142,132)
#81988F
(129,152,143)
#8DA29A
(141,162,154)
#99ACA5
(153,172,165)
#A5B6B0
(165,182,176)
#B1C0BB
(177,192,187)
#BDCAC6
(189,202,198)
#C9D4D1
(201,212,209)
#D5DEDC
(213,222,220)
#E1E8E7
(225,232,231)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758E84 color. Also use rgb(117,142,132) instead hex code.

Text Font Color

.myTextColor { color: #758E84; }

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

This text font color is #758E84.


Background Color

.myBgColor { background-color: #758E84; }

<div style="background-color:#758E84">Inner text</div>

This div background color is #758E84.


Border color

.myBorderColor { border: 1px solid #758E84; }

<div style="border:3px solid #758E84">Div</div>

This div border color is #758E84.


Opacity

.myOpacity80 { color: #758E84; opacity: 0.8; }

<p style="color:#758E84;opacity:0.8;">80%</p>

Text with #758E84 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 #758E84;}

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

This text has shadow with #758E84 color.

.textShadow {text-shadow: 3px 3px 1px #758E84, 3px 3px 1px red;}

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

This text has shadow with #758E84 primary color and red secondary color.


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

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

This text has shadow with #758E84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E84 on black background.


Color preview on white background

This text has color #758E84 on white background.



Black color preview on #758E84 background

This text has black color on #758E84 background.


White color preview on #758E84 background

This text has white color on #758E84 background.