COLOR #758E7F

HEX: #758E7F
RGB: (117,142,127)

Color info

#758E7F contains red, green and blue colors in about the same proportion. Web safe color of #758E7F is #669966 (or #696).

RGB color model

#758E7F color RGB value is (117,142,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 127 of 255 = 50%

117
142
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 127 = 386 (100%)
R 117 of 386 ~ 30.31%
G 142 of 386 ~ 36.79%
B 127 of 386 ~ 32.9%

%30.31
%36.79
%32.9

CMYK color model

#758E7F color CMYK value is (18,0,11,44).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(18,0,11,44)
C18M0Y11K44 
(18%,0%,11%,44%)
(0.18/0.00/0.11/0.44)	

CMYK percentages

%17.61
%0
%10.56
%44.31

Codes

Color #758E7F in popluar color models

758E7F
RGB117142127
HSL144°9.96%50.78%
HSB/HSV144°17.61%55.69%
CMYK17.61%0.00%10.56%
44.31%

Color #758E7F in popluar number systems.

HEX758E7F
Decimal117142127
Binary1110101100011101111111
Octal165216177

Shades and tints

Shades of #758E7F

#758E7F
(117,142,127)
#6B8274
(107,130,116)
#617669
(97,118,105)
#576A5E
(87,106,94)
#4D5E53
(77,94,83)
#435248
(67,82,72)
#39463D
(57,70,61)
#2F3A32
(47,58,50)
#252E27
(37,46,39)
#1B221C
(27,34,28)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #758E7F

#758E7F
(117,142,127)
#81988A
(129,152,138)
#8DA295
(141,162,149)
#99ACA0
(153,172,160)
#A5B6AB
(165,182,171)
#B1C0B6
(177,192,182)
#BDCAC1
(189,202,193)
#C9D4CC
(201,212,204)
#D5DED7
(213,222,215)
#E1E8E2
(225,232,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758E7F; }

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

This text font color is #758E7F.


Background Color

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

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

This div background color is #758E7F.


Border color

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

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

This div border color is #758E7F.


Opacity

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

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

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

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

This text has shadow with #758E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E7F on black background.


Color preview on white background

This text has color #758E7F on white background.



Black color preview on #758E7F background

This text has black color on #758E7F background.


White color preview on #758E7F background

This text has white color on #758E7F background.