COLOR #76768D

HEX: #76768D
RGB: (118,118,141)

Color info

#76768D contains red, green and blue colors in about the same proportion. Web safe color of #76768D is #666699 (or #669).

RGB color model

#76768D color RGB value is (118,118,141).

  • red value is 118;
  • green value is 118;
  • blue value is 141.
RGB:
(118,118,141)
(46%,46%,55%)

RGB channels and saturation

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

118
118
141

R + G + B ~ 49%. #76768D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 141 = 377 (100%)
R 118 of 377 ~ 31.3%
G 118 of 377 ~ 31.3%
B 141 of 377 ~ 37.4%

%31.3
%31.3
%37.4

CMYK color model

#76768D color CMYK value is (16,16,0,45).

  • cyan value is 16.31%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,16,0,45)
C16M16Y0K45 
(16%,16%,0%,45%)
(0.16/0.16/0.00/0.45)	

CMYK percentages

%16.31
%16.31
%0
%44.71

Codes

Color #76768D in popluar color models

76768D
RGB118118141
HSL240°9.16%50.78%
HSB/HSV240°16.31%55.29%
CMYK16.31%16.31%0.00%
44.71%

Color #76768D in popluar number systems.

HEX76768D
Decimal118118141
Binary1110110111011010001101
Octal166166215

Shades and tints

Shades of #76768D

#76768D
(118,118,141)
#6C6C81
(108,108,129)
#626275
(98,98,117)
#585869
(88,88,105)
#4E4E5D
(78,78,93)
#444451
(68,68,81)
#3A3A45
(58,58,69)
#303039
(48,48,57)
#26262D
(38,38,45)
#1C1C21
(28,28,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #76768D

#76768D
(118,118,141)
#828297
(130,130,151)
#8E8EA1
(142,142,161)
#9A9AAB
(154,154,171)
#A6A6B5
(166,166,181)
#B2B2BF
(178,178,191)
#BEBEC9
(190,190,201)
#CACAD3
(202,202,211)
#D6D6DD
(214,214,221)
#E2E2E7
(226,226,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76768D; }

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

This text font color is #76768D.


Background Color

.myBgColor { background-color: #76768D; }

<div style="background-color:#76768D">Inner text</div>

This div background color is #76768D.


Border color

.myBorderColor { border: 1px solid #76768D; }

<div style="border:3px solid #76768D">Div</div>

This div border color is #76768D.


Opacity

.myOpacity80 { color: #76768D; opacity: 0.8; }

<p style="color:#76768D;opacity:0.8;">80%</p>

Text with #76768D 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 #76768D;}

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

This text has shadow with #76768D color.

.textShadow {text-shadow: 3px 3px 1px #76768D, 3px 3px 1px red;}

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

This text has shadow with #76768D primary color and red secondary color.


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

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

This text has shadow with #76768D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76768D;
-webkit-box-shadow: 1px 1px 3px 2px #76768D;
box-shadow:1px 1px 3px 2px #76768D;">
Div content here</div>
This div box has shadow with color #76768D.

Preview

Color preview on black background

This text has color #76768D on black background.


Color preview on white background

This text has color #76768D on white background.



Black color preview on #76768D background

This text has black color on #76768D background.


White color preview on #76768D background

This text has white color on #76768D background.