COLOR #758E71

HEX: #758E71
RGB: (117,142,113)

Color info

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

RGB color model

#758E71 color RGB value is (117,142,113).

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

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 113 of 255 = 44%

117
142
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 113 = 372 (100%)
R 117 of 372 ~ 31.45%
G 142 of 372 ~ 38.17%
B 113 of 372 ~ 30.38%

%31.45
%38.17
%30.38

CMYK color model

#758E71 color CMYK value is (18,0,20,44).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 44.31%
CMYK:
(18,0,20,44)
C18M0Y20K44 
(18%,0%,20%,44%)
(0.18/0.00/0.20/0.44)	

CMYK percentages

%17.61
%0
%20.42
%44.31

Codes

Color #758E71 in popluar color models

758E71
RGB117142113
HSL112°11.37%50.00%
HSB/HSV112°20.42%55.69%
CMYK17.61%0.00%20.42%
44.31%

Color #758E71 in popluar number systems.

HEX758E71
Decimal117142113
Binary1110101100011101110001
Octal165216161

Shades and tints

Shades of #758E71

#758E71
(117,142,113)
#6B8267
(107,130,103)
#61765D
(97,118,93)
#576A53
(87,106,83)
#4D5E49
(77,94,73)
#43523F
(67,82,63)
#394635
(57,70,53)
#2F3A2B
(47,58,43)
#252E21
(37,46,33)
#1B2217
(27,34,23)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #758E71

#758E71
(117,142,113)
#81987D
(129,152,125)
#8DA289
(141,162,137)
#99AC95
(153,172,149)
#A5B6A1
(165,182,161)
#B1C0AD
(177,192,173)
#BDCAB9
(189,202,185)
#C9D4C5
(201,212,197)
#D5DED1
(213,222,209)
#E1E8DD
(225,232,221)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758E71; }

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

This text font color is #758E71.


Background Color

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

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

This div background color is #758E71.


Border color

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

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

This div border color is #758E71.


Opacity

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

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

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

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

This text has shadow with #758E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E71 on black background.


Color preview on white background

This text has color #758E71 on white background.



Black color preview on #758E71 background

This text has black color on #758E71 background.


White color preview on #758E71 background

This text has white color on #758E71 background.