COLOR #76446E

HEX: #76446E
RGB: (118,68,110)

Color info

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

RGB color model

#76446E color RGB value is (118,68,110).

  • red value is 118;
  • green value is 68;
  • blue value is 110.
RGB:
(118,68,110)
(46%,27%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 68 of 255 = 27%
B 110 of 255 = 43%

118
68
110

R + G + B ~ 39%. #76446E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 68 + 110 = 296 (100%)
R 118 of 296 ~ 39.86%
G 68 of 296 ~ 22.97%
B 110 of 296 ~ 37.16%

%39.86
%22.97
%37.16

CMYK color model

#76446E color CMYK value is (0,42,7,54).

  • cyan value is 0.00%
  • magenta value is 42.37%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(0,42,7,54)
C0M42Y7K54 
(0%,42%,7%,54%)
(0.00/0.42/0.07/0.54)	

CMYK percentages

%0
%42.37
%6.78
%53.73

Codes

Color #76446E in popluar color models

76446E
RGB11868110
HSL310°26.88%36.47%
HSB/HSV310°42.37%46.27%
CMYK0.00%42.37%6.78%
53.73%

Color #76446E in popluar number systems.

HEX76446E
Decimal11868110
Binary111011010001001101110
Octal166104156

Shades and tints

Shades of #76446E

#76446E
(118,68,110)
#6C3E64
(108,62,100)
#62385A
(98,56,90)
#583250
(88,50,80)
#4E2C46
(78,44,70)
#44263C
(68,38,60)
#3A2032
(58,32,50)
#301A28
(48,26,40)
#26141E
(38,20,30)
#1C0E14
(28,14,20)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #76446E

#76446E
(118,68,110)
#82557B
(130,85,123)
#8E6688
(142,102,136)
#9A7795
(154,119,149)
#A688A2
(166,136,162)
#B299AF
(178,153,175)
#BEAABC
(190,170,188)
#CABBC9
(202,187,201)
#D6CCD6
(214,204,214)
#E2DDE3
(226,221,227)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76446E color. Also use rgb(118,68,110) instead hex code.

Text Font Color

.myTextColor { color: #76446E; }

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

This text font color is #76446E.


Background Color

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

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

This div background color is #76446E.


Border color

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

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

This div border color is #76446E.


Opacity

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

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

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

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

This text has shadow with #76446E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76446E on black background.


Color preview on white background

This text has color #76446E on white background.



Black color preview on #76446E background

This text has black color on #76446E background.


White color preview on #76446E background

This text has white color on #76446E background.