COLOR #758F77

HEX: #758F77
RGB: (117,143,119)

Color info

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

RGB color model

#758F77 color RGB value is (117,143,119).

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

RGB channels and saturation

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

117
143
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 119 = 379 (100%)
R 117 of 379 ~ 30.87%
G 143 of 379 ~ 37.73%
B 119 of 379 ~ 31.4%

%30.87
%37.73
%31.4

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 43.92%
CMYK:
(18,0,17,44)
C18M0Y17K44 
(18%,0%,17%,44%)
(0.18/0.00/0.17/0.44)	

CMYK percentages

%18.18
%0
%16.78
%43.92

Codes

Color #758F77 in popluar color models

758F77
RGB117143119
HSL125°10.40%50.98%
HSB/HSV125°18.18%56.08%
CMYK18.18%0.00%16.78%
43.92%

Color #758F77 in popluar number systems.

HEX758F77
Decimal117143119
Binary1110101100011111110111
Octal165217167

Shades and tints

Shades of #758F77

#758F77
(117,143,119)
#6B826D
(107,130,109)
#617563
(97,117,99)
#576859
(87,104,89)
#4D5B4F
(77,91,79)
#434E45
(67,78,69)
#39413B
(57,65,59)
#2F3431
(47,52,49)
#252727
(37,39,39)
#1B1A1D
(27,26,29)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #758F77

#758F77
(117,143,119)
#819983
(129,153,131)
#8DA38F
(141,163,143)
#99AD9B
(153,173,155)
#A5B7A7
(165,183,167)
#B1C1B3
(177,193,179)
#BDCBBF
(189,203,191)
#C9D5CB
(201,213,203)
#D5DFD7
(213,223,215)
#E1E9E3
(225,233,227)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758F77; }

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

This text font color is #758F77.


Background Color

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

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

This div background color is #758F77.


Border color

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

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

This div border color is #758F77.


Opacity

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

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

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

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

This text has shadow with #758F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758F77 on black background.


Color preview on white background

This text has color #758F77 on white background.



Black color preview on #758F77 background

This text has black color on #758F77 background.


White color preview on #758F77 background

This text has white color on #758F77 background.