COLOR #77639F

HEX: #77639F RGB: (119,99,159)

Color info

#77639F contains mainly red and blue colors. Web safe color of #77639F is #666699 (or #669).

RGB color model

#77639F color RGB value is (119,99,159).

RGB: (119,99,159) (47%, 39%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 159 of 255 = 62%

119
99
159

R + G + B ~ 49%. #77639F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 99 + 159 = 377 (100%)
R 119 of 377 ~ 31.56%
G 99 of 377 ~ 26.26%
B 159 of 377 ~ 42.18'%

%31.56
%26.26
%42.18

CMYK color model

#77639F color CMYK value is (25,38,0,38).

  • cyan value is 25.16%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (25,38,0,38)
C25M38Y0K38 (25%, 38%, 0%, 38%)
(0.25 / 0.38 / 0.00 / 0.38)

CMYK percentages

%25.16
%37.74
%0
%37.65

Codes

Color #77639F in popluar color models

77 63 9F
RGB 119 99 159
HSL 260° 23.81% 50.59%
HSB/HSV 260° 37.74% 62.35%
CMYK 25.16% 37.74% 0.00%
37.65%

Color #77639F in popluar number systems.

HEX 77 63 9F
Decimal 119 99 159
Binary 1110111 1100011 10011111
Octal 167 143 237

Shades and tints

Shades of #77639F

#77639F
(119,99,159)
#6D5A91
(109,90,145)
#635183
(99,81,131)
#594875
(89,72,117)
#4F3F67
(79,63,103)
#453659
(69,54,89)
#3B2D4B
(59,45,75)
#31243D
(49,36,61)
#271B2F
(39,27,47)
#1D1221
(29,18,33)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #77639F

#77639F
(119,99,159)
#8371A7
(131,113,167)
#8F7FAF
(143,127,175)
#9B8DB7
(155,141,183)
#A79BBF
(167,155,191)
#B3A9C7
(179,169,199)
#BFB7CF
(191,183,207)
#CBC5D7
(203,197,215)
#D7D3DF
(215,211,223)
#E3E1E7
(227,225,231)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77639F color. Also use rgb(119,99,159) instead hex code.

Text Font Color

.myTextColor { color: #77639F; }

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

This text font color is #77639F.

Background Color

.myBgColor { background-color: #77639F; }

<div style="background-color:#77639F">Inner text</div>

This div background color is #77639F.

Border color

.myBorderColor { border: 1px solid #77639F; }

<div style="border:3px solid #77639F">Div</div>

This div border color is #77639F.

Opacity

.myOpacity80 { color: #77639F; opacity: 0.8; }

<p style="color:#77639F;opacity:0.8;">80%</p>

Text with #77639F 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 #77639F;}

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

This text has shadow with #77639F color.


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

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

This text has shadow with #77639F primary color and red secondary color.


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

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

This text has shadow with #77639F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77639F.

Preview

Color preview on black background

This text has color #77639F on black background.


Color preview on white background

This text has color #77639F on white background.


Black color preview on #77639F background

This text has black color on #77639F background.


White color preview on #77639F background

This text has white color on #77639F background.


Related colors

Complementary color

Complementary color for #hex is #889C60.


I love getcolorcode.com

Triadic colors

1 #9F7763 and #639F77 with #77639F are triadic colors.

2 #9F6377 and #63779F with #77639F are triadic colors.