COLOR #758E79

HEX: #758E79
RGB: (117,142,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
142
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 121 = 380 (100%)
R 117 of 380 ~ 30.79%
G 142 of 380 ~ 37.37%
B 121 of 380 ~ 31.84%

%30.79
%37.37
%31.84

CMYK color model

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

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

CMYK percentages

%17.61
%0
%14.79
%44.31

Codes

Color #758E79 in popluar color models

758E79
RGB117142121
HSL130°9.96%50.78%
HSB/HSV130°17.61%55.69%
CMYK17.61%0.00%14.79%
44.31%

Color #758E79 in popluar number systems.

HEX758E79
Decimal117142121
Binary1110101100011101111001
Octal165216171

Shades and tints

Shades of #758E79

#758E79
(117,142,121)
#6B826E
(107,130,110)
#617663
(97,118,99)
#576A58
(87,106,88)
#4D5E4D
(77,94,77)
#435242
(67,82,66)
#394637
(57,70,55)
#2F3A2C
(47,58,44)
#252E21
(37,46,33)
#1B2216
(27,34,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #758E79

#758E79
(117,142,121)
#819885
(129,152,133)
#8DA291
(141,162,145)
#99AC9D
(153,172,157)
#A5B6A9
(165,182,169)
#B1C0B5
(177,192,181)
#BDCAC1
(189,202,193)
#C9D4CD
(201,212,205)
#D5DED9
(213,222,217)
#E1E8E5
(225,232,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758E79; }

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

This text font color is #758E79.


Background Color

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

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

This div background color is #758E79.


Border color

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

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

This div border color is #758E79.


Opacity

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

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

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

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

This text has shadow with #758E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E79 on black background.


Color preview on white background

This text has color #758E79 on white background.



Black color preview on #758E79 background

This text has black color on #758E79 background.


White color preview on #758E79 background

This text has white color on #758E79 background.