COLOR #758F79

HEX: #758F79
RGB: (117,143,121)

Color info

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

RGB color model

#758F79 color RGB value is (117,143,121).

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

RGB channels and saturation

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

117
143
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 121 = 381 (100%)
R 117 of 381 ~ 30.71%
G 143 of 381 ~ 37.53%
B 121 of 381 ~ 31.76%

%30.71
%37.53
%31.76

CMYK color model

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

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

CMYK percentages

%18.18
%0
%15.38
%43.92

Codes

Color #758F79 in popluar color models

758F79
RGB117143121
HSL129°10.40%50.98%
HSB/HSV129°18.18%56.08%
CMYK18.18%0.00%15.38%
43.92%

Color #758F79 in popluar number systems.

HEX758F79
Decimal117143121
Binary1110101100011111111001
Octal165217171

Shades and tints

Shades of #758F79

#758F79
(117,143,121)
#6B826E
(107,130,110)
#617563
(97,117,99)
#576858
(87,104,88)
#4D5B4D
(77,91,77)
#434E42
(67,78,66)
#394137
(57,65,55)
#2F342C
(47,52,44)
#252721
(37,39,33)
#1B1A16
(27,26,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #758F79

#758F79
(117,143,121)
#819985
(129,153,133)
#8DA391
(141,163,145)
#99AD9D
(153,173,157)
#A5B7A9
(165,183,169)
#B1C1B5
(177,193,181)
#BDCBC1
(189,203,193)
#C9D5CD
(201,213,205)
#D5DFD9
(213,223,217)
#E1E9E5
(225,233,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758F79; }

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

This text font color is #758F79.


Background Color

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

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

This div background color is #758F79.


Border color

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

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

This div border color is #758F79.


Opacity

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

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

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

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

This text has shadow with #758F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758F79 on black background.


Color preview on white background

This text has color #758F79 on white background.



Black color preview on #758F79 background

This text has black color on #758F79 background.


White color preview on #758F79 background

This text has white color on #758F79 background.