COLOR #768F8D

HEX: #768F8D RGB: (118,143,141)

Color info

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

RGB color model

#768F8D color RGB value is (118,143,141).

RGB: (118,143,141) (46%, 56%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 143 of 255 = 56%
B 141 of 255 = 55%

118
143
141

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

Portions of RGB colors in percentages

R + G + B = 118 + 143 + 141 = 402 (100%)
R 118 of 402 ~ 29.35%
G 143 of 402 ~ 35.57%
B 141 of 402 ~ 35.07'%

%29.35
%35.57
%35.07

CMYK color model

#768F8D color CMYK value is (17,0,1,44).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 1.40%
  • key color value is 43.92%

CMYK: (17,0,1,44)
C17M0Y1K44 (17%, 0%, 1%, 44%)
(0.17 / 0.00 / 0.01 / 0.44)

CMYK percentages

%17.48
%0
%1.4
%43.92

Codes

Color #768F8D in popluar color models

76 8F 8D
RGB 118 143 141
HSL 175° 10.04% 51.18%
HSB/HSV 175° 17.48% 56.08%
CMYK 17.48% 0.00% 1.40%
43.92%

Color #768F8D in popluar number systems.

HEX 76 8F 8D
Decimal 118 143 141
Binary 1110110 10001111 10001101
Octal 166 217 215

Shades and tints

Shades of #768F8D

#768F8D
(118,143,141)
#6C8281
(108,130,129)
#627575
(98,117,117)
#586869
(88,104,105)
#4E5B5D
(78,91,93)
#444E51
(68,78,81)
#3A4145
(58,65,69)
#303439
(48,52,57)
#26272D
(38,39,45)
#1C1A21
(28,26,33)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #768F8D

#768F8D
(118,143,141)
#829997
(130,153,151)
#8EA3A1
(142,163,161)
#9AADAB
(154,173,171)
#A6B7B5
(166,183,181)
#B2C1BF
(178,193,191)
#BECBC9
(190,203,201)
#CAD5D3
(202,213,211)
#D6DFDD
(214,223,221)
#E2E9E7
(226,233,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768F8D; }

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

This text font color is #768F8D.

Background Color

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

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

This div background color is #768F8D.

Border color

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

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

This div border color is #768F8D.

Opacity

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

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

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

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

This text has shadow with #768F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768F8D.

Preview

Color preview on black background

This text has color #768F8D on black background.


Color preview on white background

This text has color #768F8D on white background.


Black color preview on #768F8D background

This text has black color on #768F8D background.


White color preview on #768F8D background

This text has white color on #768F8D background.


Related colors

Complementary color

Complementary color for #hex is #897072.


I love getcolorcode.com

Triadic colors

1 #8D768F and #8F8D76 with #768F8D are triadic colors.

2 #8D8F76 and #8F768D with #768F8D are triadic colors.