COLOR #776784

HEX: #776784
RGB: (119,103,132)

Color info

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

RGB color model

#776784 color RGB value is (119,103,132).

  • red value is 119;
  • green value is 103;
  • blue value is 132.
RGB:
(119,103,132)
(47%,40%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 132 of 255 = 52%

119
103
132

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

Portions of RGB colors in percentages

R + G + B =
119 + 103 + 132 = 354 (100%)
R 119 of 354 ~ 33.62%
G 103 of 354 ~ 29.1%
B 132 of 354 ~ 37.29%

%33.62
%29.1
%37.29

CMYK color model

#776784 color CMYK value is (10,22,0,48).

  • cyan value is 9.85%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(10,22,0,48)
C10M22Y0K48 
(10%,22%,0%,48%)
(0.10/0.22/0.00/0.48)	

CMYK percentages

%9.85
%21.97
%0
%48.24

Codes

Color #776784 in popluar color models

776784
RGB119103132
HSL273°12.34%46.08%
HSB/HSV273°21.97%51.76%
CMYK9.85%21.97%0.00%
48.24%

Color #776784 in popluar number systems.

HEX776784
Decimal119103132
Binary1110111110011110000100
Octal167147204

Shades and tints

Shades of #776784

#776784
(119,103,132)
#6D5E78
(109,94,120)
#63556C
(99,85,108)
#594C60
(89,76,96)
#4F4354
(79,67,84)
#453A48
(69,58,72)
#3B313C
(59,49,60)
#312830
(49,40,48)
#271F24
(39,31,36)
#1D1618
(29,22,24)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #776784

#776784
(119,103,132)
#83748F
(131,116,143)
#8F819A
(143,129,154)
#9B8EA5
(155,142,165)
#A79BB0
(167,155,176)
#B3A8BB
(179,168,187)
#BFB5C6
(191,181,198)
#CBC2D1
(203,194,209)
#D7CFDC
(215,207,220)
#E3DCE7
(227,220,231)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776784 color. Also use rgb(119,103,132) instead hex code.

Text Font Color

.myTextColor { color: #776784; }

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

This text font color is #776784.


Background Color

.myBgColor { background-color: #776784; }

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

This div background color is #776784.


Border color

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

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

This div border color is #776784.


Opacity

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

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

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

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

This text has shadow with #776784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776784 on black background.


Color preview on white background

This text has color #776784 on white background.



Black color preview on #776784 background

This text has black color on #776784 background.


White color preview on #776784 background

This text has white color on #776784 background.