COLOR #768C87

HEX: #768C87
RGB: (118,140,135)

Color info

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

RGB color model

#768C87 color RGB value is (118,140,135).

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

RGB channels and saturation

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

118
140
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 135 = 393 (100%)
R 118 of 393 ~ 30.03%
G 140 of 393 ~ 35.62%
B 135 of 393 ~ 34.35%

%30.03
%35.62
%34.35

CMYK color model

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

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • 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
%3.57
%45.1

Codes

Color #768C87 in popluar color models

768C87
RGB118140135
HSL166°8.73%50.59%
HSB/HSV166°15.71%54.90%
CMYK15.71%0.00%3.57%
45.10%

Color #768C87 in popluar number systems.

HEX768C87
Decimal118140135
Binary11101101000110010000111
Octal166214207

Shades and tints

Shades of #768C87

#768C87
(118,140,135)
#6C807B
(108,128,123)
#62746F
(98,116,111)
#586863
(88,104,99)
#4E5C57
(78,92,87)
#44504B
(68,80,75)
#3A443F
(58,68,63)
#303833
(48,56,51)
#262C27
(38,44,39)
#1C201B
(28,32,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #768C87

#768C87
(118,140,135)
#829691
(130,150,145)
#8EA09B
(142,160,155)
#9AAAA5
(154,170,165)
#A6B4AF
(166,180,175)
#B2BEB9
(178,190,185)
#BEC8C3
(190,200,195)
#CAD2CD
(202,210,205)
#D6DCD7
(214,220,215)
#E2E6E1
(226,230,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768C87; }

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

This text font color is #768C87.


Background Color

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

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

This div background color is #768C87.


Border color

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

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

This div border color is #768C87.


Opacity

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

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

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

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

This text has shadow with #768C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768C87 on black background.


Color preview on white background

This text has color #768C87 on white background.



Black color preview on #768C87 background

This text has black color on #768C87 background.


White color preview on #768C87 background

This text has white color on #768C87 background.