COLOR #768E7D

HEX: #768E7D RGB: (118,142,125)

Color info

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

RGB color model

#768E7D color RGB value is (118,142,125).

RGB: (118,142,125) (46%, 56%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 125 of 255 = 49%

118
142
125

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

Portions of RGB colors in percentages

R + G + B = 118 + 142 + 125 = 385 (100%)
R 118 of 385 ~ 30.65%
G 142 of 385 ~ 36.88%
B 125 of 385 ~ 32.47'%

%30.65
%36.88
%32.47

CMYK color model

#768E7D color CMYK value is (17,0,12,44).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 44.31%

CMYK: (17,0,12,44)
C17M0Y12K44 (17%, 0%, 12%, 44%)
(0.17 / 0.00 / 0.12 / 0.44)

CMYK percentages

%16.9
%0
%11.97
%44.31

Codes

Color #768E7D in popluar color models

76 8E 7D
RGB 118 142 125
HSL 138° 9.60% 50.98%
HSB/HSV 138° 16.90% 55.69%
CMYK 16.90% 0.00% 11.97%
44.31%

Color #768E7D in popluar number systems.

HEX 76 8E 7D
Decimal 118 142 125
Binary 1110110 10001110 1111101
Octal 166 216 175

Shades and tints

Shades of #768E7D

#768E7D
(118,142,125)
#6C8272
(108,130,114)
#627667
(98,118,103)
#586A5C
(88,106,92)
#4E5E51
(78,94,81)
#445246
(68,82,70)
#3A463B
(58,70,59)
#303A30
(48,58,48)
#262E25
(38,46,37)
#1C221A
(28,34,26)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #768E7D

#768E7D
(118,142,125)
#829888
(130,152,136)
#8EA293
(142,162,147)
#9AAC9E
(154,172,158)
#A6B6A9
(166,182,169)
#B2C0B4
(178,192,180)
#BECABF
(190,202,191)
#CAD4CA
(202,212,202)
#D6DED5
(214,222,213)
#E2E8E0
(226,232,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768E7D color. Also use rgb(118,142,125) instead hex code.

Text Font Color

.myTextColor { color: #768E7D; }

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

This text font color is #768E7D.

Background Color

.myBgColor { background-color: #768E7D; }

<div style="background-color:#768E7D">Inner text</div>

This div background color is #768E7D.

Border color

.myBorderColor { border: 1px solid #768E7D; }

<div style="border:3px solid #768E7D">Div</div>

This div border color is #768E7D.

Opacity

.myOpacity80 { color: #768E7D; opacity: 0.8; }

<p style="color:#768E7D;opacity:0.8;">80%</p>

Text with #768E7D 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 #768E7D;}

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

This text has shadow with #768E7D color.


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

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

This text has shadow with #768E7D primary color and red secondary color.


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

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

This text has shadow with #768E7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #768E7D.

Preview

Color preview on black background

This text has color #768E7D on black background.


Color preview on white background

This text has color #768E7D on white background.


Black color preview on #768E7D background

This text has black color on #768E7D background.


White color preview on #768E7D background

This text has white color on #768E7D background.


Related colors

Complementary color

Complementary color for #hex is #897182.


I love getcolorcode.com

Triadic colors

1 #7D768E and #8E7D76 with #768E7D are triadic colors.

2 #7D8E76 and #8E767D with #768E7D are triadic colors.