COLOR #776688

HEX: #776688
RGB: (119,102,136)

Color info

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

RGB color model

#776688 color RGB value is (119,102,136).

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

RGB channels and saturation

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

119
102
136

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 136 = 357 (100%)
R 119 of 357 ~ 33.33%
G 102 of 357 ~ 28.57%
B 136 of 357 ~ 38.1%

%33.33
%28.57
%38.1

CMYK color model

#776688 color CMYK value is (13,25,0,47).

  • cyan value is 12.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,25,0,47)
C13M25Y0K47 
(13%,25%,0%,47%)
(0.13/0.25/0.00/0.47)	

CMYK percentages

%12.5
%25
%0
%46.67

Codes

Color #776688 in popluar color models

776688
RGB119102136
HSL270°14.29%46.67%
HSB/HSV270°25.00%53.33%
CMYK12.50%25.00%0.00%
46.67%

Color #776688 in popluar number systems.

HEX776688
Decimal119102136
Binary1110111110011010001000
Octal167146210

Shades and tints

Shades of #776688

#776688
(119,102,136)
#6D5D7C
(109,93,124)
#635470
(99,84,112)
#594B64
(89,75,100)
#4F4258
(79,66,88)
#45394C
(69,57,76)
#3B3040
(59,48,64)
#312734
(49,39,52)
#271E28
(39,30,40)
#1D151C
(29,21,28)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #776688

#776688
(119,102,136)
#837392
(131,115,146)
#8F809C
(143,128,156)
#9B8DA6
(155,141,166)
#A79AB0
(167,154,176)
#B3A7BA
(179,167,186)
#BFB4C4
(191,180,196)
#CBC1CE
(203,193,206)
#D7CED8
(215,206,216)
#E3DBE2
(227,219,226)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776688; }

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

This text font color is #776688.


Background Color

.myBgColor { background-color: #776688; }

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

This div background color is #776688.


Border color

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

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

This div border color is #776688.


Opacity

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

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

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

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

This text has shadow with #776688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776688 on black background.


Color preview on white background

This text has color #776688 on white background.



Black color preview on #776688 background

This text has black color on #776688 background.


White color preview on #776688 background

This text has white color on #776688 background.