COLOR #76588E

HEX: #76588E
RGB: (118,88,142)

Color info

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

RGB color model

#76588E color RGB value is (118,88,142).

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

RGB channels and saturation

R 118 of 255 = 46%
G 88 of 255 = 35%
B 142 of 255 = 56%

118
88
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 88 + 142 = 348 (100%)
R 118 of 348 ~ 33.91%
G 88 of 348 ~ 25.29%
B 142 of 348 ~ 40.8%

%33.91
%25.29
%40.8

CMYK color model

#76588E color CMYK value is (17,38,0,44).

  • cyan value is 16.90%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(17,38,0,44)
C17M38Y0K44 
(17%,38%,0%,44%)
(0.17/0.38/0.00/0.44)	

CMYK percentages

%16.9
%38.03
%0
%44.31

Codes

Color #76588E in popluar color models

76588E
RGB11888142
HSL273°23.48%45.10%
HSB/HSV273°38.03%55.69%
CMYK16.90%38.03%0.00%
44.31%

Color #76588E in popluar number systems.

HEX76588E
Decimal11888142
Binary1110110101100010001110
Octal166130216

Shades and tints

Shades of #76588E

#76588E
(118,88,142)
#6C5082
(108,80,130)
#624876
(98,72,118)
#58406A
(88,64,106)
#4E385E
(78,56,94)
#443052
(68,48,82)
#3A2846
(58,40,70)
#30203A
(48,32,58)
#26182E
(38,24,46)
#1C1022
(28,16,34)
#120816
(18,8,22)
#000000
(0,0,0)

Tints of #76588E

#76588E
(118,88,142)
#826798
(130,103,152)
#8E76A2
(142,118,162)
#9A85AC
(154,133,172)
#A694B6
(166,148,182)
#B2A3C0
(178,163,192)
#BEB2CA
(190,178,202)
#CAC1D4
(202,193,212)
#D6D0DE
(214,208,222)
#E2DFE8
(226,223,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76588E; }

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

This text font color is #76588E.


Background Color

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

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

This div background color is #76588E.


Border color

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

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

This div border color is #76588E.


Opacity

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

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

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

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

This text has shadow with #76588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76588E on black background.


Color preview on white background

This text has color #76588E on white background.



Black color preview on #76588E background

This text has black color on #76588E background.


White color preview on #76588E background

This text has white color on #76588E background.