COLOR #764C78

HEX: #764C78 RGB: (118,76,120)

Color info

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

RGB color model

#764C78 color RGB value is (118,76,120).

RGB: (118,76,120) (46%, 30%, 47%)

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 120 of 255 = 47%

118
76
120

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

Portions of RGB colors in percentages

R + G + B = 118 + 76 + 120 = 314 (100%)
R 118 of 314 ~ 37.58%
G 76 of 314 ~ 24.2%
B 120 of 314 ~ 38.22'%

%37.58
%24.2
%38.22

CMYK color model

#764C78 color CMYK value is (2,37,0,53).

  • cyan value is 1.67%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (2,37,0,53) C2M37Y0K53 (2%,37%,0%,53%) (0.02/0.37/0.00/0.53) 

CMYK percentages

%1.67
%36.67
%0
%52.94

Codes

Color #764C78 in popluar color models

76 4C 78
RGB 118 76 120
HSL 297° 22.45% 38.43%
HSB/HSV 297° 36.67% 47.06%
CMYK 1.67% 36.67% 0.00%
52.94%

Color #764C78 in popluar number systems.

HEX 76 4C 78
Decimal 118 76 120
Binary 1110110 1001100 1111000
Octal 166 114 170

Shades and tints

Shades of #764C78

#764C78
(118,76,120)
#6C466E
(108,70,110)
#624064
(98,64,100)
#583A5A
(88,58,90)
#4E3450
(78,52,80)
#442E46
(68,46,70)
#3A283C
(58,40,60)
#302232
(48,34,50)
#261C28
(38,28,40)
#1C161E
(28,22,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #764C78

#764C78
(118,76,120)
#825C84
(130,92,132)
#8E6C90
(142,108,144)
#9A7C9C
(154,124,156)
#A68CA8
(166,140,168)
#B29CB4
(178,156,180)
#BEACC0
(190,172,192)
#CABCCC
(202,188,204)
#D6CCD8
(214,204,216)
#E2DCE4
(226,220,228)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764C78 color. Also use rgb(118,76,120) instead hex code.

Text Font Color

.myTextColor { color: #764C78; }

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

This text font color is #764C78.

Background Color

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

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

This div background color is #764C78.

Border color

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

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

This div border color is #764C78.

Opacity

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

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

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

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

This text has shadow with #764C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764C78.

Preview

Color preview on black background

This text has color #764C78 on black background.


Color preview on white background

This text has color #764C78 on white background.


Black color preview on #764C78 background

This text has black color on #764C78 background.


White color preview on #764C78 background

This text has white color on #764C78 background.


Related colors

Complementary color

Complementary color for #hex is #89B387.


I love getcolorcode.com

Triadic colors

1 #78764C and #4C7876 with #764C78 are triadic colors.

2 #784C76 and #4C7678 with #764C78 are triadic colors.