COLOR #766E8A

HEX: #766E8A RGB: (118,110,138)

Color info

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

RGB color model

#766E8A color RGB value is (118,110,138).

RGB: (118,110,138) (46%, 43%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 138 of 255 = 54%

118
110
138

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

Portions of RGB colors in percentages

R + G + B = 118 + 110 + 138 = 366 (100%)
R 118 of 366 ~ 32.24%
G 110 of 366 ~ 30.05%
B 138 of 366 ~ 37.7'%

%32.24
%30.05
%37.7

CMYK color model

#766E8A color CMYK value is (14,20,0,46).

  • cyan value is 14.49%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (14,20,0,46)
C14M20Y0K46 (14%, 20%, 0%, 46%)
(0.14 / 0.20 / 0.00 / 0.46)

CMYK percentages

%14.49
%20.29
%0
%45.88

Codes

Color #766E8A in popluar color models

76 6E 8A
RGB 118 110 138
HSL 257° 11.29% 48.63%
HSB/HSV 257° 20.29% 54.12%
CMYK 14.49% 20.29% 0.00%
45.88%

Color #766E8A in popluar number systems.

HEX 76 6E 8A
Decimal 118 110 138
Binary 1110110 1101110 10001010
Octal 166 156 212

Shades and tints

Shades of #766E8A

#766E8A
(118,110,138)
#6C647E
(108,100,126)
#625A72
(98,90,114)
#585066
(88,80,102)
#4E465A
(78,70,90)
#443C4E
(68,60,78)
#3A3242
(58,50,66)
#302836
(48,40,54)
#261E2A
(38,30,42)
#1C141E
(28,20,30)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #766E8A

#766E8A
(118,110,138)
#827B94
(130,123,148)
#8E889E
(142,136,158)
#9A95A8
(154,149,168)
#A6A2B2
(166,162,178)
#B2AFBC
(178,175,188)
#BEBCC6
(190,188,198)
#CAC9D0
(202,201,208)
#D6D6DA
(214,214,218)
#E2E3E4
(226,227,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E8A; }

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

This text font color is #766E8A.

Background Color

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

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

This div background color is #766E8A.

Border color

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

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

This div border color is #766E8A.

Opacity

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

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

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

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

This text has shadow with #766E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766E8A.

Preview

Color preview on black background

This text has color #766E8A on black background.


Color preview on white background

This text has color #766E8A on white background.


Black color preview on #766E8A background

This text has black color on #766E8A background.


White color preview on #766E8A background

This text has white color on #766E8A background.


Related colors

Complementary color

Complementary color for #hex is #899175.


I love getcolorcode.com

Triadic colors

1 #8A766E and #6E8A76 with #766E8A are triadic colors.

2 #8A6E76 and #6E768A with #766E8A are triadic colors.