COLOR #764C9B

HEX: #764C9B RGB: (118,76,155)

Color info

#764C9B contains mainly red and blue colors. Web safe color of #764C9B is #663399 (or #639).

RGB color model

#764C9B color RGB value is (118,76,155).

RGB: (118,76,155) (46%, 30%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 155 of 255 = 61%

118
76
155

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

Portions of RGB colors in percentages

R + G + B = 118 + 76 + 155 = 349 (100%)
R 118 of 349 ~ 33.81%
G 76 of 349 ~ 21.78%
B 155 of 349 ~ 44.41'%

%33.81
%21.78
%44.41

CMYK color model

#764C9B color CMYK value is (24,51,0,39).

  • cyan value is 23.87%
  • magenta value is 50.97%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (24,51,0,39)
C24M51Y0K39 (24%, 51%, 0%, 39%)
(0.24 / 0.51 / 0.00 / 0.39)

CMYK percentages

%23.87
%50.97
%0
%39.22

Codes

Color #764C9B in popluar color models

76 4C 9B
RGB 118 76 155
HSL 272° 34.20% 45.29%
HSB/HSV 272° 50.97% 60.78%
CMYK 23.87% 50.97% 0.00%
39.22%

Color #764C9B in popluar number systems.

HEX 76 4C 9B
Decimal 118 76 155
Binary 1110110 1001100 10011011
Octal 166 114 233

Shades and tints

Shades of #764C9B

#764C9B
(118,76,155)
#6C468D
(108,70,141)
#62407F
(98,64,127)
#583A71
(88,58,113)
#4E3463
(78,52,99)
#442E55
(68,46,85)
#3A2847
(58,40,71)
#302239
(48,34,57)
#261C2B
(38,28,43)
#1C161D
(28,22,29)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #764C9B

#764C9B
(118,76,155)
#825CA4
(130,92,164)
#8E6CAD
(142,108,173)
#9A7CB6
(154,124,182)
#A68CBF
(166,140,191)
#B29CC8
(178,156,200)
#BEACD1
(190,172,209)
#CABCDA
(202,188,218)
#D6CCE3
(214,204,227)
#E2DCEC
(226,220,236)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C9B; }

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

This text font color is #764C9B.

Background Color

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

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

This div background color is #764C9B.

Border color

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

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

This div border color is #764C9B.

Opacity

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

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

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

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

This text has shadow with #764C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764C9B.

Preview

Color preview on black background

This text has color #764C9B on black background.


Color preview on white background

This text has color #764C9B on white background.


Black color preview on #764C9B background

This text has black color on #764C9B background.


White color preview on #764C9B background

This text has white color on #764C9B background.


Related colors

Complementary color

Complementary color for #hex is #89B364.


I love getcolorcode.com

Triadic colors

1 #9B764C and #4C9B76 with #764C9B are triadic colors.

2 #9B4C76 and #4C769B with #764C9B are triadic colors.