COLOR #768C86

HEX: #768C86
RGB: (118,140,134)

Color info

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

RGB color model

#768C86 color RGB value is (118,140,134).

  • red value is 118;
  • green value is 140;
  • blue value is 134.
RGB:
(118,140,134)
(46%,55%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 134 of 255 = 53%

118
140
134

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

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 134 = 392 (100%)
R 118 of 392 ~ 30.1%
G 140 of 392 ~ 35.71%
B 134 of 392 ~ 34.18%

%30.1
%35.71
%34.18

CMYK color model

#768C86 color CMYK value is (16,0,4,45).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 45.10%
CMYK:
(16,0,4,45)
C16M0Y4K45 
(16%,0%,4%,45%)
(0.16/0.00/0.04/0.45)	

CMYK percentages

%15.71
%0
%4.29
%45.1

Codes

Color #768C86 in popluar color models

768C86
RGB118140134
HSL164°8.73%50.59%
HSB/HSV164°15.71%54.90%
CMYK15.71%0.00%4.29%
45.10%

Color #768C86 in popluar number systems.

HEX768C86
Decimal118140134
Binary11101101000110010000110
Octal166214206

Shades and tints

Shades of #768C86

#768C86
(118,140,134)
#6C807A
(108,128,122)
#62746E
(98,116,110)
#586862
(88,104,98)
#4E5C56
(78,92,86)
#44504A
(68,80,74)
#3A443E
(58,68,62)
#303832
(48,56,50)
#262C26
(38,44,38)
#1C201A
(28,32,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #768C86

#768C86
(118,140,134)
#829691
(130,150,145)
#8EA09C
(142,160,156)
#9AAAA7
(154,170,167)
#A6B4B2
(166,180,178)
#B2BEBD
(178,190,189)
#BEC8C8
(190,200,200)
#CAD2D3
(202,210,211)
#D6DCDE
(214,220,222)
#E2E6E9
(226,230,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768C86 color. Also use rgb(118,140,134) instead hex code.

Text Font Color

.myTextColor { color: #768C86; }

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

This text font color is #768C86.


Background Color

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

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

This div background color is #768C86.


Border color

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

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

This div border color is #768C86.


Opacity

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

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

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

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

This text has shadow with #768C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768C86 on black background.


Color preview on white background

This text has color #768C86 on white background.



Black color preview on #768C86 background

This text has black color on #768C86 background.


White color preview on #768C86 background

This text has white color on #768C86 background.