COLOR #768697

HEX: #768697
RGB: (118,134,151)

Color info

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

RGB color model

#768697 color RGB value is (118,134,151).

  • red value is 118;
  • green value is 134;
  • blue value is 151.
RGB:
(118,134,151)
(46%,53%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 151 of 255 = 59%

118
134
151

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

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 151 = 403 (100%)
R 118 of 403 ~ 29.28%
G 134 of 403 ~ 33.25%
B 151 of 403 ~ 37.47%

%29.28
%33.25
%37.47

CMYK color model

#768697 color CMYK value is (22,11,0,41).

  • cyan value is 21.85%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(22,11,0,41)
C22M11Y0K41 
(22%,11%,0%,41%)
(0.22/0.11/0.00/0.41)	

CMYK percentages

%21.85
%11.26
%0
%40.78

Codes

Color #768697 in popluar color models

768697
RGB118134151
HSL211°13.69%52.75%
HSB/HSV211°21.85%59.22%
CMYK21.85%11.26%0.00%
40.78%

Color #768697 in popluar number systems.

HEX768697
Decimal118134151
Binary11101101000011010010111
Octal166206227

Shades and tints

Shades of #768697

#768697
(118,134,151)
#6C7A8A
(108,122,138)
#626E7D
(98,110,125)
#586270
(88,98,112)
#4E5663
(78,86,99)
#444A56
(68,74,86)
#3A3E49
(58,62,73)
#30323C
(48,50,60)
#26262F
(38,38,47)
#1C1A22
(28,26,34)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #768697

#768697
(118,134,151)
#8291A0
(130,145,160)
#8E9CA9
(142,156,169)
#9AA7B2
(154,167,178)
#A6B2BB
(166,178,187)
#B2BDC4
(178,189,196)
#BEC8CD
(190,200,205)
#CAD3D6
(202,211,214)
#D6DEDF
(214,222,223)
#E2E9E8
(226,233,232)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768697; }

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

This text font color is #768697.


Background Color

.myBgColor { background-color: #768697; }

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

This div background color is #768697.


Border color

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

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

This div border color is #768697.


Opacity

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

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

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

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

This text has shadow with #768697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768697 on black background.


Color preview on white background

This text has color #768697 on white background.



Black color preview on #768697 background

This text has black color on #768697 background.


White color preview on #768697 background

This text has white color on #768697 background.