COLOR #768C9A

HEX: #768C9A
RGB: (118,140,154)

Color info

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

RGB color model

#768C9A color RGB value is (118,140,154).

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

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 154 of 255 = 60%

118
140
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 154 = 412 (100%)
R 118 of 412 ~ 28.64%
G 140 of 412 ~ 33.98%
B 154 of 412 ~ 37.38%

%28.64
%33.98
%37.38

CMYK color model

#768C9A color CMYK value is (23,9,0,40).

  • cyan value is 23.38%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (23,9,0,40) C23M9Y0K40 (23%,9%,0%,40%) (0.23/0.09/0.00/0.40)

CMYK percentages

%23.38
%9.09
%0
%39.61

Codes

Color #768C9A in popluar color models

768C9A
RGB118140154
HSL203°15.13%53.33%
HSB/HSV203°23.38%60.39%
CMYK23.38%9.09%0.00%
39.61%

Color #768C9A in popluar number systems.

HEX768C9A
Decimal118140154
Binary11101101000110010011010
Octal166214232

Shades and tints

Shades of #768C9A

#768C9A
(118,140,154)
#6C808C
(108,128,140)
#62747E
(98,116,126)
#586870
(88,104,112)
#4E5C62
(78,92,98)
#445054
(68,80,84)
#3A4446
(58,68,70)
#303838
(48,56,56)
#262C2A
(38,44,42)
#1C201C
(28,32,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #768C9A

#768C9A
(118,140,154)
#8296A3
(130,150,163)
#8EA0AC
(142,160,172)
#9AAAB5
(154,170,181)
#A6B4BE
(166,180,190)
#B2BEC7
(178,190,199)
#BEC8D0
(190,200,208)
#CAD2D9
(202,210,217)
#D6DCE2
(214,220,226)
#E2E6EB
(226,230,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768C9A; }

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

This text font color is #768C9A.


Background Color

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

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

This div background color is #768C9A.


Border color

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

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

This div border color is #768C9A.


Opacity

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

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

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

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

This text has shadow with #768C9A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #768C9A on black background.


Color preview on white background

This text has color #768C9A on white background.



Black color preview on #768C9A background

This text has black color on #768C9A background.


White color preview on #768C9A background

This text has white color on #768C9A background.