COLOR #76414E

HEX: #76414E
RGB: (118,65,78)

Color info

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

RGB color model

#76414E color RGB value is (118,65,78).

  • red value is 118;
  • green value is 65;
  • blue value is 78.
RGB:
(118,65,78)
(46%,25%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 65 of 255 = 25%
B 78 of 255 = 31%

118
65
78

R + G + B ~ 34%. #76414E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 65 + 78 = 261 (100%)
R 118 of 261 ~ 45.21%
G 65 of 261 ~ 24.9%
B 78 of 261 ~ 29.89%

%45.21
%24.9
%29.89

CMYK color model

#76414E color CMYK value is (0,45,34,54).

  • cyan value is 0.00%
  • magenta value is 44.92%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(0,45,34,54)
C0M45Y34K54 
(0%,45%,34%,54%)
(0.00/0.45/0.34/0.54)	

CMYK percentages

%0
%44.92
%33.9
%53.73

Codes

Color #76414E in popluar color models

76414E
RGB1186578
HSL345°28.96%35.88%
HSB/HSV345°44.92%46.27%
CMYK0.00%44.92%33.90%
53.73%

Color #76414E in popluar number systems.

HEX76414E
Decimal1186578
Binary111011010000011001110
Octal166101116

Shades and tints

Shades of #76414E

#76414E
(118,65,78)
#6C3C47
(108,60,71)
#623740
(98,55,64)
#583239
(88,50,57)
#4E2D32
(78,45,50)
#44282B
(68,40,43)
#3A2324
(58,35,36)
#301E1D
(48,30,29)
#261916
(38,25,22)
#1C140F
(28,20,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #76414E

#76414E
(118,65,78)
#82525E
(130,82,94)
#8E636E
(142,99,110)
#9A747E
(154,116,126)
#A6858E
(166,133,142)
#B2969E
(178,150,158)
#BEA7AE
(190,167,174)
#CAB8BE
(202,184,190)
#D6C9CE
(214,201,206)
#E2DADE
(226,218,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76414E color. Also use rgb(118,65,78) instead hex code.

Text Font Color

.myTextColor { color: #76414E; }

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

This text font color is #76414E.


Background Color

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

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

This div background color is #76414E.


Border color

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

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

This div border color is #76414E.


Opacity

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

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

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

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

This text has shadow with #76414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76414E on black background.


Color preview on white background

This text has color #76414E on white background.



Black color preview on #76414E background

This text has black color on #76414E background.


White color preview on #76414E background

This text has white color on #76414E background.