COLOR #768AA4

HEX: #768AA4
RGB: (118,138,164)

Color info

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

RGB color model

#768AA4 color RGB value is (118,138,164).

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

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 164 of 255 = 64%

118
138
164

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

Portions of RGB colors in percentages

R + G + B =
118 + 138 + 164 = 420 (100%)
R 118 of 420 ~ 28.1%
G 138 of 420 ~ 32.86%
B 164 of 420 ~ 39.05%

%28.1
%32.86
%39.05

CMYK color model

#768AA4 color CMYK value is (28,16,0,36).

  • cyan value is 28.05%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(28,16,0,36)
C28M16Y0K36 
(28%,16%,0%,36%)
(0.28/0.16/0.00/0.36)	

CMYK percentages

%28.05
%15.85
%0
%35.69

Codes

Color #768AA4 in popluar color models

768AA4
RGB118138164
HSL214°20.18%55.29%
HSB/HSV214°28.05%64.31%
CMYK28.05%15.85%0.00%
35.69%

Color #768AA4 in popluar number systems.

HEX768AA4
Decimal118138164
Binary11101101000101010100100
Octal166212244

Shades and tints

Shades of #768AA4

#768AA4
(118,138,164)
#6C7E96
(108,126,150)
#627288
(98,114,136)
#58667A
(88,102,122)
#4E5A6C
(78,90,108)
#444E5E
(68,78,94)
#3A4250
(58,66,80)
#303642
(48,54,66)
#262A34
(38,42,52)
#1C1E26
(28,30,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #768AA4

#768AA4
(118,138,164)
#8294AC
(130,148,172)
#8E9EB4
(142,158,180)
#9AA8BC
(154,168,188)
#A6B2C4
(166,178,196)
#B2BCCC
(178,188,204)
#BEC6D4
(190,198,212)
#CAD0DC
(202,208,220)
#D6DAE4
(214,218,228)
#E2E4EC
(226,228,236)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768AA4; }

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

This text font color is #768AA4.


Background Color

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

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

This div background color is #768AA4.


Border color

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

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

This div border color is #768AA4.


Opacity

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

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

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

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

This text has shadow with #768AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768AA4 on black background.


Color preview on white background

This text has color #768AA4 on white background.



Black color preview on #768AA4 background

This text has black color on #768AA4 background.


White color preview on #768AA4 background

This text has white color on #768AA4 background.