COLOR #758E77

HEX: #758E77 RGB: (117,142,119)

Color info

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

RGB color model

#758E77 color RGB value is (117,142,119).

RGB: (117,142,119) (46%, 56%, 47%)

RGB channels and saturation

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

117
142
119

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

Portions of RGB colors in percentages

R + G + B = 117 + 142 + 119 = 378 (100%)
R 117 of 378 ~ 30.95%
G 142 of 378 ~ 37.57%
B 119 of 378 ~ 31.48'%

%30.95
%37.57
%31.48

CMYK color model

#758E77 color CMYK value is (18,0,16,44).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 44.31%

CMYK: (18,0,16,44)
C18M0Y16K44 (18%, 0%, 16%, 44%)
(0.18 / 0.00 / 0.16 / 0.44)

CMYK percentages

%17.61
%0
%16.2
%44.31

Codes

Color #758E77 in popluar color models

75 8E 77
RGB 117 142 119
HSL 125° 9.96% 50.78%
HSB/HSV 125° 17.61% 55.69%
CMYK 17.61% 0.00% 16.20%
44.31%

Color #758E77 in popluar number systems.

HEX 75 8E 77
Decimal 117 142 119
Binary 1110101 10001110 1110111
Octal 165 216 167

Shades and tints

Shades of #758E77

#758E77
(117,142,119)
#6B826D
(107,130,109)
#617663
(97,118,99)
#576A59
(87,106,89)
#4D5E4F
(77,94,79)
#435245
(67,82,69)
#39463B
(57,70,59)
#2F3A31
(47,58,49)
#252E27
(37,46,39)
#1B221D
(27,34,29)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #758E77

#758E77
(117,142,119)
#819883
(129,152,131)
#8DA28F
(141,162,143)
#99AC9B
(153,172,155)
#A5B6A7
(165,182,167)
#B1C0B3
(177,192,179)
#BDCABF
(189,202,191)
#C9D4CB
(201,212,203)
#D5DED7
(213,222,215)
#E1E8E3
(225,232,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758E77; }

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

This text font color is #758E77.

Background Color

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

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

This div background color is #758E77.

Border color

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

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

This div border color is #758E77.

Opacity

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

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

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

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

This text has shadow with #758E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758E77.

Preview

Color preview on black background

This text has color #758E77 on black background.


Color preview on white background

This text has color #758E77 on white background.


Black color preview on #758E77 background

This text has black color on #758E77 background.


White color preview on #758E77 background

This text has white color on #758E77 background.


Related colors

Complementary color

Complementary color for #hex is #8A7188.


I love getcolorcode.com

Triadic colors

1 #77758E and #8E7775 with #758E77 are triadic colors.

2 #778E75 and #8E7577 with #758E77 are triadic colors.