COLOR #76588A

HEX: #76588A
RGB: (118,88,138)

Color info

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

RGB color model

#76588A color RGB value is (118,88,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 88 of 255 = 35%
B 138 of 255 = 54%

118
88
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 88 + 138 = 344 (100%)
R 118 of 344 ~ 34.3%
G 88 of 344 ~ 25.58%
B 138 of 344 ~ 40.12%

%34.3
%25.58
%40.12

CMYK color model

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

  • cyan value is 14.49%
  • 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

%14.49
%36.23
%0
%45.88

Codes

Color #76588A in popluar color models

76588A
RGB11888138
HSL276°22.12%44.31%
HSB/HSV276°36.23%54.12%
CMYK14.49%36.23%0.00%
45.88%

Color #76588A in popluar number systems.

HEX76588A
Decimal11888138
Binary1110110101100010001010
Octal166130212

Shades and tints

Shades of #76588A

#76588A
(118,88,138)
#6C507E
(108,80,126)
#624872
(98,72,114)
#584066
(88,64,102)
#4E385A
(78,56,90)
#44304E
(68,48,78)
#3A2842
(58,40,66)
#302036
(48,32,54)
#26182A
(38,24,42)
#1C101E
(28,16,30)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #76588A

#76588A
(118,88,138)
#826794
(130,103,148)
#8E769E
(142,118,158)
#9A85A8
(154,133,168)
#A694B2
(166,148,178)
#B2A3BC
(178,163,188)
#BEB2C6
(190,178,198)
#CAC1D0
(202,193,208)
#D6D0DA
(214,208,218)
#E2DFE4
(226,223,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76588A; }

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

This text font color is #76588A.


Background Color

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

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

This div background color is #76588A.


Border color

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

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

This div border color is #76588A.


Opacity

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

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

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

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

This text has shadow with #76588A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76588A on black background.


Color preview on white background

This text has color #76588A on white background.



Black color preview on #76588A background

This text has black color on #76588A background.


White color preview on #76588A background

This text has white color on #76588A background.