COLOR #768D80

HEX: #768D80 RGB: (118,141,128)

Color info

#768D80 contains red, green and blue colors in about the same proportion. Web safe color of #768D80 is #669966 (or #696).

RGB color model

#768D80 color RGB value is (118,141,128).

RGB: (118,141,128) (46%, 55%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 128 of 255 = 50%

118
141
128

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

Portions of RGB colors in percentages

R + G + B = 118 + 141 + 128 = 387 (100%)
R 118 of 387 ~ 30.49%
G 141 of 387 ~ 36.43%
B 128 of 387 ~ 33.07'%

%30.49
%36.43
%33.07

CMYK color model

#768D80 color CMYK value is (16,0,9,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 44.71%

CMYK: (16,0,9,45)
C16M0Y9K45 (16%, 0%, 9%, 45%)
(0.16 / 0.00 / 0.09 / 0.45)

CMYK percentages

%16.31
%0
%9.22
%44.71

Codes

Color #768D80 in popluar color models

76 8D 80
RGB 118 141 128
HSL 146° 9.16% 50.78%
HSB/HSV 146° 16.31% 55.29%
CMYK 16.31% 0.00% 9.22%
44.71%

Color #768D80 in popluar number systems.

HEX 76 8D 80
Decimal 118 141 128
Binary 1110110 10001101 10000000
Octal 166 215 200

Shades and tints

Shades of #768D80

#768D80
(118,141,128)
#6C8175
(108,129,117)
#62756A
(98,117,106)
#58695F
(88,105,95)
#4E5D54
(78,93,84)
#445149
(68,81,73)
#3A453E
(58,69,62)
#303933
(48,57,51)
#262D28
(38,45,40)
#1C211D
(28,33,29)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #768D80

#768D80
(118,141,128)
#82978B
(130,151,139)
#8EA196
(142,161,150)
#9AABA1
(154,171,161)
#A6B5AC
(166,181,172)
#B2BFB7
(178,191,183)
#BEC9C2
(190,201,194)
#CAD3CD
(202,211,205)
#D6DDD8
(214,221,216)
#E2E7E3
(226,231,227)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768D80; }

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

This text font color is #768D80.

Background Color

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

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

This div background color is #768D80.

Border color

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

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

This div border color is #768D80.

Opacity

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

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

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

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

This text has shadow with #768D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768D80.

Preview

Color preview on black background

This text has color #768D80 on black background.


Color preview on white background

This text has color #768D80 on white background.


Black color preview on #768D80 background

This text has black color on #768D80 background.


White color preview on #768D80 background

This text has white color on #768D80 background.


Related colors

Complementary color

Complementary color for #hex is #89727F.


I love getcolorcode.com

Triadic colors

1 #80768D and #8D8076 with #768D80 are triadic colors.

2 #808D76 and #8D7680 with #768D80 are triadic colors.