COLOR #77588A

HEX: #77588A
RGB: (119,88,138)

Color info

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

RGB color model

#77588A color RGB value is (119,88,138).

  • red value is 119;
  • green value is 88;
  • blue value is 138.
RGB:
(119,88,138)
(47%,35%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 88 of 255 = 35%
B 138 of 255 = 54%

119
88
138

R + G + B ~ 45%. #77588A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 88 + 138 = 345 (100%)
R 119 of 345 ~ 34.49%
G 88 of 345 ~ 25.51%
B 138 of 345 ~ 40%

%34.49
%25.51
%40

CMYK color model

#77588A color CMYK value is (14,36,0,46).

  • cyan value is 13.77%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(14,36,0,46)
C14M36Y0K46 
(14%,36%,0%,46%)
(0.14/0.36/0.00/0.46)	

CMYK percentages

%13.77
%36.23
%0
%45.88

Codes

Color #77588A in popluar color models

77588A
RGB11988138
HSL277°22.12%44.31%
HSB/HSV277°36.23%54.12%
CMYK13.77%36.23%0.00%
45.88%

Color #77588A in popluar number systems.

HEX77588A
Decimal11988138
Binary1110111101100010001010
Octal167130212

Shades and tints

Shades of #77588A

#77588A
(119,88,138)
#6D507E
(109,80,126)
#634872
(99,72,114)
#594066
(89,64,102)
#4F385A
(79,56,90)
#45304E
(69,48,78)
#3B2842
(59,40,66)
#312036
(49,32,54)
#27182A
(39,24,42)
#1D101E
(29,16,30)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #77588A

#77588A
(119,88,138)
#836794
(131,103,148)
#8F769E
(143,118,158)
#9B85A8
(155,133,168)
#A794B2
(167,148,178)
#B3A3BC
(179,163,188)
#BFB2C6
(191,178,198)
#CBC1D0
(203,193,208)
#D7D0DA
(215,208,218)
#E3DFE4
(227,223,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77588A color. Also use rgb(119,88,138) instead hex code.

Text Font Color

.myTextColor { color: #77588A; }

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

This text font color is #77588A.


Background Color

.myBgColor { background-color: #77588A; }

<div style="background-color:#77588A">Inner text</div>

This div background color is #77588A.


Border color

.myBorderColor { border: 1px solid #77588A; }

<div style="border:3px solid #77588A">Div</div>

This div border color is #77588A.


Opacity

.myOpacity80 { color: #77588A; opacity: 0.8; }

<p style="color:#77588A;opacity:0.8;">80%</p>

Text with #77588A 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 #77588A;}

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

This text has shadow with #77588A color.

.textShadow {text-shadow: 3px 3px 1px #77588A, 3px 3px 1px red;}

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

This text has shadow with #77588A primary color and red secondary color.


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

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

This text has shadow with #77588A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77588A on black background.


Color preview on white background

This text has color #77588A on white background.



Black color preview on #77588A background

This text has black color on #77588A background.


White color preview on #77588A background

This text has white color on #77588A background.