COLOR #77648E

HEX: #77648E
RGB: (119,100,142)

Color info

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

RGB color model

#77648E color RGB value is (119,100,142).

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

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 142 of 255 = 56%

119
100
142

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 142 = 361 (100%)
R 119 of 361 ~ 32.96%
G 100 of 361 ~ 27.7%
B 142 of 361 ~ 39.34%

%32.96
%27.7
%39.34

CMYK color model

#77648E color CMYK value is (16,30,0,44).

  • cyan value is 16.20%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(16,30,0,44)
C16M30Y0K44 
(16%,30%,0%,44%)
(0.16/0.30/0.00/0.44)	

CMYK percentages

%16.2
%29.58
%0
%44.31

Codes

Color #77648E in popluar color models

77648E
RGB119100142
HSL267°17.36%47.45%
HSB/HSV267°29.58%55.69%
CMYK16.20%29.58%0.00%
44.31%

Color #77648E in popluar number systems.

HEX77648E
Decimal119100142
Binary1110111110010010001110
Octal167144216

Shades and tints

Shades of #77648E

#77648E
(119,100,142)
#6D5B82
(109,91,130)
#635276
(99,82,118)
#59496A
(89,73,106)
#4F405E
(79,64,94)
#453752
(69,55,82)
#3B2E46
(59,46,70)
#31253A
(49,37,58)
#271C2E
(39,28,46)
#1D1322
(29,19,34)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #77648E

#77648E
(119,100,142)
#837298
(131,114,152)
#8F80A2
(143,128,162)
#9B8EAC
(155,142,172)
#A79CB6
(167,156,182)
#B3AAC0
(179,170,192)
#BFB8CA
(191,184,202)
#CBC6D4
(203,198,212)
#D7D4DE
(215,212,222)
#E3E2E8
(227,226,232)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77648E; }

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

This text font color is #77648E.


Background Color

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

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

This div background color is #77648E.


Border color

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

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

This div border color is #77648E.


Opacity

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

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

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

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

This text has shadow with #77648E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77648E on black background.


Color preview on white background

This text has color #77648E on white background.



Black color preview on #77648E background

This text has black color on #77648E background.


White color preview on #77648E background

This text has white color on #77648E background.