COLOR #764E8A

HEX: #764E8A RGB: (118,78,138)

Color info

#764E8A contains mainly red and blue colors. Web safe color of #764E8A is #666699 (or #669).

RGB color model

#764E8A color RGB value is (118,78,138).

RGB: (118,78,138) (46%, 31%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 78 of 255 = 31%
B 138 of 255 = 54%

118
78
138

R + G + B ~ 44%. #764E8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 78 + 138 = 334 (100%)
R 118 of 334 ~ 35.33%
G 78 of 334 ~ 23.35%
B 138 of 334 ~ 41.32'%

%35.33
%23.35
%41.32

CMYK color model

#764E8A color CMYK value is (14,43,0,46).

  • cyan value is 14.49%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (14,43,0,46)
C14M43Y0K46 (14%, 43%, 0%, 46%)
(0.14 / 0.43 / 0.00 / 0.46)

CMYK percentages

%14.49
%43.48
%0
%45.88

Codes

Color #764E8A in popluar color models

76 4E 8A
RGB 118 78 138
HSL 280° 27.78% 42.35%
HSB/HSV 280° 43.48% 54.12%
CMYK 14.49% 43.48% 0.00%
45.88%

Color #764E8A in popluar number systems.

HEX 76 4E 8A
Decimal 118 78 138
Binary 1110110 1001110 10001010
Octal 166 116 212

Shades and tints

Shades of #764E8A

#764E8A
(118,78,138)
#6C477E
(108,71,126)
#624072
(98,64,114)
#583966
(88,57,102)
#4E325A
(78,50,90)
#442B4E
(68,43,78)
#3A2442
(58,36,66)
#301D36
(48,29,54)
#26162A
(38,22,42)
#1C0F1E
(28,15,30)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #764E8A

#764E8A
(118,78,138)
#825E94
(130,94,148)
#8E6E9E
(142,110,158)
#9A7EA8
(154,126,168)
#A68EB2
(166,142,178)
#B29EBC
(178,158,188)
#BEAEC6
(190,174,198)
#CABED0
(202,190,208)
#D6CEDA
(214,206,218)
#E2DEE4
(226,222,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764E8A color. Also use rgb(118,78,138) instead hex code.

Text Font Color

.myTextColor { color: #764E8A; }

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

This text font color is #764E8A.

Background Color

.myBgColor { background-color: #764E8A; }

<div style="background-color:#764E8A">Inner text</div>

This div background color is #764E8A.

Border color

.myBorderColor { border: 1px solid #764E8A; }

<div style="border:3px solid #764E8A">Div</div>

This div border color is #764E8A.

Opacity

.myOpacity80 { color: #764E8A; opacity: 0.8; }

<p style="color:#764E8A;opacity:0.8;">80%</p>

Text with #764E8A 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 #764E8A;}

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

This text has shadow with #764E8A color.


.textShadow {text-shadow: 3px 3px 1px #764E8A', 3px 3px 1px red;}

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

This text has shadow with #764E8A primary color and red secondary color.


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

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

This text has shadow with #764E8A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #764E8A; -webkit-box-shadow: 1px 1px 3px 2px #764E8A; box-shadow:1px 1px 3px 2px #764E8A;">
Div content here
</div>

This div box has shadow with color #764E8A.

Preview

Color preview on black background

This text has color #764E8A on black background.


Color preview on white background

This text has color #764E8A on white background.


Black color preview on #764E8A background

This text has black color on #764E8A background.


White color preview on #764E8A background

This text has white color on #764E8A background.


Related colors

Complementary color

Complementary color for #hex is #89B175.


I love getcolorcode.com

Triadic colors

1 #8A764E and #4E8A76 with #764E8A are triadic colors.

2 #8A4E76 and #4E768A with #764E8A are triadic colors.