COLOR #76587F

HEX: #76587F
RGB: (118,88,127)

Color info

#76587F contains red, green and blue colors in about the same proportion. Web safe color of #76587F is #666666 (or #666).

RGB color model

#76587F color RGB value is (118,88,127).

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

RGB channels and saturation

R 118 of 255 = 46%
G 88 of 255 = 35%
B 127 of 255 = 50%

118
88
127

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

Portions of RGB colors in percentages

R + G + B =
118 + 88 + 127 = 333 (100%)
R 118 of 333 ~ 35.44%
G 88 of 333 ~ 26.43%
B 127 of 333 ~ 38.14%

%35.44
%26.43
%38.14

CMYK color model

#76587F color CMYK value is (7,31,0,50).

  • cyan value is 7.09%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(7,31,0,50)
C7M31Y0K50 
(7%,31%,0%,50%)
(0.07/0.31/0.00/0.50)	

CMYK percentages

%7.09
%30.71
%0
%50.2

Codes

Color #76587F in popluar color models

76587F
RGB11888127
HSL286°18.14%42.16%
HSB/HSV286°30.71%49.80%
CMYK7.09%30.71%0.00%
50.20%

Color #76587F in popluar number systems.

HEX76587F
Decimal11888127
Binary111011010110001111111
Octal166130177

Shades and tints

Shades of #76587F

#76587F
(118,88,127)
#6C5074
(108,80,116)
#624869
(98,72,105)
#58405E
(88,64,94)
#4E3853
(78,56,83)
#443048
(68,48,72)
#3A283D
(58,40,61)
#302032
(48,32,50)
#261827
(38,24,39)
#1C101C
(28,16,28)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #76587F

#76587F
(118,88,127)
#82678A
(130,103,138)
#8E7695
(142,118,149)
#9A85A0
(154,133,160)
#A694AB
(166,148,171)
#B2A3B6
(178,163,182)
#BEB2C1
(190,178,193)
#CAC1CC
(202,193,204)
#D6D0D7
(214,208,215)
#E2DFE2
(226,223,226)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76587F color. Also use rgb(118,88,127) instead hex code.

Text Font Color

.myTextColor { color: #76587F; }

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

This text font color is #76587F.


Background Color

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

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

This div background color is #76587F.


Border color

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

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

This div border color is #76587F.


Opacity

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

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

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

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

This text has shadow with #76587F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76587F on black background.


Color preview on white background

This text has color #76587F on white background.



Black color preview on #76587F background

This text has black color on #76587F background.


White color preview on #76587F background

This text has white color on #76587F background.