COLOR #758F73

HEX: #758F73
RGB: (117,143,115)

Color info

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

RGB color model

#758F73 color RGB value is (117,143,115).

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

RGB channels and saturation

R 117 of 255 = 46%
G 143 of 255 = 56%
B 115 of 255 = 45%

117
143
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 115 = 375 (100%)
R 117 of 375 ~ 31.2%
G 143 of 375 ~ 38.13%
B 115 of 375 ~ 30.67%

%31.2
%38.13
%30.67

CMYK color model

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

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

CMYK percentages

%18.18
%0
%19.58
%43.92

Codes

Color #758F73 in popluar color models

758F73
RGB117143115
HSL116°11.11%50.59%
HSB/HSV116°19.58%56.08%
CMYK18.18%0.00%19.58%
43.92%

Color #758F73 in popluar number systems.

HEX758F73
Decimal117143115
Binary1110101100011111110011
Octal165217163

Shades and tints

Shades of #758F73

#758F73
(117,143,115)
#6B8269
(107,130,105)
#61755F
(97,117,95)
#576855
(87,104,85)
#4D5B4B
(77,91,75)
#434E41
(67,78,65)
#394137
(57,65,55)
#2F342D
(47,52,45)
#252723
(37,39,35)
#1B1A19
(27,26,25)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #758F73

#758F73
(117,143,115)
#81997F
(129,153,127)
#8DA38B
(141,163,139)
#99AD97
(153,173,151)
#A5B7A3
(165,183,163)
#B1C1AF
(177,193,175)
#BDCBBB
(189,203,187)
#C9D5C7
(201,213,199)
#D5DFD3
(213,223,211)
#E1E9DF
(225,233,223)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758F73; }

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

This text font color is #758F73.


Background Color

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

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

This div background color is #758F73.


Border color

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

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

This div border color is #758F73.


Opacity

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

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

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

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

This text has shadow with #758F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758F73 on black background.


Color preview on white background

This text has color #758F73 on white background.



Black color preview on #758F73 background

This text has black color on #758F73 background.


White color preview on #758F73 background

This text has white color on #758F73 background.