COLOR #766C8A

HEX: #766C8A
RGB: (118,108,138)

Color info

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

RGB color model

#766C8A color RGB value is (118,108,138).

  • red value is 118;
  • green value is 108;
  • blue value is 138.
RGB:
(118,108,138)
(46%,42%,54%)

RGB channels and saturation

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

118
108
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 138 = 364 (100%)
R 118 of 364 ~ 32.42%
G 108 of 364 ~ 29.67%
B 138 of 364 ~ 37.91%

%32.42
%29.67
%37.91

CMYK color model

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

  • cyan value is 14.49%
  • magenta value is 21.74%
  • 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
%21.74
%0
%45.88

Codes

Color #766C8A in popluar color models

766C8A
RGB118108138
HSL260°12.20%48.24%
HSB/HSV260°21.74%54.12%
CMYK14.49%21.74%0.00%
45.88%

Color #766C8A in popluar number systems.

HEX766C8A
Decimal118108138
Binary1110110110110010001010
Octal166154212

Shades and tints

Shades of #766C8A

#766C8A
(118,108,138)
#6C637E
(108,99,126)
#625A72
(98,90,114)
#585166
(88,81,102)
#4E485A
(78,72,90)
#443F4E
(68,63,78)
#3A3642
(58,54,66)
#302D36
(48,45,54)
#26242A
(38,36,42)
#1C1B1E
(28,27,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #766C8A

#766C8A
(118,108,138)
#827994
(130,121,148)
#8E869E
(142,134,158)
#9A93A8
(154,147,168)
#A6A0B2
(166,160,178)
#B2ADBC
(178,173,188)
#BEBAC6
(190,186,198)
#CAC7D0
(202,199,208)
#D6D4DA
(214,212,218)
#E2E1E4
(226,225,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766C8A; }

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

This text font color is #766C8A.


Background Color

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

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

This div background color is #766C8A.


Border color

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

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

This div border color is #766C8A.


Opacity

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

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

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

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

This text has shadow with #766C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766C8A on black background.


Color preview on white background

This text has color #766C8A on white background.



Black color preview on #766C8A background

This text has black color on #766C8A background.


White color preview on #766C8A background

This text has white color on #766C8A background.