COLOR #764C7F

HEX: #764C7F RGB: (118,76,127)

Color info

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

RGB color model

#764C7F color RGB value is (118,76,127).

RGB: (118,76,127) (46%, 30%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 127 of 255 = 50%

118
76
127

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

Portions of RGB colors in percentages

R + G + B = 118 + 76 + 127 = 321 (100%)
R 118 of 321 ~ 36.76%
G 76 of 321 ~ 23.68%
B 127 of 321 ~ 39.56'%

%36.76
%23.68
%39.56

CMYK color model

#764C7F color CMYK value is (7,40,0,50).

  • cyan value is 7.09%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (7,40,0,50)
C7M40Y0K50 (7%, 40%, 0%, 50%)
(0.07 / 0.40 / 0.00 / 0.50)

CMYK percentages

%7.09
%40.16
%0
%50.2

Codes

Color #764C7F in popluar color models

76 4C 7F
RGB 118 76 127
HSL 289° 25.12% 39.80%
HSB/HSV 289° 40.16% 49.80%
CMYK 7.09% 40.16% 0.00%
50.20%

Color #764C7F in popluar number systems.

HEX 76 4C 7F
Decimal 118 76 127
Binary 1110110 1001100 1111111
Octal 166 114 177

Shades and tints

Shades of #764C7F

#764C7F
(118,76,127)
#6C4674
(108,70,116)
#624069
(98,64,105)
#583A5E
(88,58,94)
#4E3453
(78,52,83)
#442E48
(68,46,72)
#3A283D
(58,40,61)
#302232
(48,34,50)
#261C27
(38,28,39)
#1C161C
(28,22,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #764C7F

#764C7F
(118,76,127)
#825C8A
(130,92,138)
#8E6C95
(142,108,149)
#9A7CA0
(154,124,160)
#A68CAB
(166,140,171)
#B29CB6
(178,156,182)
#BEACC1
(190,172,193)
#CABCCC
(202,188,204)
#D6CCD7
(214,204,215)
#E2DCE2
(226,220,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C7F; }

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

This text font color is #764C7F.

Background Color

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

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

This div background color is #764C7F.

Border color

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

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

This div border color is #764C7F.

Opacity

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

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

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

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

This text has shadow with #764C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764C7F.

Preview

Color preview on black background

This text has color #764C7F on black background.


Color preview on white background

This text has color #764C7F on white background.


Black color preview on #764C7F background

This text has black color on #764C7F background.


White color preview on #764C7F background

This text has white color on #764C7F background.


Related colors

Complementary color

Complementary color for #hex is #89B380.


I love getcolorcode.com

Triadic colors

1 #7F764C and #4C7F76 with #764C7F are triadic colors.

2 #7F4C76 and #4C767F with #764C7F are triadic colors.