COLOR #764766

HEX: #764766
RGB: (118,71,102)

Color info

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

RGB color model

#764766 color RGB value is (118,71,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 102 of 255 = 40%

118
71
102

R + G + B ~ 38%. #764766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 102 = 291 (100%)
R 118 of 291 ~ 40.55%
G 71 of 291 ~ 24.4%
B 102 of 291 ~ 35.05%

%40.55
%24.4
%35.05

CMYK color model

#764766 color CMYK value is (0,40,14,54).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,40,14,54)
C0M40Y14K54 
(0%,40%,14%,54%)
(0.00/0.40/0.14/0.54)	

CMYK percentages

%0
%39.83
%13.56
%53.73

Codes

Color #764766 in popluar color models

764766
RGB11871102
HSL320°24.87%37.06%
HSB/HSV320°39.83%46.27%
CMYK0.00%39.83%13.56%
53.73%

Color #764766 in popluar number systems.

HEX764766
Decimal11871102
Binary111011010001111100110
Octal166107146

Shades and tints

Shades of #764766

#764766
(118,71,102)
#6C415D
(108,65,93)
#623B54
(98,59,84)
#58354B
(88,53,75)
#4E2F42
(78,47,66)
#442939
(68,41,57)
#3A2330
(58,35,48)
#301D27
(48,29,39)
#26171E
(38,23,30)
#1C1115
(28,17,21)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #764766

#764766
(118,71,102)
#825773
(130,87,115)
#8E6780
(142,103,128)
#9A778D
(154,119,141)
#A6879A
(166,135,154)
#B297A7
(178,151,167)
#BEA7B4
(190,167,180)
#CAB7C1
(202,183,193)
#D6C7CE
(214,199,206)
#E2D7DB
(226,215,219)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764766; }

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

This text font color is #764766.


Background Color

.myBgColor { background-color: #764766; }

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

This div background color is #764766.


Border color

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

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

This div border color is #764766.


Opacity

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

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

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

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

This text has shadow with #764766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764766 on black background.


Color preview on white background

This text has color #764766 on white background.



Black color preview on #764766 background

This text has black color on #764766 background.


White color preview on #764766 background

This text has white color on #764766 background.