COLOR #768B8E

HEX: #768B8E
RGB: (118,139,142)

Color info

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

RGB color model

#768B8E color RGB value is (118,139,142).

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

RGB channels and saturation

R 118 of 255 = 46%
G 139 of 255 = 55%
B 142 of 255 = 56%

118
139
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 139 + 142 = 399 (100%)
R 118 of 399 ~ 29.57%
G 139 of 399 ~ 34.84%
B 142 of 399 ~ 35.59%

%29.57
%34.84
%35.59

CMYK color model

#768B8E color CMYK value is (17,2,0,44).

  • cyan value is 16.90%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(17,2,0,44)
C17M2Y0K44 
(17%,2%,0%,44%)
(0.17/0.02/0.00/0.44)	

CMYK percentages

%16.9
%2.11
%0
%44.31

Codes

Color #768B8E in popluar color models

768B8E
RGB118139142
HSL188°9.60%50.98%
HSB/HSV188°16.90%55.69%
CMYK16.90%2.11%0.00%
44.31%

Color #768B8E in popluar number systems.

HEX768B8E
Decimal118139142
Binary11101101000101110001110
Octal166213216

Shades and tints

Shades of #768B8E

#768B8E
(118,139,142)
#6C7F82
(108,127,130)
#627376
(98,115,118)
#58676A
(88,103,106)
#4E5B5E
(78,91,94)
#444F52
(68,79,82)
#3A4346
(58,67,70)
#30373A
(48,55,58)
#262B2E
(38,43,46)
#1C1F22
(28,31,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #768B8E

#768B8E
(118,139,142)
#829598
(130,149,152)
#8E9FA2
(142,159,162)
#9AA9AC
(154,169,172)
#A6B3B6
(166,179,182)
#B2BDC0
(178,189,192)
#BEC7CA
(190,199,202)
#CAD1D4
(202,209,212)
#D6DBDE
(214,219,222)
#E2E5E8
(226,229,232)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768B8E; }

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

This text font color is #768B8E.


Background Color

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

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

This div background color is #768B8E.


Border color

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

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

This div border color is #768B8E.


Opacity

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

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

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

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

This text has shadow with #768B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768B8E on black background.


Color preview on white background

This text has color #768B8E on white background.



Black color preview on #768B8E background

This text has black color on #768B8E background.


White color preview on #768B8E background

This text has white color on #768B8E background.