COLOR #77668D

HEX: #77668D
RGB: (119,102,141)

Color info

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

RGB color model

#77668D color RGB value is (119,102,141).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 141 of 255 = 55%

119
102
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 141 = 362 (100%)
R 119 of 362 ~ 32.87%
G 102 of 362 ~ 28.18%
B 141 of 362 ~ 38.95%

%32.87
%28.18
%38.95

CMYK color model

#77668D color CMYK value is (16,28,0,45).

  • cyan value is 15.60%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,28,0,45)
C16M28Y0K45 
(16%,28%,0%,45%)
(0.16/0.28/0.00/0.45)	

CMYK percentages

%15.6
%27.66
%0
%44.71

Codes

Color #77668D in popluar color models

77668D
RGB119102141
HSL266°16.05%47.65%
HSB/HSV266°27.66%55.29%
CMYK15.60%27.66%0.00%
44.71%

Color #77668D in popluar number systems.

HEX77668D
Decimal119102141
Binary1110111110011010001101
Octal167146215

Shades and tints

Shades of #77668D

#77668D
(119,102,141)
#6D5D81
(109,93,129)
#635475
(99,84,117)
#594B69
(89,75,105)
#4F425D
(79,66,93)
#453951
(69,57,81)
#3B3045
(59,48,69)
#312739
(49,39,57)
#271E2D
(39,30,45)
#1D1521
(29,21,33)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #77668D

#77668D
(119,102,141)
#837397
(131,115,151)
#8F80A1
(143,128,161)
#9B8DAB
(155,141,171)
#A79AB5
(167,154,181)
#B3A7BF
(179,167,191)
#BFB4C9
(191,180,201)
#CBC1D3
(203,193,211)
#D7CEDD
(215,206,221)
#E3DBE7
(227,219,231)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77668D; }

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

This text font color is #77668D.


Background Color

.myBgColor { background-color: #77668D; }

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

This div background color is #77668D.


Border color

.myBorderColor { border: 1px solid #77668D; }

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

This div border color is #77668D.


Opacity

.myOpacity80 { color: #77668D; opacity: 0.8; }

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

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

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

This text has shadow with #77668D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77668D on black background.


Color preview on white background

This text has color #77668D on white background.



Black color preview on #77668D background

This text has black color on #77668D background.


White color preview on #77668D background

This text has white color on #77668D background.