COLOR #76486F

HEX: #76486F
RGB: (118,72,111)

Color info

#76486F contains red, green and blue colors in about the same proportion. Web safe color of #76486F is #663366 (or #636).

RGB color model

#76486F color RGB value is (118,72,111).

  • red value is 118;
  • green value is 72;
  • blue value is 111.
RGB:
(118,72,111)
(46%,28%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 111 of 255 = 44%

118
72
111

R + G + B ~ 39%. #76486F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 111 = 301 (100%)
R 118 of 301 ~ 39.2%
G 72 of 301 ~ 23.92%
B 111 of 301 ~ 36.88%

%39.2
%23.92
%36.88

CMYK color model

#76486F color CMYK value is (0,39,6,54).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(0,39,6,54)
C0M39Y6K54 
(0%,39%,6%,54%)
(0.00/0.39/0.06/0.54)	

CMYK percentages

%0
%38.98
%5.93
%53.73

Codes

Color #76486F in popluar color models

76486F
RGB11872111
HSL309°24.21%37.25%
HSB/HSV309°38.98%46.27%
CMYK0.00%38.98%5.93%
53.73%

Color #76486F in popluar number systems.

HEX76486F
Decimal11872111
Binary111011010010001101111
Octal166110157

Shades and tints

Shades of #76486F

#76486F
(118,72,111)
#6C4265
(108,66,101)
#623C5B
(98,60,91)
#583651
(88,54,81)
#4E3047
(78,48,71)
#442A3D
(68,42,61)
#3A2433
(58,36,51)
#301E29
(48,30,41)
#26181F
(38,24,31)
#1C1215
(28,18,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #76486F

#76486F
(118,72,111)
#82587C
(130,88,124)
#8E6889
(142,104,137)
#9A7896
(154,120,150)
#A688A3
(166,136,163)
#B298B0
(178,152,176)
#BEA8BD
(190,168,189)
#CAB8CA
(202,184,202)
#D6C8D7
(214,200,215)
#E2D8E4
(226,216,228)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76486F color. Also use rgb(118,72,111) instead hex code.

Text Font Color

.myTextColor { color: #76486F; }

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

This text font color is #76486F.


Background Color

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

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

This div background color is #76486F.


Border color

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

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

This div border color is #76486F.


Opacity

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

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

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

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

This text has shadow with #76486F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76486F on black background.


Color preview on white background

This text has color #76486F on white background.



Black color preview on #76486F background

This text has black color on #76486F background.


White color preview on #76486F background

This text has white color on #76486F background.