COLOR #76486A

HEX: #76486A
RGB: (118,72,106)

Color info

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

RGB color model

#76486A color RGB value is (118,72,106).

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

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 106 of 255 = 42%

118
72
106

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

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 106 = 296 (100%)
R 118 of 296 ~ 39.86%
G 72 of 296 ~ 24.32%
B 106 of 296 ~ 35.81%

%39.86
%24.32
%35.81

CMYK color model

#76486A color CMYK value is (0,39,10,54).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,39,10,54)
C0M39Y10K54 
(0%,39%,10%,54%)
(0.00/0.39/0.10/0.54)	

CMYK percentages

%0
%38.98
%10.17
%53.73

Codes

Color #76486A in popluar color models

76486A
RGB11872106
HSL316°24.21%37.25%
HSB/HSV316°38.98%46.27%
CMYK0.00%38.98%10.17%
53.73%

Color #76486A in popluar number systems.

HEX76486A
Decimal11872106
Binary111011010010001101010
Octal166110152

Shades and tints

Shades of #76486A

#76486A
(118,72,106)
#6C4261
(108,66,97)
#623C58
(98,60,88)
#58364F
(88,54,79)
#4E3046
(78,48,70)
#442A3D
(68,42,61)
#3A2434
(58,36,52)
#301E2B
(48,30,43)
#261822
(38,24,34)
#1C1219
(28,18,25)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #76486A

#76486A
(118,72,106)
#825877
(130,88,119)
#8E6884
(142,104,132)
#9A7891
(154,120,145)
#A6889E
(166,136,158)
#B298AB
(178,152,171)
#BEA8B8
(190,168,184)
#CAB8C5
(202,184,197)
#D6C8D2
(214,200,210)
#E2D8DF
(226,216,223)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76486A; }

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

This text font color is #76486A.


Background Color

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

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

This div background color is #76486A.


Border color

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

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

This div border color is #76486A.


Opacity

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

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

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

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

This text has shadow with #76486A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76486A on black background.


Color preview on white background

This text has color #76486A on white background.



Black color preview on #76486A background

This text has black color on #76486A background.


White color preview on #76486A background

This text has white color on #76486A background.