COLOR #766987

HEX: #766987
RGB: (118,105,135)

Color info

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

RGB color model

#766987 color RGB value is (118,105,135).

  • red value is 118;
  • green value is 105;
  • blue value is 135.
RGB:
(118,105,135)
(46%,41%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 135 of 255 = 53%

118
105
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 135 = 358 (100%)
R 118 of 358 ~ 32.96%
G 105 of 358 ~ 29.33%
B 135 of 358 ~ 37.71%

%32.96
%29.33
%37.71

CMYK color model

#766987 color CMYK value is (13,22,0,47).

  • cyan value is 12.59%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,22,0,47)
C13M22Y0K47 
(13%,22%,0%,47%)
(0.13/0.22/0.00/0.47)	

CMYK percentages

%12.59
%22.22
%0
%47.06

Codes

Color #766987 in popluar color models

766987
RGB118105135
HSL266°12.50%47.06%
HSB/HSV266°22.22%52.94%
CMYK12.59%22.22%0.00%
47.06%

Color #766987 in popluar number systems.

HEX766987
Decimal118105135
Binary1110110110100110000111
Octal166151207

Shades and tints

Shades of #766987

#766987
(118,105,135)
#6C607B
(108,96,123)
#62576F
(98,87,111)
#584E63
(88,78,99)
#4E4557
(78,69,87)
#443C4B
(68,60,75)
#3A333F
(58,51,63)
#302A33
(48,42,51)
#262127
(38,33,39)
#1C181B
(28,24,27)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #766987

#766987
(118,105,135)
#827691
(130,118,145)
#8E839B
(142,131,155)
#9A90A5
(154,144,165)
#A69DAF
(166,157,175)
#B2AAB9
(178,170,185)
#BEB7C3
(190,183,195)
#CAC4CD
(202,196,205)
#D6D1D7
(214,209,215)
#E2DEE1
(226,222,225)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766987 color. Also use rgb(118,105,135) instead hex code.

Text Font Color

.myTextColor { color: #766987; }

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

This text font color is #766987.


Background Color

.myBgColor { background-color: #766987; }

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

This div background color is #766987.


Border color

.myBorderColor { border: 1px solid #766987; }

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

This div border color is #766987.


Opacity

.myOpacity80 { color: #766987; opacity: 0.8; }

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

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

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

This text has shadow with #766987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766987 on black background.


Color preview on white background

This text has color #766987 on white background.



Black color preview on #766987 background

This text has black color on #766987 background.


White color preview on #766987 background

This text has white color on #766987 background.