COLOR #768989

HEX: #768989
RGB: (118,137,137)

Color info

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

RGB color model

#768989 color RGB value is (118,137,137).

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

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 137 of 255 = 54%

118
137
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 137 = 392 (100%)
R 118 of 392 ~ 30.1%
G 137 of 392 ~ 34.95%
B 137 of 392 ~ 34.95%

%30.1
%34.95
%34.95

CMYK color model

#768989 color CMYK value is (14,0,0,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(14,0,0,46)
C14M0Y0K46 
(14%,0%,0%,46%)
(0.14/0.00/0.00/0.46)	

CMYK percentages

%13.87
%0
%0
%46.27

Codes

Color #768989 in popluar color models

768989
RGB118137137
HSL180°7.45%50.00%
HSB/HSV180°13.87%53.73%
CMYK13.87%0.00%0.00%
46.27%

Color #768989 in popluar number systems.

HEX768989
Decimal118137137
Binary11101101000100110001001
Octal166211211

Shades and tints

Shades of #768989

#768989
(118,137,137)
#6C7D7D
(108,125,125)
#627171
(98,113,113)
#586565
(88,101,101)
#4E5959
(78,89,89)
#444D4D
(68,77,77)
#3A4141
(58,65,65)
#303535
(48,53,53)
#262929
(38,41,41)
#1C1D1D
(28,29,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #768989

#768989
(118,137,137)
#829393
(130,147,147)
#8E9D9D
(142,157,157)
#9AA7A7
(154,167,167)
#A6B1B1
(166,177,177)
#B2BBBB
(178,187,187)
#BEC5C5
(190,197,197)
#CACFCF
(202,207,207)
#D6D9D9
(214,217,217)
#E2E3E3
(226,227,227)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768989; }

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

This text font color is #768989.


Background Color

.myBgColor { background-color: #768989; }

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

This div background color is #768989.


Border color

.myBorderColor { border: 1px solid #768989; }

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

This div border color is #768989.


Opacity

.myOpacity80 { color: #768989; opacity: 0.8; }

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

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

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

This text has shadow with #768989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768989 on black background.


Color preview on white background

This text has color #768989 on white background.



Black color preview on #768989 background

This text has black color on #768989 background.


White color preview on #768989 background

This text has white color on #768989 background.