COLOR #758E75

HEX: #758E75
RGB: (117,142,117)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
142
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 117 = 376 (100%)
R 117 of 376 ~ 31.12%
G 142 of 376 ~ 37.77%
B 117 of 376 ~ 31.12%

%31.12
%37.77
%31.12

CMYK color model

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

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

CMYK percentages

%17.61
%0
%17.61
%44.31

Codes

Color #758E75 in popluar color models

758E75
RGB117142117
HSL120°9.96%50.78%
HSB/HSV120°17.61%55.69%
CMYK17.61%0.00%17.61%
44.31%

Color #758E75 in popluar number systems.

HEX758E75
Decimal117142117
Binary1110101100011101110101
Octal165216165

Shades and tints

Shades of #758E75

#758E75
(117,142,117)
#6B826B
(107,130,107)
#617661
(97,118,97)
#576A57
(87,106,87)
#4D5E4D
(77,94,77)
#435243
(67,82,67)
#394639
(57,70,57)
#2F3A2F
(47,58,47)
#252E25
(37,46,37)
#1B221B
(27,34,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #758E75

#758E75
(117,142,117)
#819881
(129,152,129)
#8DA28D
(141,162,141)
#99AC99
(153,172,153)
#A5B6A5
(165,182,165)
#B1C0B1
(177,192,177)
#BDCABD
(189,202,189)
#C9D4C9
(201,212,201)
#D5DED5
(213,222,213)
#E1E8E1
(225,232,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758E75; }

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

This text font color is #758E75.


Background Color

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

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

This div background color is #758E75.


Border color

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

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

This div border color is #758E75.


Opacity

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

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

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

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

This text has shadow with #758E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E75 on black background.


Color preview on white background

This text has color #758E75 on white background.



Black color preview on #758E75 background

This text has black color on #758E75 background.


White color preview on #758E75 background

This text has white color on #758E75 background.