COLOR #766E8D

HEX: #766E8D RGB: (118,110,141)

Color info

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

RGB color model

#766E8D color RGB value is (118,110,141).

RGB: (118,110,141) (46%, 43%, 55%)

RGB channels and saturation

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

118
110
141

R + G + B ~ 48%. #766E8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 110 + 141 = 369 (100%)
R 118 of 369 ~ 31.98%
G 110 of 369 ~ 29.81%
B 141 of 369 ~ 38.21'%

%31.98
%29.81
%38.21

CMYK color model

#766E8D color CMYK value is (16,22,0,45).

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

CMYK percentages

%16.31
%21.99
%0
%44.71

Codes

Color #766E8D in popluar color models

76 6E 8D
RGB 118 110 141
HSL 255° 12.35% 49.22%
HSB/HSV 255° 21.99% 55.29%
CMYK 16.31% 21.99% 0.00%
44.71%

Color #766E8D in popluar number systems.

HEX 76 6E 8D
Decimal 118 110 141
Binary 1110110 1101110 10001101
Octal 166 156 215

Shades and tints

Shades of #766E8D

#766E8D
(118,110,141)
#6C6481
(108,100,129)
#625A75
(98,90,117)
#585069
(88,80,105)
#4E465D
(78,70,93)
#443C51
(68,60,81)
#3A3245
(58,50,69)
#302839
(48,40,57)
#261E2D
(38,30,45)
#1C1421
(28,20,33)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #766E8D

#766E8D
(118,110,141)
#827B97
(130,123,151)
#8E88A1
(142,136,161)
#9A95AB
(154,149,171)
#A6A2B5
(166,162,181)
#B2AFBF
(178,175,191)
#BEBCC9
(190,188,201)
#CAC9D3
(202,201,211)
#D6D6DD
(214,214,221)
#E2E3E7
(226,227,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E8D; }

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

This text font color is #766E8D.

Background Color

.myBgColor { background-color: #766E8D; }

<div style="background-color:#766E8D">Inner text</div>

This div background color is #766E8D.

Border color

.myBorderColor { border: 1px solid #766E8D; }

<div style="border:3px solid #766E8D">Div</div>

This div border color is #766E8D.

Opacity

.myOpacity80 { color: #766E8D; opacity: 0.8; }

<p style="color:#766E8D;opacity:0.8;">80%</p>

Text with #766E8D 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 #766E8D;}

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

This text has shadow with #766E8D color.


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

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

This text has shadow with #766E8D primary color and red secondary color.


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

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

This text has shadow with #766E8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #766E8D.

Preview

Color preview on black background

This text has color #766E8D on black background.


Color preview on white background

This text has color #766E8D on white background.


Black color preview on #766E8D background

This text has black color on #766E8D background.


White color preview on #766E8D background

This text has white color on #766E8D background.


Related colors

Complementary color

Complementary color for #hex is #899172.


I love getcolorcode.com

Triadic colors

1 #8D766E and #6E8D76 with #766E8D are triadic colors.

2 #8D6E76 and #6E768D with #766E8D are triadic colors.