COLOR #77698E

HEX: #77698E
RGB: (119,105,142)

Color info

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

RGB color model

#77698E color RGB value is (119,105,142).

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

RGB channels and saturation

R 119 of 255 = 47%
G 105 of 255 = 41%
B 142 of 255 = 56%

119
105
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 105 + 142 = 366 (100%)
R 119 of 366 ~ 32.51%
G 105 of 366 ~ 28.69%
B 142 of 366 ~ 38.8%

%32.51
%28.69
%38.8

CMYK color model

#77698E color CMYK value is (16,26,0,44).

  • cyan value is 16.20%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,26,0,44)
C16M26Y0K44 
(16%,26%,0%,44%)
(0.16/0.26/0.00/0.44)	

CMYK percentages

%16.2
%26.06
%0
%44.31

Codes

Color #77698E in popluar color models

77698E
RGB119105142
HSL263°14.98%48.43%
HSB/HSV263°26.06%55.69%
CMYK16.20%26.06%0.00%
44.31%

Color #77698E in popluar number systems.

HEX77698E
Decimal119105142
Binary1110111110100110001110
Octal167151216

Shades and tints

Shades of #77698E

#77698E
(119,105,142)
#6D6082
(109,96,130)
#635776
(99,87,118)
#594E6A
(89,78,106)
#4F455E
(79,69,94)
#453C52
(69,60,82)
#3B3346
(59,51,70)
#312A3A
(49,42,58)
#27212E
(39,33,46)
#1D1822
(29,24,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #77698E

#77698E
(119,105,142)
#837698
(131,118,152)
#8F83A2
(143,131,162)
#9B90AC
(155,144,172)
#A79DB6
(167,157,182)
#B3AAC0
(179,170,192)
#BFB7CA
(191,183,202)
#CBC4D4
(203,196,212)
#D7D1DE
(215,209,222)
#E3DEE8
(227,222,232)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77698E; }

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

This text font color is #77698E.


Background Color

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

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

This div background color is #77698E.


Border color

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

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

This div border color is #77698E.


Opacity

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

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

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

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

This text has shadow with #77698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77698E on black background.


Color preview on white background

This text has color #77698E on white background.



Black color preview on #77698E background

This text has black color on #77698E background.


White color preview on #77698E background

This text has white color on #77698E background.