COLOR #758D79

HEX: #758D79
RGB: (117,141,121)

Color info

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

RGB color model

#758D79 color RGB value is (117,141,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 121 of 255 = 47%

117
141
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 141 + 121 = 379 (100%)
R 117 of 379 ~ 30.87%
G 141 of 379 ~ 37.2%
B 121 of 379 ~ 31.93%

%30.87
%37.2
%31.93

CMYK color model

#758D79 color CMYK value is (17,0,14,45).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(17,0,14,45)
C17M0Y14K45 
(17%,0%,14%,45%)
(0.17/0.00/0.14/0.45)	

CMYK percentages

%17.02
%0
%14.18
%44.71

Codes

Color #758D79 in popluar color models

758D79
RGB117141121
HSL130°9.52%50.59%
HSB/HSV130°17.02%55.29%
CMYK17.02%0.00%14.18%
44.71%

Color #758D79 in popluar number systems.

HEX758D79
Decimal117141121
Binary1110101100011011111001
Octal165215171

Shades and tints

Shades of #758D79

#758D79
(117,141,121)
#6B816E
(107,129,110)
#617563
(97,117,99)
#576958
(87,105,88)
#4D5D4D
(77,93,77)
#435142
(67,81,66)
#394537
(57,69,55)
#2F392C
(47,57,44)
#252D21
(37,45,33)
#1B2116
(27,33,22)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #758D79

#758D79
(117,141,121)
#819785
(129,151,133)
#8DA191
(141,161,145)
#99AB9D
(153,171,157)
#A5B5A9
(165,181,169)
#B1BFB5
(177,191,181)
#BDC9C1
(189,201,193)
#C9D3CD
(201,211,205)
#D5DDD9
(213,221,217)
#E1E7E5
(225,231,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758D79; }

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

This text font color is #758D79.


Background Color

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

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

This div background color is #758D79.


Border color

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

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

This div border color is #758D79.


Opacity

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

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

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

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

This text has shadow with #758D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758D79 on black background.


Color preview on white background

This text has color #758D79 on white background.



Black color preview on #758D79 background

This text has black color on #758D79 background.


White color preview on #758D79 background

This text has white color on #758D79 background.