COLOR #768D94

HEX: #768D94 RGB: (118,141,148)

Color info

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

RGB color model

#768D94 color RGB value is (118,141,148).

RGB: (118,141,148) (46%, 55%, 58%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 148 of 255 = 58%

118
141
148

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

Portions of RGB colors in percentages

R + G + B = 118 + 141 + 148 = 407 (100%)
R 118 of 407 ~ 28.99%
G 141 of 407 ~ 34.64%
B 148 of 407 ~ 36.36'%

%28.99
%34.64
%36.36

CMYK color model

#768D94 color CMYK value is (20,5,0,42).

  • cyan value is 20.27%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (20,5,0,42)
C20M5Y0K42 (20%, 5%, 0%, 42%)
(0.20 / 0.05 / 0.00 / 0.42)

CMYK percentages

%20.27
%4.73
%0
%41.96

Codes

Color #768D94 in popluar color models

76 8D 94
RGB 118 141 148
HSL 194° 12.30% 52.16%
HSB/HSV 194° 20.27% 58.04%
CMYK 20.27% 4.73% 0.00%
41.96%

Color #768D94 in popluar number systems.

HEX 76 8D 94
Decimal 118 141 148
Binary 1110110 10001101 10010100
Octal 166 215 224

Shades and tints

Shades of #768D94

#768D94
(118,141,148)
#6C8187
(108,129,135)
#62757A
(98,117,122)
#58696D
(88,105,109)
#4E5D60
(78,93,96)
#445153
(68,81,83)
#3A4546
(58,69,70)
#303939
(48,57,57)
#262D2C
(38,45,44)
#1C211F
(28,33,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #768D94

#768D94
(118,141,148)
#82979D
(130,151,157)
#8EA1A6
(142,161,166)
#9AABAF
(154,171,175)
#A6B5B8
(166,181,184)
#B2BFC1
(178,191,193)
#BEC9CA
(190,201,202)
#CAD3D3
(202,211,211)
#D6DDDC
(214,221,220)
#E2E7E5
(226,231,229)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D94; }

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

This text font color is #768D94.

Background Color

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

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

This div background color is #768D94.

Border color

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

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

This div border color is #768D94.

Opacity

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

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

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

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

This text has shadow with #768D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768D94.

Preview

Color preview on black background

This text has color #768D94 on black background.


Color preview on white background

This text has color #768D94 on white background.


Black color preview on #768D94 background

This text has black color on #768D94 background.


White color preview on #768D94 background

This text has white color on #768D94 background.


Related colors

Complementary color

Complementary color for #hex is #89726B.


I love getcolorcode.com

Triadic colors

1 #94768D and #8D9476 with #768D94 are triadic colors.

2 #948D76 and #8D7694 with #768D94 are triadic colors.