COLOR #768D9E

HEX: #768D9E RGB: (118,141,158)

Color info

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

RGB color model

#768D9E color RGB value is (118,141,158).

RGB: (118,141,158) (46%, 55%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 158 of 255 = 62%

118
141
158

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

Portions of RGB colors in percentages

R + G + B = 118 + 141 + 158 = 417 (100%)
R 118 of 417 ~ 28.3%
G 141 of 417 ~ 33.81%
B 158 of 417 ~ 37.89'%

%28.3
%33.81
%37.89

CMYK color model

#768D9E color CMYK value is (25,11,0,38).

  • cyan value is 25.32%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (25,11,0,38) C25M11Y0K38 (25%,11%,0%,38%) (0.25/0.11/0.00/0.38) 

CMYK percentages

%25.32
%10.76
%0
%38.04

Codes

Color #768D9E in popluar color models

76 8D 9E
RGB 118 141 158
HSL 206° 17.09% 54.12%
HSB/HSV 206° 25.32% 61.96%
CMYK 25.32% 10.76% 0.00%
38.04%

Color #768D9E in popluar number systems.

HEX 76 8D 9E
Decimal 118 141 158
Binary 1110110 10001101 10011110
Octal 166 215 236

Shades and tints

Shades of #768D9E

#768D9E
(118,141,158)
#6C8190
(108,129,144)
#627582
(98,117,130)
#586974
(88,105,116)
#4E5D66
(78,93,102)
#445158
(68,81,88)
#3A454A
(58,69,74)
#30393C
(48,57,60)
#262D2E
(38,45,46)
#1C2120
(28,33,32)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #768D9E

#768D9E
(118,141,158)
#8297A6
(130,151,166)
#8EA1AE
(142,161,174)
#9AABB6
(154,171,182)
#A6B5BE
(166,181,190)
#B2BFC6
(178,191,198)
#BEC9CE
(190,201,206)
#CAD3D6
(202,211,214)
#D6DDDE
(214,221,222)
#E2E7E6
(226,231,230)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D9E; }

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

This text font color is #768D9E.

Background Color

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

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

This div background color is #768D9E.

Border color

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

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

This div border color is #768D9E.

Opacity

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

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

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

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

This text has shadow with #768D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768D9E.

Preview

Color preview on black background

This text has color #768D9E on black background.


Color preview on white background

This text has color #768D9E on white background.


Black color preview on #768D9E background

This text has black color on #768D9E background.


White color preview on #768D9E background

This text has white color on #768D9E background.


Related colors

Complementary color

Complementary color for #hex is #897261.


I love getcolorcode.com

Triadic colors

1 #9E768D and #8D9E76 with #768D9E are triadic colors.

2 #9E8D76 and #8D769E with #768D9E are triadic colors.