COLOR #768B8B

HEX: #768B8B
RGB: (118,139,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
139
139

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

Portions of RGB colors in percentages

R + G + B =
118 + 139 + 139 = 396 (100%)
R 118 of 396 ~ 29.8%
G 139 of 396 ~ 35.1%
B 139 of 396 ~ 35.1%

%29.8
%35.1
%35.1

CMYK color model

#768B8B color CMYK value is (15,0,0,45).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(15,0,0,45)
C15M0Y0K45 
(15%,0%,0%,45%)
(0.15/0.00/0.00/0.45)	

CMYK percentages

%15.11
%0
%0
%45.49

Codes

Color #768B8B in popluar color models

768B8B
RGB118139139
HSL180°8.30%50.39%
HSB/HSV180°15.11%54.51%
CMYK15.11%0.00%0.00%
45.49%

Color #768B8B in popluar number systems.

HEX768B8B
Decimal118139139
Binary11101101000101110001011
Octal166213213

Shades and tints

Shades of #768B8B

#768B8B
(118,139,139)
#6C7F7F
(108,127,127)
#627373
(98,115,115)
#586767
(88,103,103)
#4E5B5B
(78,91,91)
#444F4F
(68,79,79)
#3A4343
(58,67,67)
#303737
(48,55,55)
#262B2B
(38,43,43)
#1C1F1F
(28,31,31)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #768B8B

#768B8B
(118,139,139)
#829595
(130,149,149)
#8E9F9F
(142,159,159)
#9AA9A9
(154,169,169)
#A6B3B3
(166,179,179)
#B2BDBD
(178,189,189)
#BEC7C7
(190,199,199)
#CAD1D1
(202,209,209)
#D6DBDB
(214,219,219)
#E2E5E5
(226,229,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768B8B; }

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

This text font color is #768B8B.


Background Color

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

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

This div background color is #768B8B.


Border color

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

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

This div border color is #768B8B.


Opacity

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

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

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

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

This text has shadow with #768B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768B8B on black background.


Color preview on white background

This text has color #768B8B on white background.



Black color preview on #768B8B background

This text has black color on #768B8B background.


White color preview on #768B8B background

This text has white color on #768B8B background.