COLOR #76485E

HEX: #76485E
RGB: (118,72,94)

Color info

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

RGB color model

#76485E color RGB value is (118,72,94).

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

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 94 of 255 = 37%

118
72
94

R + G + B ~ 37%. #76485E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 94 = 284 (100%)
R 118 of 284 ~ 41.55%
G 72 of 284 ~ 25.35%
B 94 of 284 ~ 33.1%

%41.55
%25.35
%33.1

CMYK color model

#76485E color CMYK value is (0,39,20,54).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(0,39,20,54)
C0M39Y20K54 
(0%,39%,20%,54%)
(0.00/0.39/0.20/0.54)	

CMYK percentages

%0
%38.98
%20.34
%53.73

Codes

Color #76485E in popluar color models

76485E
RGB1187294
HSL331°24.21%37.25%
HSB/HSV331°38.98%46.27%
CMYK0.00%38.98%20.34%
53.73%

Color #76485E in popluar number systems.

HEX76485E
Decimal1187294
Binary111011010010001011110
Octal166110136

Shades and tints

Shades of #76485E

#76485E
(118,72,94)
#6C4256
(108,66,86)
#623C4E
(98,60,78)
#583646
(88,54,70)
#4E303E
(78,48,62)
#442A36
(68,42,54)
#3A242E
(58,36,46)
#301E26
(48,30,38)
#26181E
(38,24,30)
#1C1216
(28,18,22)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #76485E

#76485E
(118,72,94)
#82586C
(130,88,108)
#8E687A
(142,104,122)
#9A7888
(154,120,136)
#A68896
(166,136,150)
#B298A4
(178,152,164)
#BEA8B2
(190,168,178)
#CAB8C0
(202,184,192)
#D6C8CE
(214,200,206)
#E2D8DC
(226,216,220)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76485E color. Also use rgb(118,72,94) instead hex code.

Text Font Color

.myTextColor { color: #76485E; }

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

This text font color is #76485E.


Background Color

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

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

This div background color is #76485E.


Border color

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

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

This div border color is #76485E.


Opacity

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

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

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

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

This text has shadow with #76485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76485E on black background.


Color preview on white background

This text has color #76485E on white background.



Black color preview on #76485E background

This text has black color on #76485E background.


White color preview on #76485E background

This text has white color on #76485E background.