COLOR #766B8A

HEX: #766B8A RGB: (118,107,138)

Color info

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

RGB color model

#766B8A color RGB value is (118,107,138).

RGB: (118,107,138) (46%, 42%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 138 of 255 = 54%

118
107
138

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

Portions of RGB colors in percentages

R + G + B = 118 + 107 + 138 = 363 (100%)
R 118 of 363 ~ 32.51%
G 107 of 363 ~ 29.48%
B 138 of 363 ~ 38.02'%

%32.51
%29.48
%38.02

CMYK color model

#766B8A color CMYK value is (14,22,0,46).

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

CMYK: (14,22,0,46)
C14M22Y0K46 (14%, 22%, 0%, 46%)
(0.14 / 0.22 / 0.00 / 0.46)

CMYK percentages

%14.49
%22.46
%0
%45.88

Codes

Color #766B8A in popluar color models

76 6B 8A
RGB 118 107 138
HSL 261° 12.65% 48.04%
HSB/HSV 261° 22.46% 54.12%
CMYK 14.49% 22.46% 0.00%
45.88%

Color #766B8A in popluar number systems.

HEX 76 6B 8A
Decimal 118 107 138
Binary 1110110 1101011 10001010
Octal 166 153 212

Shades and tints

Shades of #766B8A

#766B8A
(118,107,138)
#6C627E
(108,98,126)
#625972
(98,89,114)
#585066
(88,80,102)
#4E475A
(78,71,90)
#443E4E
(68,62,78)
#3A3542
(58,53,66)
#302C36
(48,44,54)
#26232A
(38,35,42)
#1C1A1E
(28,26,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #766B8A

#766B8A
(118,107,138)
#827894
(130,120,148)
#8E859E
(142,133,158)
#9A92A8
(154,146,168)
#A69FB2
(166,159,178)
#B2ACBC
(178,172,188)
#BEB9C6
(190,185,198)
#CAC6D0
(202,198,208)
#D6D3DA
(214,211,218)
#E2E0E4
(226,224,228)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766B8A; }

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

This text font color is #766B8A.

Background Color

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

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

This div background color is #766B8A.

Border color

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

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

This div border color is #766B8A.

Opacity

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

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

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

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

This text has shadow with #766B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766B8A.

Preview

Color preview on black background

This text has color #766B8A on black background.


Color preview on white background

This text has color #766B8A on white background.


Black color preview on #766B8A background

This text has black color on #766B8A background.


White color preview on #766B8A background

This text has white color on #766B8A background.


Related colors

Complementary color

Complementary color for #hex is #899475.


I love getcolorcode.com

Triadic colors

1 #8A766B and #6B8A76 with #766B8A are triadic colors.

2 #8A6B76 and #6B768A with #766B8A are triadic colors.