COLOR #77668E

HEX: #77668E
RGB: (119,102,142)

Color info

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

RGB color model

#77668E color RGB value is (119,102,142).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 142 of 255 = 56%

119
102
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 142 = 363 (100%)
R 119 of 363 ~ 32.78%
G 102 of 363 ~ 28.1%
B 142 of 363 ~ 39.12%

%32.78
%28.1
%39.12

CMYK color model

#77668E color CMYK value is (16,28,0,44).

  • cyan value is 16.20%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,28,0,44)
C16M28Y0K44 
(16%,28%,0%,44%)
(0.16/0.28/0.00/0.44)	

CMYK percentages

%16.2
%28.17
%0
%44.31

Codes

Color #77668E in popluar color models

77668E
RGB119102142
HSL266°16.39%47.84%
HSB/HSV266°28.17%55.69%
CMYK16.20%28.17%0.00%
44.31%

Color #77668E in popluar number systems.

HEX77668E
Decimal119102142
Binary1110111110011010001110
Octal167146216

Shades and tints

Shades of #77668E

#77668E
(119,102,142)
#6D5D82
(109,93,130)
#635476
(99,84,118)
#594B6A
(89,75,106)
#4F425E
(79,66,94)
#453952
(69,57,82)
#3B3046
(59,48,70)
#31273A
(49,39,58)
#271E2E
(39,30,46)
#1D1522
(29,21,34)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #77668E

#77668E
(119,102,142)
#837398
(131,115,152)
#8F80A2
(143,128,162)
#9B8DAC
(155,141,172)
#A79AB6
(167,154,182)
#B3A7C0
(179,167,192)
#BFB4CA
(191,180,202)
#CBC1D4
(203,193,212)
#D7CEDE
(215,206,222)
#E3DBE8
(227,219,232)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77668E; }

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

This text font color is #77668E.


Background Color

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

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

This div background color is #77668E.


Border color

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

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

This div border color is #77668E.


Opacity

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

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

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

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

This text has shadow with #77668E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77668E on black background.


Color preview on white background

This text has color #77668E on white background.



Black color preview on #77668E background

This text has black color on #77668E background.


White color preview on #77668E background

This text has white color on #77668E background.