COLOR #768C97

HEX: #768C97
RGB: (118,140,151)

Color info

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

RGB color model

#768C97 color RGB value is (118,140,151).

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

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 151 of 255 = 59%

118
140
151

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

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 151 = 409 (100%)
R 118 of 409 ~ 28.85%
G 140 of 409 ~ 34.23%
B 151 of 409 ~ 36.92%

%28.85
%34.23
%36.92

CMYK color model

#768C97 color CMYK value is (22,7,0,41).

  • cyan value is 21.85%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(22,7,0,41)
C22M7Y0K41 
(22%,7%,0%,41%)
(0.22/0.07/0.00/0.41)	

CMYK percentages

%21.85
%7.28
%0
%40.78

Codes

Color #768C97 in popluar color models

768C97
RGB118140151
HSL200°13.69%52.75%
HSB/HSV200°21.85%59.22%
CMYK21.85%7.28%0.00%
40.78%

Color #768C97 in popluar number systems.

HEX768C97
Decimal118140151
Binary11101101000110010010111
Octal166214227

Shades and tints

Shades of #768C97

#768C97
(118,140,151)
#6C808A
(108,128,138)
#62747D
(98,116,125)
#586870
(88,104,112)
#4E5C63
(78,92,99)
#445056
(68,80,86)
#3A4449
(58,68,73)
#30383C
(48,56,60)
#262C2F
(38,44,47)
#1C2022
(28,32,34)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #768C97

#768C97
(118,140,151)
#8296A0
(130,150,160)
#8EA0A9
(142,160,169)
#9AAAB2
(154,170,178)
#A6B4BB
(166,180,187)
#B2BEC4
(178,190,196)
#BEC8CD
(190,200,205)
#CAD2D6
(202,210,214)
#D6DCDF
(214,220,223)
#E2E6E8
(226,230,232)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768C97; }

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

This text font color is #768C97.


Background Color

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

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

This div background color is #768C97.


Border color

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

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

This div border color is #768C97.


Opacity

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

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

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

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

This text has shadow with #768C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768C97 on black background.


Color preview on white background

This text has color #768C97 on white background.



Black color preview on #768C97 background

This text has black color on #768C97 background.


White color preview on #768C97 background

This text has white color on #768C97 background.