COLOR #768A8E

HEX: #768A8E RGB: (118,138,142)

Color info

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

RGB color model

#768A8E color RGB value is (118,138,142).

RGB: (118,138,142) (46%, 54%, 56%)

RGB channels and saturation

R 118 of 255 = 46%
G 138 of 255 = 54%
B 142 of 255 = 56%

118
138
142

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

Portions of RGB colors in percentages

R + G + B = 118 + 138 + 142 = 398 (100%)
R 118 of 398 ~ 29.65%
G 138 of 398 ~ 34.67%
B 142 of 398 ~ 35.68'%

%29.65
%34.67
%35.68

CMYK color model

#768A8E color CMYK value is (17,3,0,44).

  • cyan value is 16.90%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (17,3,0,44)
C17M3Y0K44 (17%, 3%, 0%, 44%)
(0.17 / 0.03 / 0.00 / 0.44)

CMYK percentages

%16.9
%2.82
%0
%44.31

Codes

Color #768A8E in popluar color models

76 8A 8E
RGB 118 138 142
HSL 190° 9.60% 50.98%
HSB/HSV 190° 16.90% 55.69%
CMYK 16.90% 2.82% 0.00%
44.31%

Color #768A8E in popluar number systems.

HEX 76 8A 8E
Decimal 118 138 142
Binary 1110110 10001010 10001110
Octal 166 212 216

Shades and tints

Shades of #768A8E

#768A8E
(118,138,142)
#6C7E82
(108,126,130)
#627276
(98,114,118)
#58666A
(88,102,106)
#4E5A5E
(78,90,94)
#444E52
(68,78,82)
#3A4246
(58,66,70)
#30363A
(48,54,58)
#262A2E
(38,42,46)
#1C1E22
(28,30,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #768A8E

#768A8E
(118,138,142)
#829498
(130,148,152)
#8E9EA2
(142,158,162)
#9AA8AC
(154,168,172)
#A6B2B6
(166,178,182)
#B2BCC0
(178,188,192)
#BEC6CA
(190,198,202)
#CAD0D4
(202,208,212)
#D6DADE
(214,218,222)
#E2E4E8
(226,228,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768A8E; }

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

This text font color is #768A8E.

Background Color

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

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

This div background color is #768A8E.

Border color

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

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

This div border color is #768A8E.

Opacity

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

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

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

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

This text has shadow with #768A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768A8E.

Preview

Color preview on black background

This text has color #768A8E on black background.


Color preview on white background

This text has color #768A8E on white background.


Black color preview on #768A8E background

This text has black color on #768A8E background.


White color preview on #768A8E background

This text has white color on #768A8E background.


Related colors

Complementary color

Complementary color for #hex is #897571.


I love getcolorcode.com

Triadic colors

1 #8E768A and #8A8E76 with #768A8E are triadic colors.

2 #8E8A76 and #8A768E with #768A8E are triadic colors.