COLOR #764966

HEX: #764966
RGB: (118,73,102)

Color info

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

RGB color model

#764966 color RGB value is (118,73,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 73 of 255 = 29%
B 102 of 255 = 40%

118
73
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 73 + 102 = 293 (100%)
R 118 of 293 ~ 40.27%
G 73 of 293 ~ 24.91%
B 102 of 293 ~ 34.81%

%40.27
%24.91
%34.81

CMYK color model

#764966 color CMYK value is (0,38,14,54).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,38,14,54)
C0M38Y14K54 
(0%,38%,14%,54%)
(0.00/0.38/0.14/0.54)	

CMYK percentages

%0
%38.14
%13.56
%53.73

Codes

Color #764966 in popluar color models

764966
RGB11873102
HSL321°23.56%37.45%
HSB/HSV321°38.14%46.27%
CMYK0.00%38.14%13.56%
53.73%

Color #764966 in popluar number systems.

HEX764966
Decimal11873102
Binary111011010010011100110
Octal166111146

Shades and tints

Shades of #764966

#764966
(118,73,102)
#6C435D
(108,67,93)
#623D54
(98,61,84)
#58374B
(88,55,75)
#4E3142
(78,49,66)
#442B39
(68,43,57)
#3A2530
(58,37,48)
#301F27
(48,31,39)
#26191E
(38,25,30)
#1C1315
(28,19,21)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #764966

#764966
(118,73,102)
#825973
(130,89,115)
#8E6980
(142,105,128)
#9A798D
(154,121,141)
#A6899A
(166,137,154)
#B299A7
(178,153,167)
#BEA9B4
(190,169,180)
#CAB9C1
(202,185,193)
#D6C9CE
(214,201,206)
#E2D9DB
(226,217,219)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764966; }

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

This text font color is #764966.


Background Color

.myBgColor { background-color: #764966; }

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

This div background color is #764966.


Border color

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

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

This div border color is #764966.


Opacity

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

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

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

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

This text has shadow with #764966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764966 on black background.


Color preview on white background

This text has color #764966 on white background.



Black color preview on #764966 background

This text has black color on #764966 background.


White color preview on #764966 background

This text has white color on #764966 background.