COLOR #76586D

HEX: #76586D
RGB: (118,88,109)

Color info

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

RGB color model

#76586D color RGB value is (118,88,109).

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

RGB channels and saturation

R 118 of 255 = 46%
G 88 of 255 = 35%
B 109 of 255 = 43%

118
88
109

R + G + B ~ 41%. #76586D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 88 + 109 = 315 (100%)
R 118 of 315 ~ 37.46%
G 88 of 315 ~ 27.94%
B 109 of 315 ~ 34.6%

%37.46
%27.94
%34.6

CMYK color model

#76586D color CMYK value is (0,25,8,54).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,25,8,54)
C0M25Y8K54 
(0%,25%,8%,54%)
(0.00/0.25/0.08/0.54)	

CMYK percentages

%0
%25.42
%7.63
%53.73

Codes

Color #76586D in popluar color models

76586D
RGB11888109
HSL318°14.56%40.39%
HSB/HSV318°25.42%46.27%
CMYK0.00%25.42%7.63%
53.73%

Color #76586D in popluar number systems.

HEX76586D
Decimal11888109
Binary111011010110001101101
Octal166130155

Shades and tints

Shades of #76586D

#76586D
(118,88,109)
#6C5064
(108,80,100)
#62485B
(98,72,91)
#584052
(88,64,82)
#4E3849
(78,56,73)
#443040
(68,48,64)
#3A2837
(58,40,55)
#30202E
(48,32,46)
#261825
(38,24,37)
#1C101C
(28,16,28)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #76586D

#76586D
(118,88,109)
#82677A
(130,103,122)
#8E7687
(142,118,135)
#9A8594
(154,133,148)
#A694A1
(166,148,161)
#B2A3AE
(178,163,174)
#BEB2BB
(190,178,187)
#CAC1C8
(202,193,200)
#D6D0D5
(214,208,213)
#E2DFE2
(226,223,226)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76586D color. Also use rgb(118,88,109) instead hex code.

Text Font Color

.myTextColor { color: #76586D; }

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

This text font color is #76586D.


Background Color

.myBgColor { background-color: #76586D; }

<div style="background-color:#76586D">Inner text</div>

This div background color is #76586D.


Border color

.myBorderColor { border: 1px solid #76586D; }

<div style="border:3px solid #76586D">Div</div>

This div border color is #76586D.


Opacity

.myOpacity80 { color: #76586D; opacity: 0.8; }

<p style="color:#76586D;opacity:0.8;">80%</p>

Text with #76586D 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 #76586D;}

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

This text has shadow with #76586D color.

.textShadow {text-shadow: 3px 3px 1px #76586D, 3px 3px 1px red;}

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

This text has shadow with #76586D primary color and red secondary color.


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

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

This text has shadow with #76586D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76586D on black background.


Color preview on white background

This text has color #76586D on white background.



Black color preview on #76586D background

This text has black color on #76586D background.


White color preview on #76586D background

This text has white color on #76586D background.