COLOR #768E85

HEX: #768E85
RGB: (118,142,133)

Color info

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

RGB color model

#768E85 color RGB value is (118,142,133).

  • red value is 118;
  • green value is 142;
  • blue value is 133.
RGB:
(118,142,133)
(46%,56%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 133 of 255 = 52%

118
142
133

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

Portions of RGB colors in percentages

R + G + B =
118 + 142 + 133 = 393 (100%)
R 118 of 393 ~ 30.03%
G 142 of 393 ~ 36.13%
B 133 of 393 ~ 33.84%

%30.03
%36.13
%33.84

CMYK color model

#768E85 color CMYK value is (17,0,6,44).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(17,0,6,44)
C17M0Y6K44 
(17%,0%,6%,44%)
(0.17/0.00/0.06/0.44)	

CMYK percentages

%16.9
%0
%6.34
%44.31

Codes

Color #768E85 in popluar color models

768E85
RGB118142133
HSL158°9.60%50.98%
HSB/HSV158°16.90%55.69%
CMYK16.90%0.00%6.34%
44.31%

Color #768E85 in popluar number systems.

HEX768E85
Decimal118142133
Binary11101101000111010000101
Octal166216205

Shades and tints

Shades of #768E85

#768E85
(118,142,133)
#6C8279
(108,130,121)
#62766D
(98,118,109)
#586A61
(88,106,97)
#4E5E55
(78,94,85)
#445249
(68,82,73)
#3A463D
(58,70,61)
#303A31
(48,58,49)
#262E25
(38,46,37)
#1C2219
(28,34,25)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #768E85

#768E85
(118,142,133)
#829890
(130,152,144)
#8EA29B
(142,162,155)
#9AACA6
(154,172,166)
#A6B6B1
(166,182,177)
#B2C0BC
(178,192,188)
#BECAC7
(190,202,199)
#CAD4D2
(202,212,210)
#D6DEDD
(214,222,221)
#E2E8E8
(226,232,232)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768E85; }

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

This text font color is #768E85.


Background Color

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

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

This div background color is #768E85.


Border color

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

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

This div border color is #768E85.


Opacity

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

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

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

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

This text has shadow with #768E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768E85 on black background.


Color preview on white background

This text has color #768E85 on white background.



Black color preview on #768E85 background

This text has black color on #768E85 background.


White color preview on #768E85 background

This text has white color on #768E85 background.