COLOR #77618C

HEX: #77618C RGB: (119,97,140)

Color info

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

RGB color model

#77618C color RGB value is (119,97,140).

RGB: (119,97,140) (47%, 38%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 140 of 255 = 55%

119
97
140

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

Portions of RGB colors in percentages

R + G + B = 119 + 97 + 140 = 356 (100%)
R 119 of 356 ~ 33.43%
G 97 of 356 ~ 27.25%
B 140 of 356 ~ 39.33'%

%33.43
%27.25
%39.33

CMYK color model

#77618C color CMYK value is (15,31,0,45).

  • cyan value is 15.00%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (15,31,0,45)
C15M31Y0K45 (15%, 31%, 0%, 45%)
(0.15 / 0.31 / 0.00 / 0.45)

CMYK percentages

%15
%30.71
%0
%45.1

Codes

Color #77618C in popluar color models

77 61 8C
RGB 119 97 140
HSL 271° 18.14% 46.47%
HSB/HSV 271° 30.71% 54.90%
CMYK 15.00% 30.71% 0.00%
45.10%

Color #77618C in popluar number systems.

HEX 77 61 8C
Decimal 119 97 140
Binary 1110111 1100001 10001100
Octal 167 141 214

Shades and tints

Shades of #77618C

#77618C
(119,97,140)
#6D5980
(109,89,128)
#635174
(99,81,116)
#594968
(89,73,104)
#4F415C
(79,65,92)
#453950
(69,57,80)
#3B3144
(59,49,68)
#312938
(49,41,56)
#27212C
(39,33,44)
#1D1920
(29,25,32)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #77618C

#77618C
(119,97,140)
#836F96
(131,111,150)
#8F7DA0
(143,125,160)
#9B8BAA
(155,139,170)
#A799B4
(167,153,180)
#B3A7BE
(179,167,190)
#BFB5C8
(191,181,200)
#CBC3D2
(203,195,210)
#D7D1DC
(215,209,220)
#E3DFE6
(227,223,230)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77618C color. Also use rgb(119,97,140) instead hex code.

Text Font Color

.myTextColor { color: #77618C; }

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

This text font color is #77618C.

Background Color

.myBgColor { background-color: #77618C; }

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

This div background color is #77618C.

Border color

.myBorderColor { border: 1px solid #77618C; }

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

This div border color is #77618C.

Opacity

.myOpacity80 { color: #77618C; opacity: 0.8; }

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

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

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

This text has shadow with #77618C color.


.textShadow {text-shadow: 3px 3px 1px #77618C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77618C; -webkit-box-shadow: 1px 1px 3px 2px #77618C; box-shadow:1px 1px 3px 2px #77618C;">
Div content here
</div>

This div box has shadow with color #77618C.

Preview

Color preview on black background

This text has color #77618C on black background.


Color preview on white background

This text has color #77618C on white background.


Black color preview on #77618C background

This text has black color on #77618C background.


White color preview on #77618C background

This text has white color on #77618C background.


Related colors

Complementary color

Complementary color for #hex is #889E73.


I love getcolorcode.com

Triadic colors

1 #8C7761 and #618C77 with #77618C are triadic colors.

2 #8C6177 and #61778C with #77618C are triadic colors.