COLOR #76426E

HEX: #76426E
RGB: (118,66,110)

Color info

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

RGB color model

#76426E color RGB value is (118,66,110).

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

RGB channels and saturation

R 118 of 255 = 46%
G 66 of 255 = 26%
B 110 of 255 = 43%

118
66
110

R + G + B ~ 38%. #76426E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 66 + 110 = 294 (100%)
R 118 of 294 ~ 40.14%
G 66 of 294 ~ 22.45%
B 110 of 294 ~ 37.41%

%40.14
%22.45
%37.41

CMYK color model

#76426E color CMYK value is (0,44,7,54).

  • cyan value is 0.00%
  • magenta value is 44.07%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(0,44,7,54)
C0M44Y7K54 
(0%,44%,7%,54%)
(0.00/0.44/0.07/0.54)	

CMYK percentages

%0
%44.07
%6.78
%53.73

Codes

Color #76426E in popluar color models

76426E
RGB11866110
HSL309°28.26%36.08%
HSB/HSV309°44.07%46.27%
CMYK0.00%44.07%6.78%
53.73%

Color #76426E in popluar number systems.

HEX76426E
Decimal11866110
Binary111011010000101101110
Octal166102156

Shades and tints

Shades of #76426E

#76426E
(118,66,110)
#6C3C64
(108,60,100)
#62365A
(98,54,90)
#583050
(88,48,80)
#4E2A46
(78,42,70)
#44243C
(68,36,60)
#3A1E32
(58,30,50)
#301828
(48,24,40)
#26121E
(38,18,30)
#1C0C14
(28,12,20)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #76426E

#76426E
(118,66,110)
#82537B
(130,83,123)
#8E6488
(142,100,136)
#9A7595
(154,117,149)
#A686A2
(166,134,162)
#B297AF
(178,151,175)
#BEA8BC
(190,168,188)
#CAB9C9
(202,185,201)
#D6CAD6
(214,202,214)
#E2DBE3
(226,219,227)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76426E; }

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

This text font color is #76426E.


Background Color

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

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

This div background color is #76426E.


Border color

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

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

This div border color is #76426E.


Opacity

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

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

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

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

This text has shadow with #76426E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76426E on black background.


Color preview on white background

This text has color #76426E on white background.



Black color preview on #76426E background

This text has black color on #76426E background.


White color preview on #76426E background

This text has white color on #76426E background.