COLOR #776987

HEX: #776987
RGB: (119,105,135)

Color info

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

RGB color model

#776987 color RGB value is (119,105,135).

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

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 135 of 255 = 53%

119
105
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 135 = 359 (100%)
R 119 of 359 ~ 33.15%
G 105 of 359 ~ 29.25%
B 135 of 359 ~ 37.6%

%33.15
%29.25
%37.6

CMYK color model

#776987 color CMYK value is (12,22,0,47).

  • cyan value is 11.85%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(12,22,0,47)
C12M22Y0K47 
(12%,22%,0%,47%)
(0.12/0.22/0.00/0.47)	

CMYK percentages

%11.85
%22.22
%0
%47.06

Codes

Color #776987 in popluar color models

776987
RGB119105135
HSL268°12.50%47.06%
HSB/HSV268°22.22%52.94%
CMYK11.85%22.22%0.00%
47.06%

Color #776987 in popluar number systems.

HEX776987
Decimal119105135
Binary1110111110100110000111
Octal167151207

Shades and tints

Shades of #776987

#776987
(119,105,135)
#6D607B
(109,96,123)
#63576F
(99,87,111)
#594E63
(89,78,99)
#4F4557
(79,69,87)
#453C4B
(69,60,75)
#3B333F
(59,51,63)
#312A33
(49,42,51)
#272127
(39,33,39)
#1D181B
(29,24,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #776987

#776987
(119,105,135)
#837691
(131,118,145)
#8F839B
(143,131,155)
#9B90A5
(155,144,165)
#A79DAF
(167,157,175)
#B3AAB9
(179,170,185)
#BFB7C3
(191,183,195)
#CBC4CD
(203,196,205)
#D7D1D7
(215,209,215)
#E3DEE1
(227,222,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776987; }

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

This text font color is #776987.


Background Color

.myBgColor { background-color: #776987; }

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

This div background color is #776987.


Border color

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

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

This div border color is #776987.


Opacity

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

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

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

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

This text has shadow with #776987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776987 on black background.


Color preview on white background

This text has color #776987 on white background.



Black color preview on #776987 background

This text has black color on #776987 background.


White color preview on #776987 background

This text has white color on #776987 background.