COLOR #76456D

HEX: #76456D
RGB: (118,69,109)

Color info

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

RGB color model

#76456D color RGB value is (118,69,109).

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

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 109 of 255 = 43%

118
69
109

R + G + B ~ 39%. #76456D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 109 = 296 (100%)
R 118 of 296 ~ 39.86%
G 69 of 296 ~ 23.31%
B 109 of 296 ~ 36.82%

%39.86
%23.31
%36.82

CMYK color model

#76456D color CMYK value is (0,42,8,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,42,8,54)
C0M42Y8K54 
(0%,42%,8%,54%)
(0.00/0.42/0.08/0.54)	

CMYK percentages

%0
%41.53
%7.63
%53.73

Codes

Color #76456D in popluar color models

76456D
RGB11869109
HSL311°26.20%36.67%
HSB/HSV311°41.53%46.27%
CMYK0.00%41.53%7.63%
53.73%

Color #76456D in popluar number systems.

HEX76456D
Decimal11869109
Binary111011010001011101101
Octal166105155

Shades and tints

Shades of #76456D

#76456D
(118,69,109)
#6C3F64
(108,63,100)
#62395B
(98,57,91)
#583352
(88,51,82)
#4E2D49
(78,45,73)
#442740
(68,39,64)
#3A2137
(58,33,55)
#301B2E
(48,27,46)
#261525
(38,21,37)
#1C0F1C
(28,15,28)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #76456D

#76456D
(118,69,109)
#82557A
(130,85,122)
#8E6587
(142,101,135)
#9A7594
(154,117,148)
#A685A1
(166,133,161)
#B295AE
(178,149,174)
#BEA5BB
(190,165,187)
#CAB5C8
(202,181,200)
#D6C5D5
(214,197,213)
#E2D5E2
(226,213,226)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76456D; }

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

This text font color is #76456D.


Background Color

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

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

This div background color is #76456D.


Border color

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

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

This div border color is #76456D.


Opacity

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

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

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

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

This text has shadow with #76456D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76456D on black background.


Color preview on white background

This text has color #76456D on white background.



Black color preview on #76456D background

This text has black color on #76456D background.


White color preview on #76456D background

This text has white color on #76456D background.