COLOR #764073

HEX: #764073
RGB: (118,64,115)

Color info

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

RGB color model

#764073 color RGB value is (118,64,115).

  • red value is 118;
  • green value is 64;
  • blue value is 115.
RGB:
(118,64,115)
(46%,25%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 64 of 255 = 25%
B 115 of 255 = 45%

118
64
115

R + G + B ~ 39%. #764073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 64 + 115 = 297 (100%)
R 118 of 297 ~ 39.73%
G 64 of 297 ~ 21.55%
B 115 of 297 ~ 38.72%

%39.73
%21.55
%38.72

CMYK color model

#764073 color CMYK value is (0,46,3,54).

  • cyan value is 0.00%
  • magenta value is 45.76%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(0,46,3,54)
C0M46Y3K54 
(0%,46%,3%,54%)
(0.00/0.46/0.03/0.54)	

CMYK percentages

%0
%45.76
%2.54
%53.73

Codes

Color #764073 in popluar color models

764073
RGB11864115
HSL303°29.67%35.69%
HSB/HSV303°45.76%46.27%
CMYK0.00%45.76%2.54%
53.73%

Color #764073 in popluar number systems.

HEX764073
Decimal11864115
Binary111011010000001110011
Octal166100163

Shades and tints

Shades of #764073

#764073
(118,64,115)
#6C3B69
(108,59,105)
#62365F
(98,54,95)
#583155
(88,49,85)
#4E2C4B
(78,44,75)
#442741
(68,39,65)
#3A2237
(58,34,55)
#301D2D
(48,29,45)
#261823
(38,24,35)
#1C1319
(28,19,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #764073

#764073
(118,64,115)
#82517F
(130,81,127)
#8E628B
(142,98,139)
#9A7397
(154,115,151)
#A684A3
(166,132,163)
#B295AF
(178,149,175)
#BEA6BB
(190,166,187)
#CAB7C7
(202,183,199)
#D6C8D3
(214,200,211)
#E2D9DF
(226,217,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764073 color. Also use rgb(118,64,115) instead hex code.

Text Font Color

.myTextColor { color: #764073; }

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

This text font color is #764073.


Background Color

.myBgColor { background-color: #764073; }

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

This div background color is #764073.


Border color

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

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

This div border color is #764073.


Opacity

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

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

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

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

This text has shadow with #764073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764073 on black background.


Color preview on white background

This text has color #764073 on white background.



Black color preview on #764073 background

This text has black color on #764073 background.


White color preview on #764073 background

This text has white color on #764073 background.