COLOR #776788

HEX: #776788
RGB: (119,103,136)

Color info

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

RGB color model

#776788 color RGB value is (119,103,136).

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

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 136 of 255 = 53%

119
103
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 103 + 136 = 358 (100%)
R 119 of 358 ~ 33.24%
G 103 of 358 ~ 28.77%
B 136 of 358 ~ 37.99%

%33.24
%28.77
%37.99

CMYK color model

#776788 color CMYK value is (13,24,0,47).

  • cyan value is 12.50%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,24,0,47)
C13M24Y0K47 
(13%,24%,0%,47%)
(0.13/0.24/0.00/0.47)	

CMYK percentages

%12.5
%24.26
%0
%46.67

Codes

Color #776788 in popluar color models

776788
RGB119103136
HSL269°13.81%46.86%
HSB/HSV269°24.26%53.33%
CMYK12.50%24.26%0.00%
46.67%

Color #776788 in popluar number systems.

HEX776788
Decimal119103136
Binary1110111110011110001000
Octal167147210

Shades and tints

Shades of #776788

#776788
(119,103,136)
#6D5E7C
(109,94,124)
#635570
(99,85,112)
#594C64
(89,76,100)
#4F4358
(79,67,88)
#453A4C
(69,58,76)
#3B3140
(59,49,64)
#312834
(49,40,52)
#271F28
(39,31,40)
#1D161C
(29,22,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #776788

#776788
(119,103,136)
#837492
(131,116,146)
#8F819C
(143,129,156)
#9B8EA6
(155,142,166)
#A79BB0
(167,155,176)
#B3A8BA
(179,168,186)
#BFB5C4
(191,181,196)
#CBC2CE
(203,194,206)
#D7CFD8
(215,207,216)
#E3DCE2
(227,220,226)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776788; }

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

This text font color is #776788.


Background Color

.myBgColor { background-color: #776788; }

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

This div background color is #776788.


Border color

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

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

This div border color is #776788.


Opacity

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

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

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

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

This text has shadow with #776788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776788 on black background.


Color preview on white background

This text has color #776788 on white background.



Black color preview on #776788 background

This text has black color on #776788 background.


White color preview on #776788 background

This text has white color on #776788 background.