COLOR #764F6E

HEX: #764F6E
RGB: (118,79,110)

Color info

#764F6E contains red, green and blue colors in about the same proportion. Web safe color of #764F6E is #666666 (or #666).

RGB color model

#764F6E color RGB value is (118,79,110).

  • red value is 118;
  • green value is 79;
  • blue value is 110.
RGB:
(118,79,110)
(46%,31%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 110 of 255 = 43%

118
79
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 79 + 110 = 307 (100%)
R 118 of 307 ~ 38.44%
G 79 of 307 ~ 25.73%
B 110 of 307 ~ 35.83%

%38.44
%25.73
%35.83

CMYK color model

#764F6E color CMYK value is (0,33,7,54).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(0,33,7,54)
C0M33Y7K54 
(0%,33%,7%,54%)
(0.00/0.33/0.07/0.54)	

CMYK percentages

%0
%33.05
%6.78
%53.73

Codes

Color #764F6E in popluar color models

764F6E
RGB11879110
HSL312°19.80%38.63%
HSB/HSV312°33.05%46.27%
CMYK0.00%33.05%6.78%
53.73%

Color #764F6E in popluar number systems.

HEX764F6E
Decimal11879110
Binary111011010011111101110
Octal166117156

Shades and tints

Shades of #764F6E

#764F6E
(118,79,110)
#6C4864
(108,72,100)
#62415A
(98,65,90)
#583A50
(88,58,80)
#4E3346
(78,51,70)
#442C3C
(68,44,60)
#3A2532
(58,37,50)
#301E28
(48,30,40)
#26171E
(38,23,30)
#1C1014
(28,16,20)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #764F6E

#764F6E
(118,79,110)
#825F7B
(130,95,123)
#8E6F88
(142,111,136)
#9A7F95
(154,127,149)
#A68FA2
(166,143,162)
#B29FAF
(178,159,175)
#BEAFBC
(190,175,188)
#CABFC9
(202,191,201)
#D6CFD6
(214,207,214)
#E2DFE3
(226,223,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764F6E color. Also use rgb(118,79,110) instead hex code.

Text Font Color

.myTextColor { color: #764F6E; }

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

This text font color is #764F6E.


Background Color

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

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

This div background color is #764F6E.


Border color

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

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

This div border color is #764F6E.


Opacity

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

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

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

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

This text has shadow with #764F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764F6E on black background.


Color preview on white background

This text has color #764F6E on white background.



Black color preview on #764F6E background

This text has black color on #764F6E background.


White color preview on #764F6E background

This text has white color on #764F6E background.