COLOR #764788

HEX: #764788
RGB: (118,71,136)

Color info

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

RGB color model

#764788 color RGB value is (118,71,136).

  • red value is 118;
  • green value is 71;
  • blue value is 136.
RGB:
(118,71,136)
(46%,28%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 136 of 255 = 53%

118
71
136

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

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 136 = 325 (100%)
R 118 of 325 ~ 36.31%
G 71 of 325 ~ 21.85%
B 136 of 325 ~ 41.85%

%36.31
%21.85
%41.85

CMYK color model

#764788 color CMYK value is (13,48,0,47).

  • cyan value is 13.24%
  • magenta value is 47.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(13,48,0,47)
C13M48Y0K47 
(13%,48%,0%,47%)
(0.13/0.48/0.00/0.47)	

CMYK percentages

%13.24
%47.79
%0
%46.67

Codes

Color #764788 in popluar color models

764788
RGB11871136
HSL283°31.40%40.59%
HSB/HSV283°47.79%53.33%
CMYK13.24%47.79%0.00%
46.67%

Color #764788 in popluar number systems.

HEX764788
Decimal11871136
Binary1110110100011110001000
Octal166107210

Shades and tints

Shades of #764788

#764788
(118,71,136)
#6C417C
(108,65,124)
#623B70
(98,59,112)
#583564
(88,53,100)
#4E2F58
(78,47,88)
#44294C
(68,41,76)
#3A2340
(58,35,64)
#301D34
(48,29,52)
#261728
(38,23,40)
#1C111C
(28,17,28)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #764788

#764788
(118,71,136)
#825792
(130,87,146)
#8E679C
(142,103,156)
#9A77A6
(154,119,166)
#A687B0
(166,135,176)
#B297BA
(178,151,186)
#BEA7C4
(190,167,196)
#CAB7CE
(202,183,206)
#D6C7D8
(214,199,216)
#E2D7E2
(226,215,226)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764788 color. Also use rgb(118,71,136) instead hex code.

Text Font Color

.myTextColor { color: #764788; }

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

This text font color is #764788.


Background Color

.myBgColor { background-color: #764788; }

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

This div background color is #764788.


Border color

.myBorderColor { border: 1px solid #764788; }

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

This div border color is #764788.


Opacity

.myOpacity80 { color: #764788; opacity: 0.8; }

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

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

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

This text has shadow with #764788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764788 on black background.


Color preview on white background

This text has color #764788 on white background.



Black color preview on #764788 background

This text has black color on #764788 background.


White color preview on #764788 background

This text has white color on #764788 background.