COLOR #77599B

HEX: #77599B RGB: (119,89,155)

Color info

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

RGB color model

#77599B color RGB value is (119,89,155).

RGB: (119,89,155) (47%, 35%, 61%)

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 155 of 255 = 61%

119
89
155

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

Portions of RGB colors in percentages

R + G + B = 119 + 89 + 155 = 363 (100%)
R 119 of 363 ~ 32.78%
G 89 of 363 ~ 24.52%
B 155 of 363 ~ 42.7'%

%32.78
%24.52
%42.7

CMYK color model

#77599B color CMYK value is (23,43,0,39).

  • cyan value is 23.23%
  • magenta value is 42.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (23,43,0,39)
C23M43Y0K39 (23%, 43%, 0%, 39%)
(0.23 / 0.43 / 0.00 / 0.39)

CMYK percentages

%23.23
%42.58
%0
%39.22

Codes

Color #77599B in popluar color models

77 59 9B
RGB 119 89 155
HSL 267° 27.05% 47.84%
HSB/HSV 267° 42.58% 60.78%
CMYK 23.23% 42.58% 0.00%
39.22%

Color #77599B in popluar number systems.

HEX 77 59 9B
Decimal 119 89 155
Binary 1110111 1011001 10011011
Octal 167 131 233

Shades and tints

Shades of #77599B

#77599B
(119,89,155)
#6D518D
(109,81,141)
#63497F
(99,73,127)
#594171
(89,65,113)
#4F3963
(79,57,99)
#453155
(69,49,85)
#3B2947
(59,41,71)
#312139
(49,33,57)
#27192B
(39,25,43)
#1D111D
(29,17,29)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #77599B

#77599B
(119,89,155)
#8368A4
(131,104,164)
#8F77AD
(143,119,173)
#9B86B6
(155,134,182)
#A795BF
(167,149,191)
#B3A4C8
(179,164,200)
#BFB3D1
(191,179,209)
#CBC2DA
(203,194,218)
#D7D1E3
(215,209,227)
#E3E0EC
(227,224,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77599B color. Also use rgb(119,89,155) instead hex code.

Text Font Color

.myTextColor { color: #77599B; }

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

This text font color is #77599B.

Background Color

.myBgColor { background-color: #77599B; }

<div style="background-color:#77599B">Inner text</div>

This div background color is #77599B.

Border color

.myBorderColor { border: 1px solid #77599B; }

<div style="border:3px solid #77599B">Div</div>

This div border color is #77599B.

Opacity

.myOpacity80 { color: #77599B; opacity: 0.8; }

<p style="color:#77599B;opacity:0.8;">80%</p>

Text with #77599B 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 #77599B;}

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

This text has shadow with #77599B color.


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

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

This text has shadow with #77599B primary color and red secondary color.


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

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

This text has shadow with #77599B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77599B.

Preview

Color preview on black background

This text has color #77599B on black background.


Color preview on white background

This text has color #77599B on white background.


Black color preview on #77599B background

This text has black color on #77599B background.


White color preview on #77599B background

This text has white color on #77599B background.


Related colors

Complementary color

Complementary color for #hex is #88A664.


I love getcolorcode.com

Triadic colors

1 #9B7759 and #599B77 with #77599B are triadic colors.

2 #9B5977 and #59779B with #77599B are triadic colors.