COLOR #768D90

HEX: #768D90
RGB: (118,141,144)

Color info

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

RGB color model

#768D90 color RGB value is (118,141,144).

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

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 144 of 255 = 56%

118
141
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 144 = 403 (100%)
R 118 of 403 ~ 29.28%
G 141 of 403 ~ 34.99%
B 144 of 403 ~ 35.73%

%29.28
%34.99
%35.73

CMYK color model

#768D90 color CMYK value is (18,2,0,44).

  • cyan value is 18.06%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,2,0,44)
C18M2Y0K44 
(18%,2%,0%,44%)
(0.18/0.02/0.00/0.44)	

CMYK percentages

%18.06
%2.08
%0
%43.53

Codes

Color #768D90 in popluar color models

768D90
RGB118141144
HSL187°10.48%51.37%
HSB/HSV187°18.06%56.47%
CMYK18.06%2.08%0.00%
43.53%

Color #768D90 in popluar number systems.

HEX768D90
Decimal118141144
Binary11101101000110110010000
Octal166215220

Shades and tints

Shades of #768D90

#768D90
(118,141,144)
#6C8183
(108,129,131)
#627576
(98,117,118)
#586969
(88,105,105)
#4E5D5C
(78,93,92)
#44514F
(68,81,79)
#3A4542
(58,69,66)
#303935
(48,57,53)
#262D28
(38,45,40)
#1C211B
(28,33,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #768D90

#768D90
(118,141,144)
#82979A
(130,151,154)
#8EA1A4
(142,161,164)
#9AABAE
(154,171,174)
#A6B5B8
(166,181,184)
#B2BFC2
(178,191,194)
#BEC9CC
(190,201,204)
#CAD3D6
(202,211,214)
#D6DDE0
(214,221,224)
#E2E7EA
(226,231,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D90; }

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

This text font color is #768D90.


Background Color

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

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

This div background color is #768D90.


Border color

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

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

This div border color is #768D90.


Opacity

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

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

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

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

This text has shadow with #768D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768D90 on black background.


Color preview on white background

This text has color #768D90 on white background.



Black color preview on #768D90 background

This text has black color on #768D90 background.


White color preview on #768D90 background

This text has white color on #768D90 background.