COLOR #768D89

HEX: #768D89
RGB: (118,141,137)

Color info

#768D89 contains red, green and blue colors in about the same proportion. Web safe color of #768D89 is #669999 (or #699).

RGB color model

#768D89 color RGB value is (118,141,137).

  • red value is 118;
  • green value is 141;
  • blue value is 137.
RGB:
(118,141,137)
(46%,55%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 137 of 255 = 54%

118
141
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 137 = 396 (100%)
R 118 of 396 ~ 29.8%
G 141 of 396 ~ 35.61%
B 137 of 396 ~ 34.6%

%29.8
%35.61
%34.6

CMYK color model

#768D89 color CMYK value is (16,0,3,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(16,0,3,45)
C16M0Y3K45 
(16%,0%,3%,45%)
(0.16/0.00/0.03/0.45)	

CMYK percentages

%16.31
%0
%2.84
%44.71

Codes

Color #768D89 in popluar color models

768D89
RGB118141137
HSL170°9.16%50.78%
HSB/HSV170°16.31%55.29%
CMYK16.31%0.00%2.84%
44.71%

Color #768D89 in popluar number systems.

HEX768D89
Decimal118141137
Binary11101101000110110001001
Octal166215211

Shades and tints

Shades of #768D89

#768D89
(118,141,137)
#6C817D
(108,129,125)
#627571
(98,117,113)
#586965
(88,105,101)
#4E5D59
(78,93,89)
#44514D
(68,81,77)
#3A4541
(58,69,65)
#303935
(48,57,53)
#262D29
(38,45,41)
#1C211D
(28,33,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #768D89

#768D89
(118,141,137)
#829793
(130,151,147)
#8EA19D
(142,161,157)
#9AABA7
(154,171,167)
#A6B5B1
(166,181,177)
#B2BFBB
(178,191,187)
#BEC9C5
(190,201,197)
#CAD3CF
(202,211,207)
#D6DDD9
(214,221,217)
#E2E7E3
(226,231,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768D89 color. Also use rgb(118,141,137) instead hex code.

Text Font Color

.myTextColor { color: #768D89; }

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

This text font color is #768D89.


Background Color

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

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

This div background color is #768D89.


Border color

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

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

This div border color is #768D89.


Opacity

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

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

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

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

This text has shadow with #768D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768D89 on black background.


Color preview on white background

This text has color #768D89 on white background.



Black color preview on #768D89 background

This text has black color on #768D89 background.


White color preview on #768D89 background

This text has white color on #768D89 background.